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?
And is there a way of achieving something like this:
$Looper_fx[$someindex$]_rank1_HTSFreeze_state$
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$
I know the array trick works at the end of the expression, but not to dynamically create a variable reference.
What language are we using for these macros in general? I’d prefer to save you from questions I can find answers to.
Thank you so much.