MIDI editor transport actions

From CockosWiki

Revision as of 17:13, 17 August 2010 by Gofer (Talk | contribs)
Jump to: navigation, search

Contents

Actions to manage the MIDI editor's transport controls

Basically the transport actions work the same as in the main view. They can be unlinked from


Options: Synchronize transport with main transport (Cmd ID 40039

Sections: MIDI Editor, MIDI Event List

Toggles the option in MIDI editor menu: "Options: Sync editor transport to project transport".
If it is enabled the MIDI editor's transport controls and actionswill start the whole project's playback. If disabled the MIDI editor's transport controls and actions will only playback the MIDI data of the current item in this editor.


Transport: Play (Cmd ID 1140)

Sections: MIDI Editor, MIDI Event List

Starts playback at the edit cursor position.


Transport: Play/stop (Cmd ID 40016)

Sections: MIDI Editor, MIDI Event List

Toggles between Transport: Play and Transport: Stop. Playback starts at the edit cursor position. The edit cursor is not moved on stop.


Transport: Play/pause (Cmd ID 40017)

Sections: MIDI Editor, MIDI Event List Toggles between Transport: Play and Transport: Pause. Playback starts at the edit cursor position. The edit cursor is moved to the timestamp where you triggered "pause".


===Transport: Stop (Cmd ID 1142)=== Sections: MIDI Editor, MIDI Event List

Stops playback from running. The edit cursor is not moved.


Transport: Pause (Cmd ID 1141)

Sections: MIDI Editor, MIDI Event List

Pauses playback. The edit cursor is moved to the current timestamp.


Transport: Toggle repeat (Cmd ID 1139)

Sections: MIDI Editor, MIDI Event List

Toggles whether playback is repeating between the start and end point of a timeline loop.



<< Back to Action list reference

Personal tools