How Do I Map Ableton Device Paramters w/o Macro Knobs
Hello,
I am wondering how to setup my controller to control more than eight parameters on an Ableton device.
For example:
I want to control the gain, frequency, Q, slope, and on/off for each of the eight bands. That’s 40 paramters.
I watched the Device video, but it only shows Ableton devices being mapped from the macro knobs. That only gives me control of eight parameters, right? I need to control 40 parameters, lol.
Is it possible with just CSS; and if so, how?
Thanks
Ah yes. Let’s say I want to control ‘F1 Resonance’ for the below example. It is the third parameter in bank 2. To figure out which number to input in your mapping you would just need to count from the beginning of bank 1 upto it. I make this number 11.
I’m not 100% if the count should start from zero or 1 (not at my computer to test at the moment sorry). So it should be either 10 or 11.
ALG_BANK1 = (‘OSC1 Level’, ‘OSC1 Octave’, ‘OSC1 Semi’, ‘OSC1 Shape’, ‘OSC2 Level’, ‘OSC2 Octave’, ‘OSC2 Semi’, ‘OSC2 Shape’)
ALG_BANK2 = (‘OSC1 Balance’, ‘F1 Freq’, ‘F1 Resonance’, ‘F1 Type’, ‘OSC2 Balance’, ‘F2 Freq’, ‘F2 Resonance’, ‘F2 Type’)
ALG_BANK3 = (‘FEG1 Attack’, ‘FEG1 Decay’, ‘FEG1 Sustain’, ‘FEG1 Rel’, ‘FEG2 Attack’, ‘FEG2 Decay’, ‘FEG2 Sustain’, ‘FEG2 Rel’)
Sign up
User registration is currently not allowed.