com.github.dakusui.symfonion.song
Class Part

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

public class Part
extends Object


Constructor Summary
Part(String name, com.google.gson.JsonObject json, Song song)
           
 
Method Summary
 int channel()
           
 String name()
           
 int note(String noteName)
           
 String portName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Part

public Part(String name,
            com.google.gson.JsonObject json,
            Song song)
     throws SymfonionException
Throws:
SymfonionException
Method Detail

name

public String name()

channel

public int channel()

note

public int note(String noteName)

portName

public String portName()


Copyright © 2013. All Rights Reserved.