A port of the original Behringer control surface script to Ableton 11+. Look for the live9 branch for Ableton 9.1.4+ support. Please report any bug using in the issue section.
Read this if you have troubles making it run. Please close Ableton before following this procedure.
C:\ProgramData\Ableton\Live 11 Suite\Resources\MIDI Remote Script
worked while the other one found as indicated above didn't. CMD_DC1
, avoid using space or -
. Ableton is pretty sensitive to directory names so I recommend you to use mine..py
files inside into the directory you've created.If this is not working, please fill in an issue and provide your Log.txt file along with the description of you problem.
#1: I would like to use the script with another channel than Behringer default one.
If you changed the channel of your device, you can simply make the script work again by changing a single value here. The CHANNEL
variable represents the MIDI channel of the device. Be careful though, because Behringer channel changer software labels channel from 1 to 16, but in fact MIDI channels are numbered from 0 to 15. So be sure to subtract your channel number by one when changing this variable.
#2: I have two devices and I would like them to be independent.
Simply duplicate the script directory, change one device channel and then change the duplicate script to match your channel. Read #1 for more information about matching channels.