Skip to content

Commit 68a18d8

Browse files
committed
Fix README wording and update OS X to macOS
1 parent 4a99289 commit 68a18d8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ First a screenshot of how it looks:
1010
Regular disclaimer: Backup your stuff before using the software :)
1111

1212
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.
1414
Also the documentation hasn't been completed yet.
1515

1616
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
3030
Motivation
3131
----------
3232

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.
3636

3737
Features:
3838

3939
* Includes (or should at least :) all features from the old editor (except track re-arrangement)
4040
* 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.
4343
* Faster navigation: Can jump between key values, jump in step of 8 and also with bookmarks.
4444
* 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)
4646
* 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")
4848
* Fast way to insert a interpolated value by just pressing return on an empty row.
4949
* Experimental support for multiple Rocket clients for uses like synchronizing music trackers with RocketEditor (see https://github.com/schismtracker/schismtracker/pull/353)
5050

@@ -119,7 +119,7 @@ Tips & tricks
119119

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

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.
123123

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

0 commit comments

Comments
 (0)