Item | Description |
Disable | A disable control containing all further elements, and is used to disable them if the FlexPhraser variation is not set to "User Mode". Its "Value" must be set to "@UserMode". |
Sw Vel, Sw C1, Sw C2, Sw C3 | Switches that are used to switch between the velocity and controller lane pages. "Value" is set to "@VarStepPages". |
ArpMod | A stack that switches between additional pages containing controls to specify which MIDI controller has to be sent by the corresponding controller lane. It is switched using the "VarStepPages" variable. |
LED pages | A stack that switches between two LED chain bitmap displays. They are both identical. The first LED chain is not connected to the engine and is used when UserMode is set to off. The second LED is connected to the engine via @CurrentStep. This connection only works inside the FlexPhraserStepSeq template. |
StepTie | A Template List used to control the Tie parameter of the 32 steps. It uses the "StepTie" template as a switch. The switch can be disabled in case the range of the phrase is smaller than the index of the step. (@disableStepParams) This is managed by the FlexPhraserStepSeq.lua script that is attached to the FlexPhraserStepSeq template. |
Enable | A Template List used to control the Enable parameter of the 32 steps. It uses the "StepSwitch On/Off " template as a switch. The switch can be disabled in case the range of the phrase is smaller than the index of the step. (@disableStepParams) This is managed by the FlexPhraserStepSeq.lua script that is attached to the FlexPhraserStepSeq template. The Label parameter uses the "VarKeyLabel" stringlist variable to set the label for each step. |
TranspKey | A stack switching between the Transpose and Key Values. Both values are managed by Template Lists. Transpose uses the "VarTrans" string list variable, Key the "VarKey" string list variable. Both can be disabled in case the range of the phrase is smaller than the index of the step. (@disableStepParams) This is managed by the FlexPhraserStepSeq.lua script that is attached to the FlexPhraserStepSeq template. |
Sw_TranspKey | A switch that switches between the Transpose and Key values. The connection is set using the "VarTranposeKey" variable. |
Duplicate | A push button that duplicates the active steps. The connection is set using the internal "Duplicate" command and only works inside the FlexPhraserStepSeq template. |
Reverse | A push button that reverses the order of the active steps. The connection is set using the internal "Reverse" command and only works inside the FlexPhraserStepSeq template. |
Duplicate | A push button that duplicates the active steps. The connection is set using the internal "Duplicate" command and only works inside the FlexPhraserStepSeq template. |
ShiftRight | A push button that shifts the active steps to the right. The connection is set using the internal "ShiftPhraseRight" command and only works inside the FlexPhraserStepSeq template. |
ShiftLeft | A push button that shifts the active steps to the left. The connection is set using the internal "ShiftPhraseLeft" command and only works inside the FlexPhraserStepSeq template. |
PatternLength | A slider to change the number of steps. |
Step Pages | A stack that contains four stepmodulator controls, one for the step velocities and three for the available controller lanes. It is switched using the "VarStepPages" variable. - stepmodulator: A Stepmodulator controlling the step velocities. The required "Format" setting is "Level%d;Length%d;Enable%d". This allows to control Level, Length, and the Enable state of the steps. The connection only works inside the FlexPhraserStepSeq template.
- stepmodulator C1: A Stepmodulator controlling the first controller lane. The required "Format" setting is "Control1_%d". This allows to control the controller level of the of the steps. The connection only works inside the FlexPhraserStepSeq template.
- stepmodulator C2: A Stepmodulator controlling the second controller lane. The required "Format" setting is "Control2_%d". This allows to control the controller level of the of the steps. The connection only works inside the FlexPhraserStepSeq template.
- stepmodulator C3: A Stepmodulator controlling the third controller lane. The required "Format" setting is "Control3_%d". This allows to control the controller level of the of the steps. The connection only works inside the FlexPhraserStepSeq template.
|