Home › Forums › Logelloop 6 (English spoken) › Dynamic playback/stretch control of a current Korpus looper › Reply To: Dynamic playback/stretch control of a current Korpus looper
Mind explaining what “currentCaseOptionValueFloat(0)” refers to in this context?
This is used in Matrix and Matrix arranger that are data plug-ins that use macro.
And is there a way of achieving something like this:
$Looper_fx[$someindex$]_rank1_HTSFreeze_state$
Not currently, but yes, that would be great and it is on the to do list !
I’m currently using an ugly way:
IfThen { $k_index$ == 1 } Do Set $c_freeze$ = $Looper_fx1_rank1_HTSFreeze_state$
IfThen { $k_index$ == 2 } Do Set $c_freeze$ = $Looper_fx2_rank1_HTSFreeze_state$
IfThen { $k_index$ == 3 } Do Set $c_freeze$ = $Looper_fx3_rank1_HTSFreeze_state$
IfThen { $k_index$ == 4 } Do Set $c_freeze$ = $Looper_fx4_rank1_HTSFreeze_state$
Not so ugly as the index solution isn’t crurrently working ! 😊
What language are we using for these macros in general? I’d prefer to save you from questions I can find answers to.
This a native language, but many things are the same as they would be in Java…