Skip to content

Commit

Permalink
added Karaoke to the Decompiler and refactored SequenceAnalyzer
Browse files Browse the repository at this point in the history
- fixes #46 - unified data structures in the SequenceAnalyzer
- #5 - MidicaPLExporter now supports karaoke
  • Loading branch information
truj committed Dec 7, 2019
1 parent c6319c3 commit a07b9f2
Show file tree
Hide file tree
Showing 6 changed files with 870 additions and 228 deletions.
Binary file renamed midica-0.1575409660.jar → midica-0.1575729861.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/org/midica/Midica.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Midica {
public static final int VERSION_MAJOR = 0;

/** Minor version number. This is intended to be incremented automatically by precommit.pl. */
public static final int VERSION_MINOR = 1575409660;
public static final int VERSION_MINOR = 1575729861;

/** Full version string. */
public static final String VERSION = VERSION_MAJOR + "." + VERSION_MINOR;
Expand Down
Loading

0 comments on commit a07b9f2

Please sign in to comment.