com.github.dakusui.symfonion.song
Class Bar

java.lang.Object
  extended by com.github.dakusui.symfonion.song.Bar

public class Bar
extends Object


Constructor Summary
Bar(com.google.gson.JsonObject jsonObject, Song song)
           
 
Method Summary
 Fraction beats()
           
 Groove groove()
           
 void init(com.google.gson.JsonObject jsonObject)
           
 List<Pattern> part(String instrumentName)
           
 Set<String> partNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bar

public Bar(com.google.gson.JsonObject jsonObject,
           Song song)
    throws SymfonionException
Throws:
SymfonionException
Method Detail

init

public void init(com.google.gson.JsonObject jsonObject)
          throws SymfonionException
Throws:
SymfonionException

partNames

public Set<String> partNames()

part

public List<Pattern> part(String instrumentName)

beats

public Fraction beats()

groove

public Groove groove()


Copyright © 2013. All Rights Reserved.