Chapter 7: Preset Programming 77
PRESET PROGRAMMING
The jumps are called Conditional Jumps because they only jump if a
certain condition is met. For example, the function generator can be
programmed to jump to another segment only if the key is still being
held. Otherwise it will continue on to the next segment. Each of the
eight segments can have a conditional jump to any segment (including
itself).
Conditional Jumps can be programmed to jump to the destination
segment immediately or they can wait until the end of the current
segment before jumping. The possible conditional jumps are as follows:
Never ........................ Never Jumps. Always goes on to next segment.
Always End .............. Always Jumps at the end of the current segment.
Note On End ............ Jumps at the end of the segment if the note is
still on.
Note On Immed. ..... Jumps immediately if the note is still on.
Note Off End............ Jumps at the end of the segment if the note is
off.
Note Off Immed. ..... Jumps immediately if the note is off.
LFO 1 or 2 End ........ Jumps at the end of the segment if the value of
the selected LFO is equal or greater than the
conditional value.
Footsw. 1-3 End ....... Jumps at the end of the segment if the selected
Footswitch is pressed.
Footsw. 1-3 Immed. Jumps immediately if the selected Footswitch is
pressed.
Velocity End ............ Jumps at the end of the segment if the velocity
value is greater than a positive conditional
value or less than a negative conditional value.
See below.
Key End ..................... Jumps at the end of the segment if the note value
is greater than a positive conditional value or less
than a negative conditional value. See below.
FUNC GEN F1S1
CondValue +064
FUNC GEN F1S1
CondValue -064
When the value is Positive, a jump
occurs if the velocity or key num-
ber is Greater than value shown.
When the value is Negative, a
jump occurs if the velocity or key
number is Less than value shown
(ignoring the sign).
••• A Conditional Jump
always goes to the Begin-
ning of the destination
segment.
▼ Remember to turn up the
LFO amount when using
LFOs as conditionals.