MIDI Editor Selection actions

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Add note nearest to the edit cursor to selection (Cmd ID 40426))
Line 96: Line 96:
Similar to: [[Select note nearest to the edit cursor]] (Cmd ID 40425)
Similar to: [[Select note nearest to the edit cursor]] (Cmd ID 40425)
 +
 +
 +
 +
==CC and other events (except notes)==

Revision as of 14:16, 25 July 2010

Contents

Note events and CC (other) events

Edit: Select all (Cmd ID 40006)

sections: MIDI Editor, MIDI Event list, MIDI Inline Editor


Selects all events (Notes and CC, resp other events as Program Change, Channel Pressure or SysEx) of all channels currently shown in the active MIDI editor. Events on channels that are hidden by the filter or by action will not be selected by "select all.


Edit: Unselect all (Cmd ID 40214)

sections: MIDI Editor, MIDI Event list, MIDI Inline Editor


Empties the selection. After this action has run, no event of the active MIDI editor will be selected anymore.



Note events only

Navigate: Select next note (Cmd ID 40413)

sections: MIDI Editor, MIDI Event list


Selects the note that is next to the right of the currently selected notes. Notes that are starting on the exact same time will be selected in bottom-to-top order with each subsequent run of this action.

Similar to Add next note to selection (Cmd ID 40422)


Navigate: Select previous note (Cmd ID 40414)

sections: MIDI Editor, MIDI Event list


Selects the note that is next to the left of the currently selected notes (regarding note-on). Notes that are starting on the exact same time will be selected in top-to-bottom order with each subsequent run of this action.

Similar to Add previous note to selection (Cmd ID 40421)


Navigate: Select next note with same note value (Cmd ID 40428)

sections: MIDI Editor, MIDI Event List

Selects the next note with the same pitch as the currently selected note.


Navigate: Select previous note with same note value (Cmd ID 40427)

sections: MIDI Editor, MIDI Event List

Selects the previous note with the same pitch as the currently selected note.


Select all notes with same note value (Cmd ID 40434)

sections: MIDI Editor, MIDI Event List

Selects all note with the same pitch as the currently selected note.


Select note nearest to the edit cursor (Cmd ID 40425)

sections: MIDI Editor, MIDI Inline Editor


Selects the note that starts nearest to the crossing between vertical edit cursor and horizontal active position cursor.

Similar to: Add note nearest to the edit cursor to selection (Cmd ID 40426)


Add next note to selection (Cmd ID 40422)

sections: MIDI Editor, MIDI Inline Editor


Adds the note that is next to the right of the currently selected notes to the selection, leaving the current selection intact. Notes that are starting on the exact same time will be selected in bottom-to-top order with each subsequent run of this action.

Similar to: Navigate: Select next note (Cmd ID 40413)


Add previous note to selection (Cmd ID 40421)

sections: MIDI Editor, MIDI Inline Editor


Adds the note that is next to the left of the currently selected notes (regarding note-on) to the selection, leaving the current selection intact. Notes that are starting on the exact same time will be selected in top-to-bottom order with each subsequent run of this action.

Similar to: Navigate: Select previous note (Cmd ID 40414)


Add note nearest to the edit cursor to selection (Cmd ID 40426)

sections: MIDI Editor, MIDI Inline Editor


Adds the note that starts nearest to the crossing between vertical edit cursor and horizontal active position cursor to the selection, leaving the current selection intact.

Similar to: Select note nearest to the edit cursor (Cmd ID 40425)


CC and other events (except notes)

Personal tools