Score score1 = new Score();
Read.midi(score1, "c:/tmp/gen.midi");
for (Part part : score1.getPartArray()) {
System.out.println(part.getInstrument());
}
new StartupListener().contextInitialized(null);
Generator generator = new Generator();
generator.configLocation = "c:/config/music";
generator.maxConcurrentGenerations = 5;
generator.init();