-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ff030a
commit 3e0ca03
Showing
9 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
Micromod (c)2017 [email protected] | ||
Micromod (c)2019 [email protected] | ||
|
||
A good-quality player library for the ProTracker MOD music format | ||
for Javascript (HTML5 Web Audio), Java, ANSI C (SDL) and Pascal (SDL). | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
IBXM (c)2017 [email protected] | ||
IBXM (c)2019 [email protected] | ||
|
||
A good quality player library for the ProTracker MOD, | ||
Scream Tracker 3 S3M, and FastTracker 2 XM music formats. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
package ibxm; | ||
|
||
/* | ||
ProTracker, Scream Tracker 3, FastTracker 2 Replay (c)2016 [email protected] | ||
ProTracker, Scream Tracker 3, FastTracker 2 Replay (c)2019 [email protected] | ||
*/ | ||
public class IBXM { | ||
public static final String VERSION = "a73 (c)2017 [email protected]"; | ||
public static final String VERSION = "a74 (c)2019 [email protected]"; | ||
|
||
private Module module; | ||
private int[] rampBuf; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Java ProTracker Replay (c)2018 [email protected] | ||
*/ | ||
public class Micromod { | ||
public static final String VERSION = "20180127 (c)2018 [email protected]"; | ||
public static final String VERSION = "20180204 (c)2018 [email protected]"; | ||
|
||
private Module module; | ||
private int[] rampBuf; | ||
|