com.github.dakusui.symfonion.song
Class NoteMap

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

public class NoteMap
extends Object


Field Summary
static NoteMap defaultNoteMap
           
static NoteMap defaultPercussionMap
           
protected  Map<String,Integer> map
           
 
Constructor Summary
NoteMap(com.google.gson.JsonObject json)
           
NoteMap(String name)
           
 
Method Summary
 String name()
           
 int note(String notename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultNoteMap

public static final NoteMap defaultNoteMap

defaultPercussionMap

public static final NoteMap defaultPercussionMap

map

protected Map<String,Integer> map
Constructor Detail

NoteMap

public NoteMap(String name)

NoteMap

public NoteMap(com.google.gson.JsonObject json)
        throws SymfonionException
Throws:
SymfonionException
Method Detail

note

public int note(String notename)
         throws SymfonionException
Throws:
SymfonionException

name

public String name()


Copyright © 2013. All Rights Reserved.