Search found 46 matches

by RegD
Tue Sep 01, 2020 12:41 pm
Forum: Ableton Live
Topic: Porting Remote Control Scripts to Live 10
Replies: 8
Views: 1425

Re: Porting Remote Control Scripts to Live 10

OK Thanks. Julien Bayle has done an amazing work!
But I just wished Ableton developers would share a wiki or some documentation on their updates...
by RegD
Thu Aug 27, 2020 10:07 am
Forum: Ableton Live
Topic: Porting Remote Control Scripts to Live 10
Replies: 8
Views: 1425

Re: Porting Remote Control Scripts to Live 10

Hey randi,
Selecting another script and back worked in Live 8 but it doesn't work for me in Live 10... :(
I don't know the remote script git, have you got a link?
Thanks
by RegD
Mon Aug 17, 2020 12:29 pm
Forum: Ableton Live
Topic: Porting Remote Control Scripts to Live 10
Replies: 8
Views: 1425

Re: Porting Remote Control Scripts to Live 10

Aren't they written in completely different versions of Pythin, I can remember at least twice where all old 3rd party scripts were broken in Live 9 and 10... D Hey S4racen, You are right they are probably written in different versions of Python, but I don't think it really matters as, AFAIK, the co...
by RegD
Mon Aug 17, 2020 9:58 am
Forum: Ableton Live
Topic: Porting Remote Control Scripts to Live 10
Replies: 8
Views: 1425

Re: Porting Remote Control Scripts to Live 10

BTW, does anybody know why in Live 10 the import paths of modules should start with a dot? e.g.:

Code: Select all

from .ConfigurableButtonElement import ConfigurableButtonElement
by RegD
Mon Aug 17, 2020 9:56 am
Forum: Ableton Live
Topic: Porting Remote Control Scripts to Live 10
Replies: 8
Views: 1425

Porting Remote Control Scripts to Live 10

Hello, I wrote some remote control scripts for my MIDI controllers in Live 8. I was using them happily until I decided to finally upgrade to Live 10. Now my scripts are, expectedly, broken and I was hopping only minor adjustments were going to be needed, such as replacing set_suppress_rebuild_reques...
by RegD
Thu Oct 15, 2015 8:26 pm
Forum: Ableton Live
Topic: Python expert needed ! - mapping momentary
Replies: 0
Views: 633

Python expert needed ! - mapping momentary

-- Live 8.4.1 on Windows -- Hi everybody, I'm gonna shoot one more issue I've been facing and hopefully someone can help. Using a Python script, I have been trying to automatically map a button ( control in the script) to a macro ( parameter in the script) in a group of devices. This can be done rea...
by RegD
Mon Sep 14, 2015 5:48 pm
Forum: Ableton Live
Topic: why can't data go through loopMIDI ?
Replies: 0
Views: 574

why can't data go through loopMIDI ?

Hi folks, I'm ashamed because it seems this issue hasn't happened to anybody using Tobias Erichsen's loopMIDI but me... Here it is: I can't get it working. I used to have MIDI Yoke working perfectly on Live 8 32bit. I then moved to a 64-bit machine and installed Live 8 64bit which isn't compatible w...
by RegD
Fri Aug 08, 2014 2:00 pm
Forum: Ableton Live
Topic: Encoder Instant Mapping over 16 Tracks
Replies: 15
Views: 5719

Re: Encoder Instant Mapping over 16 Tracks

So I have fixed it! I couldn't get where the magic was happening in the Push community mapping. Instead I've searched in avenues I could understand and I'm quite happy, it's simple, flexible and spares a great deal of manual map editing. If you are intersted you can find the scipt below. import Live...
by RegD
Thu Aug 07, 2014 9:50 am
Forum: Ableton Live
Topic: Encoder Instant Mapping over 16 Tracks
Replies: 15
Views: 5719

Re: Encoder Instant Mapping over 16 Tracks

geesh you're swift! I am trying out the community mapping right now, thanks for letting me know
by RegD
Thu Aug 07, 2014 8:02 am
Forum: Ableton Live
Topic: Encoder Instant Mapping over 16 Tracks
Replies: 15
Views: 5719

Re: Encoder Instant Mapping over 16 Tracks

Good news everyone! ;) So it turns out it is not that difficult to map as many as 8 parameters for any track in Live using a python remote script. So far I have achieved it by mimicing the _Framework's TrackEQComponent class which makes use of the file Devices.py in directory _Generic. I will post t...
by RegD
Fri Aug 01, 2014 3:55 pm
Forum: Ableton Live
Topic: Augmenting the Lauchpad with Python remote scripting
Replies: 5
Views: 1700

Re: Augmenting the Lauchpad with Python remote scripting

Hey TomViolenz, Well you might get disappointed but I am using Midi OX not Bomes, I just needed to create some channel clones and filter out some MIDI data (the main processing still happens within the Python script :) so MIDI OX was enough for me. So sorry can't really help you out here. I am prett...
by RegD
Wed Jul 23, 2014 9:48 am
Forum: Ableton Live
Topic: Augmenting the Lauchpad with Python remote scripting
Replies: 5
Views: 1700

Re: Augmenting the Lauchpad with Python remote scripting

Well I have managed to achieve more or less what I had in mind but had to resort to tricks - third part MIDI routing soft (such as Bome's MT or MIDI OX) and Live MIDI tracks sending back MIDI to the Python script. That's a bit disapointing but I think there are some limitations in using only Python ...
by RegD
Wed Jul 23, 2014 9:36 am
Forum: Ableton Live
Topic: using a "global" c_instance in Python
Replies: 1
Views: 611

Re: using a "global" c_instance in Python

Okay I found that you can actually import the parent class into a child one, so that's fine, in my case I don't need a global instance anymore.
by RegD
Thu Jul 10, 2014 2:31 pm
Forum: Ableton Live
Topic: Do Python scripts drive everybody crazy or is it just me?
Replies: 5
Views: 2545

Re: Do Python scripts drive everybody crazy or is it just me?

Thanks! that's good to know and I will definitely keep this mind !
by RegD
Wed Jul 09, 2014 8:24 am
Forum: Ableton Live
Topic: Do Python scripts drive everybody crazy or is it just me?
Replies: 5
Views: 2545

Re: Do Python scripts drive everybody crazy or is it just me?

Thank you ST8 it works great!
@TomViolenz
I am challenging myself with Python - if I give up I'll switch to clyphx and/or Bomes MT