rocket/ogl_editor

General
-------
<something about the motivation behind the new editor?>

Tips & tricks
-------------
* Fold away tracks or groups you are not currently working with using Alt+Left/Right and Ctrl+Alt+Left/Right

* Use Return to insert current interpolated value - also sets the interpolation type to what the previous key uses.

* A good way of bundling parameters for effects is by naming your tracks 'groupname:trackname', as this will group them together, thus making better tracknames than "logo-x-pos", "logo-y-pos", "title-x-pos", "title-y-pos". Groups can also be folded, so they don't take up screen estate when you are working on a different part of the demo.

* Insert bookmarks using the B key to easily jump between parts in the demo.

* To rename a track (or add it to a group), close the editor and open the .rocket xml file, which should be nicely formatted. Locate the track and rename it - then rename it in your demo.

* Bias using Alt+trackpad/scrollwheel. Add the Shift-key to bias even faster.

* Use selection to bias multiple keys - even across multiple tracks!

Keys
----

OSX:

Editing:
0-9                     -       Edit value
Esc                     -       Cancel edit
QWERTY                  -       Bias selection +0.01, +0.1, +1, +10, +100, +1000
ASDFGH                  -       Bias selection -0.01, -0.1, -1, -10, -100, -1000
Alt+Trackpad scroll	    -	      Bias selection +1/-1
Shift+Alt+Trackpad	    -	      Bias selection +10/-10
I                       -       Toggle interpolation (step/linear/smooth/ramp)
Return                  -       Insert current interpolated value
Shift+Arrows            -       Select
Cmd+T                   -       Select all keys in track
Cmd+X                   -       Cut
Cmd+C                   -       Copy
Cmd+V                   -       Paste
Cmd+Z                   -       Undo
Cmd+Shift+Z             -       Redo
Delete                  -       Delete key

View:
Space                   -       Start/Stop
Arrows                  -       Move cursor around
Alt+Up/Down             -       Jump 8 rows
Alt+Cmd+Up/Down         -       Jump to StartRow/NextBookmark - PrevBookmark/EndRow
Cmd+Left/Right          -       Jump to first/last track
Ctrl+Up/Down            -       Jump to Previous/Next key in current track
Alt+Left/Right          -       Fold/Unfold track
Ctrl+Alt+Left/Right     -       Fold/Unfold group
Trackpad scroll         -       Scroll
Tab                     -       Jump between Row, Start Row, End Row, Track editing

Files:
Cmd+O                   -       Open file
Cmd+S                   -       Quicksave
Cmd+Shift+S             -       Save as
Cmd+1/2/3/4             -       Quickload recent files
Cmd+E                   -       Remote export

---------------------------------------------------------------------------------

Windows:

Editing:
0-9                     -       Edit value
Esc                     -       Cancel edit
QWERTY                  -       Bias selection +0.01, +0.1, +1, +10, +100, +1000
ASDFGH                  -       Bias selection -0.01, -0.1, -1, -10, -100, -1000
I                       -       Toggle interpolation (step/linear/smooth/ramp)
Return                  -       Insert current interpolated value
Shift+Arrows            -       Select
Ctrl+T                  -       Select all keys in track
Ctrl+X                  -       Cut
Ctrl+C                  -       Copy
Ctrl+V                  -       Paste
Ctrl+Z                  -       Undo
Ctrl+Shift+Z            -       Redo
Delete                  -       Delete key

View:
Space                   -       Start/Stop
Arrows                  -       Move cursor around
Alt+Up/Down             -       Jump 8 rows
Cttr+Alt+Up/Down        -       Jump to StartRow/NextBookmark - PrevBookmark/EndRow
Ctrl+Left/Right         -       Jump to first/last track
Ctrl+Up/Down            -       Jump to Previous/Next key in current track
Alt+Left/Right          -       Fold/Unfold track
Ctrl+Alt+Left/Right     -       Fold/Unfold group
Trackpad scroll         -       Scroll
Tab                     -       Jump between Row, Start Row, End Row, Track editing

Files:
Ctrl+O                  -       Open file
Ctrl+S                  -       Quicksave
Ctrl+Shift+S            -       Save as
Ctrl+1/2/3/4            -       Quickload recent files
Ctrl+E                  -       Remote export