You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ First a screenshot of how it looks:
10
10
Regular disclaimer: Backup your stuff before using the software :)
11
11
12
12
If you encounter any issues please try to report them at https://github.com/emoon/rocket/issues as
13
-
this would make my life much easier and I will try to fix them given time. Hopefully the editor should be useful even if still not 100% finalized bug wise.
13
+
this would make my life much easier and I will try to fix them given time. Hopefully the editor is useful even if still not 100% finalized bug wise.
14
14
Also the documentation hasn't been completed yet.
15
15
16
16
Download the latest release from the [Releases page](https://github.com/emoon/rocket/releases).
@@ -30,21 +30,21 @@ The SDL-based linux support is written by Konsta 'sooda' Hölttä at https://git
30
30
Motivation
31
31
----------
32
32
33
-
About a year ago me and Heine 'bstrr' Gundersen (at Revision 2012) started to talk about that having an editor for GNU Rocket that worked on macOS would be great as we both used Mac as our primary development platform.
34
-
This was the start of this another version of the editor. I (Daniel 'emoon' Collin) also wanted some features that weren't in the old editor (such as folding of tracks, having it cross platform, etc)
35
-
Some small work was started on the editor during spring and summer but not much happened. It was really during last autumn 2012 I started to work on it for real to get in the features I want to have.
33
+
At Revision 2012, Heine 'bstrr' Gundersen and I started talking about how having an editor for GNU Rocket that worked on macOS would be great, as we both used Mac as our primary development platform.
34
+
This was the start of another version of the editor. I (Daniel 'emoon' Collin) also wanted some features that weren't in the old editor (such as folding of tracks, having it cross platform, etc)
35
+
Some small work was started on the editor during spring and summer of 2012 but not much happened. It was really during autumn 2012 that I started to work on it for real to get the features I wanted.
36
36
37
37
Features:
38
38
39
39
* Includes (or should at least :) all features from the old editor (except track re-arrangement)
40
40
* More optimized for laptop keyboards (no usage of page up/down and similar keys)
41
-
* Group support. It's now possible to group channels together that makes sense (maybe a group for each part) The syntax for this is to name the tracks "mygroup:mytrack"
42
-
* Folding support for both groups and tracks. Something I found annoying in the old editor was that you had to scroll around quite a bit to get to channel you wanted. Now with folding you use the screen space better.
41
+
* Group support. It's now possible to group tracks together that makes sense (maybe a group for each part). The syntax for this is to name the tracks "mygroup:mytrack"
42
+
* Folding support for both groups and tracks. Something I found annoying in the old editor was that you had to scroll around quite a bit to get to the track you wanted. Now with folding you use the screen space better.
43
43
* Faster navigation: Can jump between key values, jump in step of 8 and also with bookmarks.
44
44
* Other features such as using more of the keyboard for biasing of values (see key layout below)
45
-
* Trackpad support (OS X only, mouse wheel elsewhere) to scroll around (can only be used with biasing)
45
+
* Trackpad support (macOS only, mouse wheel elsewhere) to scroll around (can only be used with biasing)
46
46
* Cross platform. Read more about the code in the next section.
47
-
* Navigation while play-backing. It's now possible to jump forward/backward when playing the demo (demo "scratching")
47
+
* Navigation during playback. It's now possible to jump forward/backward when playing the demo (demo "scratching")
48
48
* Fast way to insert a interpolated value by just pressing return on an empty row.
49
49
* Experimental support for multiple Rocket clients for uses like synchronizing music trackers with RocketEditor (see https://github.com/schismtracker/schismtracker/pull/353)
50
50
@@ -119,7 +119,7 @@ Tips & tricks
119
119
120
120
* Use Return to insert current interpolated value - also sets the interpolation type to what the previous key uses.
121
121
122
-
* 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.
122
+
* 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 real estate when you are working on a different part of the demo.
123
123
124
124
* Insert bookmarks using the B key to easily jump between parts in the demo.
0 commit comments