MIDI Editor cursor navigation actions

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Moving the edit cursor)
Line 30: Line 30:
Moves the edit cursor leftward to the previous visible grid line. Should be called "move to" instead of "move by"...
Moves the edit cursor leftward to the previous visible grid line. Should be called "move to" instead of "move by"...
 +
====Edit: Move edit cursor right by grid (Cmd ID 40048)====
====Edit: Move edit cursor right by grid (Cmd ID 40048)====
Line 35: Line 36:
Moves the edit cursor rightward to the next visible grid line. Should be called "move to" instead of "move by"...
Moves the edit cursor rightward to the next visible grid line. Should be called "move to" instead of "move by"...
 +
====Edit: Move edit cursor left one measure (Cmd ID 40683)====
====Edit: Move edit cursor left one measure (Cmd ID 40683)====
Line 40: Line 42:
Moves the edit cursor leftward by one full measure.
Moves the edit cursor leftward by one full measure.
 +
====Edit: Move edit cursor right one measure (Cmd ID 40682)====
====Edit: Move edit cursor right one measure (Cmd ID 40682)====
Line 45: Line 48:
Moves the edit cursor rightward by one full measure.
Moves the edit cursor rightward by one full measure.
 +
====Edit: Move edit cursor left one pixel (Cmd ID 40185)====
====Edit: Move edit cursor left one pixel (Cmd ID 40185)====
Line 50: Line 54:
Moves the edit cursor leftward by one pixel of your screen. Zoom dependent, if you are zoomed in very close, one pixel is a much narrower step than when zoomed far out.
Moves the edit cursor leftward by one pixel of your screen. Zoom dependent, if you are zoomed in very close, one pixel is a much narrower step than when zoomed far out.
 +
====Edit: Move edit cursor right one pixel (Cmd ID 40186)====
====Edit: Move edit cursor right one pixel (Cmd ID 40186)====
Line 55: Line 60:
Moves the edit cursor rightward by one pixel of your screen. Zoom dependent, if you are zoomed in very close, one pixel is a much narrower step than when zoomed far out.
Moves the edit cursor rightward by one pixel of your screen. Zoom dependent, if you are zoomed in very close, one pixel is a much narrower step than when zoomed far out.
 +
====Move cursor to end of loop (Cmd ID 40439)====
====Move cursor to end of loop (Cmd ID 40439)====
Line 60: Line 66:
Moves the edit cursor to the end of a loop you have defined in the time ruler.
Moves the edit cursor to the end of a loop you have defined in the time ruler.
 +
====Move cursor to start of loop (Cmd ID 40438)====
====Move cursor to start of loop (Cmd ID 40438)====
Line 65: Line 72:
Moves the edit cursor to the start of a loop you have defined in the time ruler.
Moves the edit cursor to the start of a loop you have defined in the time ruler.
 +
====Navigate: Move edit cursor to end of selection (Cmd ID 40639)====
====Navigate: Move edit cursor to end of selection (Cmd ID 40639)====
Line 70: Line 78:
Moves the edit cursor to the end of a time selection you have defined in the main arrange window.
Moves the edit cursor to the end of a time selection you have defined in the main arrange window.
 +
====Navigate: Move edit cursor to start of selection (Cmd ID 40440)====
====Navigate: Move edit cursor to start of selection (Cmd ID 40440)====
Line 75: Line 84:
Moves the edit cursor to the start of a time selection you have defined in the main arrange window.
Moves the edit cursor to the start of a time selection you have defined in the main arrange window.
 +
====View: Move edit cursor to mouse cursor (Cmd ID 40443)====
====View: Move edit cursor to mouse cursor (Cmd ID 40443)====
Line 80: Line 90:
Moves the edit cursor to where the tip of your mouse cursor is hovering.
Moves the edit cursor to where the tip of your mouse cursor is hovering.
 +
