Ignore:
Timestamp:
09/26/11 20:28:30 (13 years ago)
Author:
sherbold
Message:
  • added command efgToMM for parsing an EFG file (see guitar.sourceforge.net) and create a first-order Markov model with the same edges as the EFG file and each transition equally probable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/Runner.java

    r188 r196  
    3636                CommandExecuter.getInstance().addCommandPackage( 
    3737                                "de.ugoe.cs.eventbench.web.commands"); 
     38                CommandExecuter.getInstance().addCommandPackage( 
     39                                "de.ugoe.cs.eventbench.efg.commands"); 
    3840                TextConsole textConsole = new TextConsole(); 
    3941                boolean swtGuiRunning = false; 
Note: See TracChangeset for help on using the changeset viewer.