I think eq is integral part of the workflow (May be 2 knob lo-hi, 3 knob lo-mid-hi or 4 knob lo-mid-midfreq-hi)
I wish live would be as easy to control as my Tascam 414
This is a bit tricky since the EQ-3 is a separate plugin and not part of the stock mixer in Ableton. The only way to do that is to manually map the midi parameters, or maybe it is possible with some Max 4 Live (but I don't know anything about that)Ojd wrote:any ideas how to combine mixer (level, pan , send a b c) and eq functionality?
I think eq is integral part of the workflow (May be 2 knob lo-hi, 3 knob lo-mid-hi or 4 knob lo-mid-midfreq-hi)
I wish live would be as easy to control as my Tascam 414
I'll post the sources soon enough. I've been trying to port my script to the new MackieControl one (by looking at a diff of each file and modifying what needs to be), but somehow I can't seem to get everything working... The only thing I managed doing without breaking anything is reversing the Mute led behavior... Mind you, it was just putting a "not" in a test, so I'd be very worried if that did not workdarkenedsoul wrote:I'd be interested in seeing the python code to delve into it. I've done other scripting for work in the past (korn shell, c shell, bash, perl) and have my Python book. If it's commented enough I may be able to assist with this stuff down the road.
Mike
try this : http://julienbayle.net/ableton-live-9-m ... e-scripts/dynamiiic wrote:SBRK, your script is great, but i also think its a little limited.
So I wrote my own script for this baby for Live 8, it has 4 modes with 8x3 session, sends, lock to devices, device on/off, device knobs and some other cool stuff. I want to port it to 9, is there any good "source" about the 9 framework like the remotescripts.blogspot.pt yet?
I will post my version for 8 soon, just smoothing it
No it's not, i started from the scratch like Hanz did the with FCB1020 script. I chose the features i wanted on it and based on scripts from other controllers i wrote it. I tried to port it to 9 but i got some "dependency errors" that i couldn't solve, this weekend i tried again and it's already workingSBRK wrote:try this : http://julienbayle.net/ableton-live-9-m ... e-scripts/
I'd be glad to try and help with your script, since I'm kind of stuck and don't know what to do with mine. Is it also based on the MackieControl script ?
why put play/stop/record button while there are already these buttons on the left ?- Arm 1 - Stop
- Arm 2 - Play
- Arm 3 - Record
- Arm 4 - Global Quantization
- Arm 5 - Tempo Down
- Arm 6 - Tempo Up
- Arm 7 - Metronome
- Arm 8 - Stop All Clips
It was an option of mine, initially i wasn't to use any Transport buttons at all but there were unassigned buttons on the matrix in the ctrl mode so i decided to add them.SBRK wrote:why put play/stop/record button while there are already these buttons on the left ?- Arm 1 - Stop
- Arm 2 - Play
- Arm 3 - Record
- Arm 4 - Global Quantization
- Arm 5 - Tempo Down
- Arm 6 - Tempo Up
- Arm 7 - Metronome
- Arm 8 - Stop All Clips
Use Uncompyle2, that's what I used to decompile several scripts. This also has the ability to target a folder and decompile all sources in that folder.Wallace wrote:I really like SBRK script very much, unfortunately it doesn't fully work with ableton live9.
I can also programm some python so I could also modify the scripts if I would get the source
Best