diff --git a/README.md b/README.md index 48b0c18..5fe3cf2 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/in_org.c b/src/in_org.c index 049c6b6..561e178 100644 --- a/src/in_org.c +++ b/src/in_org.c @@ -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];