Reply To: Can I copy all the faders from one tab to another without copying all the tabs?

Home Forums General Using Ctrlr Can I copy all the faders from one tab to another without copying all the tabs? Reply To: Can I copy all the faders from one tab to another without copying all the tabs?

#73043
human fly
Participant
    • Topics: 124
    • Replies: 1070
    • Total: 1194
    • ★★★★

    but that mainly helps with what you are displaying.
    -which what you want-
    however Ctrlr is only getting 1,2,3,4,5

    you may well at this point need a lua method such as
    described, ie: if fixie == 1, sendMIDImessage this,
    elseif fixie == 2, send that, etc.
    and then you associate that with ‘when value changes’,
    and you’ll have to work out the msb/lsb values needed
    at that point, if that’s what the lexicon needs.
    strange, though… lol, not saying this manual’s a bit
    pedantic, but.. it does send you back+forth, getting
    you to refer to instructions at 10/ etc.
    i have absolutely no idea what they mean haha:
    ‘value =(row*10)+column’…
    ok, so there are 4 rows and 10 columns?
    so if you want a reverb time of 120, you need:
    (row)3*10, =30, +8, = 38 ?? is that it?

    Ctrlr