====View: Move edit cursor to play cursor (Cmd ID 40502)====
====View: Move edit cursor to play cursor (Cmd ID 40502)====
Line 85: Line 96:
Moves the edit cursor to the current play position when playback is running.
Moves the edit cursor to the current play position when playback is running.
 +
====Cursor: advance... (Cmd IDs 40705 to 40724)====
====Cursor: advance... (Cmd IDs 40705 to 40724)====

Revision as of 20:58, 1 August 2010

Contents

Actions to move the cursors in the MIDI editors

There are two cursors in the MIDI Piano Roll and Inline Editors, one for each dimension:

1) Vertically: the thin vertical line known as edit cursor which also appears in the main arrange view
2) Horizontally: This is the active position, showing the selected note row (respective pitch) that has focus in the piano roll (or inline) MIDI editor. Clicking in the note area or on a piano key changes the active position to that note row, indicated by a slightly different (themeable) color. Note insertion, note selection and vertical zooming can relate to the active position.

Moving the "active position"

Sections: MIDI Editor, MIDI Inline Editor

Increase active position one semitone (Cmd ID 40049)

This action increases currently active horizontal row by one semitone.


Decrease active position one semitone (Cmd ID 40050)

This action decreases currently active horizontal row by one semitone.


Increase active position one octave (Cmd ID 40187)

This action increases currently active horizontal row by one octave.


Decrease active position one octave (Cmd ID 40188)

This action decreases currently active horizontal row by one octave.


Moving the edit cursor

Edit: Move edit cursor left by grid (Cmd ID 40047)

Section: MIDI Editor

Moves the edit cursor leftward to the previous visible grid line. Should be called "move to" instead of "move by"...


Edit: Move edit cursor right by grid (Cmd ID 40048)

Section: MIDI Editor

Moves the edit cursor rightward to the next visible grid line. Should be called "move to" instead of "move by"...


Edit: Move edit cursor left one measure (Cmd ID 40683)

Section: MIDI Editor

Moves the edit cursor leftward by one full measure.


Edit: Move edit cursor right one measure (Cmd ID 40682)

Section: MIDI Editor

Moves the edit cursor rightward by one full measure.


Edit: Move edit cursor left one pixel (Cmd ID 40185)

Section: MIDI Editor

Moves the edit cursor leftward by one pixel of your screen. Zoom dependent, if you are zoomed in very close, one pixel is a much narrower step than when zoomed far out.


Edit: Move edit cursor right one pixel (Cmd ID 40186)

Section: MIDI Editor

Moves the edit cursor rightward by one pixel of your screen. Zoom dependent, if you are zoomed in very close, one pixel is a much narrower step than when zoomed far out.


Move cursor to end of loop (Cmd ID 40439)

Sections: MIDI Editor, Event List

Moves the edit cursor to the end of a loop you have defined in the time ruler.


Move cursor to start of loop (Cmd ID 40438)

Sections: MIDI Editor, Event List

Moves the edit cursor to the start of a loop you have defined in the time ruler.


Navigate: Move edit cursor to end of selection (Cmd ID 40639)

Sections: MIDI Editor, MIDI Inline Editor

Moves the edit cursor to the end of a time selection you have defined in the main arrange window.


Navigate: Move edit cursor to start of selection (Cmd ID 40440)

Sections: MIDI Editor, MIDI Inline Editor

Moves the edit cursor to the start of a time selection you have defined in the main arrange window.


View: Move edit cursor to mouse cursor (Cmd ID 40443)

Section: MIDI Editor, Event List

Moves the edit cursor to where the tip of your mouse cursor is hovering.


View: Move edit cursor to play cursor (Cmd ID 40502)

Section: MIDI Editor, Event List

Moves the edit cursor to the current play position when playback is running.


Cursor: advance... (Cmd IDs 40705 to 40724)

Section: MIDI Editor

Moves the edit cursor rightward by the amount specified in the action's name.

Personal tools