Skip to content

Commit

Permalink
Update README.md and version number to v1.08
Browse files Browse the repository at this point in the history
Added details about looping preference to readme.
  • Loading branch information
Yukitty committed Mar 15, 2015
1 parent a1067de commit 3d61214
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
ORG Player v1.07
ORG Player v1.08
================
Looking for binaries? See the [releases page](https://github.com/Yukitty/in_org/releases).
**To use:** Just put *in_org.dll* into your `/WinAmp/Plugins/` folder, then open organya data in *WinAmp*.

**To use:**
Just put `in_org.dll` into your `/WinAmp/Plugins/` folder, then open organya data in _WinAmp_.

Released for free and open source under the WTFPL, see [COPYING](https://raw.githubusercontent.com/Yukitty/in_org/master/COPYING) for full license information.

**Hidden feature:** To play beta tracks with the most common beta drumset, change the file's internal header from Org-02 to Org-01.
**To set looping preference:**
Navigate WinAmp Preferences to Plug-ins, Input, ORG Player and click the Configure button.

If you set loop iterations to 0, the song will loop indefinitely.

**Hidden feature:**
To play beta tracks with the most common beta drumset, change the file's internal header from Org-02 to Org-01.

The Japanese OrgMaker 2 drum set is not supported at the moment, but the English version is available under Org-02 as normal due to no conflicts in instrument numbering.
2 changes: 1 addition & 1 deletion src/in_org.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

#include "in_org.h"

#define VERSION "v1.08 config"
#define VERSION "v1.08"

extern In_Module mod;
char lastfn[MAX_PATH];
Expand Down

0 comments on commit 3d61214

Please sign in to comment.