Clip Note Actions¶
The following Actions are all Track-based Actions that allow you to manipulate the Notes within a Clip in various ways. These Actions can be applied to Clips in the same way as Clip Actions.
Details¶
By default, these Actions will apply to all the Notes in a MIDI Clip that fall within the Loop Start/End markers (if Loop is on) or the Start/End markers (if Loop is off). To operate only on Notes selected within the Clip, specify SEL
enclosed in parentheses after the word NOTES
. For example:
CLIP NOTES(SEL) SCRP
To operate just on a particular Pitch (or a range of Pitches), specify the name (or number) of the Pitch(or range) enclosed in parentheses after the word NOTES
. For example:
To operate on Notes that fall on a particular time position (or a range of time positions) in the Clip, specify the position (or range) and use @
as a prefix. For example:
You can specify both a Pitch (or Pitch range) and a position (or position range) to operate on. For example:
CLIP NOTES(C3-F3) @2.1.1 DEL
CLIP NOTES¶
Toggle, turn on or turn off the mute status of Notes.
CLIP NOTES CMB¶
Combine each set of two consecutive Notes into a single Note.
CLIP NOTES COMP¶
Compress the duration of Notes.
CLIP NOTES DEL¶
Delete Notes.
CLIP NOTES EXP¶
Expand the duration of Notes.
CLIP NOTES GATE < or >¶
Decrement/increment the length of Notes by one 128th Note.
CLIP NOTES GATE <x
or >x
¶
Decrement/increment the length of Notes by x
128th Notes.
CLIP NOTES INV¶
Invert the pitches of Notes.
CLIP NOTES NUDGE < or >¶
Nudge Notes Backward/Forward by one 128th Note.
CLIP NOTES NUDGE <x
or >x
¶
Nudge Notes Backward/Forward by x
128th Notes.
CLIP NOTES REV¶
Reverse the position of Notes.
CLIP NOTES SCRP¶
Scramble the position of Notes while maintaining pitches.
CLIP NOTES SEMI < or >¶
Transpose Notes up or down by 1 semitone.
CLIP NOTES SEMI <x
or >x
¶
Transpose Notes up or down by x
semitones.
CLIP NOTES SPLIT¶
Split each Note into two equally sized Notes.
CLIP NOTES VELO x
¶
x
is the Note velocity to set.
CLIP NOTES VELO < or >¶
Decrement/increment the velocity of Notes by increment of 1.
CLIP NOTES VELO <x
or >x
¶
Decrement/increment the velocity of Notes by increment of x
.
CLIP NOTES VELO << or >>¶
Apply a decrescendo (descending velocities) or a crescendo (ascending velocities) to Notes.
CLIP NOTES VELO RND¶
Randomize the velocity of Notes in the range of 64 - 127.
CLIP NOTES VELO RNDx
-y
¶
Randomize the velocity of Notes in the range of x
-y
(where both x
and y
are in the range of 1 - 127).