Uses of Class
com.github.dakusui.symfonion.song.Song

Packages that use Song
com.github.dakusui.symfonion   
com.github.dakusui.symfonion.song   
 

Uses of Song in com.github.dakusui.symfonion
 

Methods in com.github.dakusui.symfonion that return Song
 Song Symfonion.load(String fileName)
           
 

Methods in com.github.dakusui.symfonion with parameters of type Song
 Map<String,Sequence> MidiCompiler.compile(Song song)
           
 Map<String,Sequence> Symfonion.compile(Song song)
           
 

Uses of Song in com.github.dakusui.symfonion.song
 

Methods in com.github.dakusui.symfonion.song with parameters of type Song
static Groove Groove.createGroove(String grooveName, com.google.gson.JsonArray grooveDef, Song song)
           
static Pattern Pattern.createPattern(String name, com.google.gson.JsonObject json, Song song)
           
 

Constructors in com.github.dakusui.symfonion.song with parameters of type Song
Bar(com.google.gson.JsonObject jsonObject, Song song)
           
Part(String name, com.google.gson.JsonObject json, Song song)
           
 



Copyright © 2013. All Rights Reserved.