org.herac.tuxguitar.io.abc.base
Class ABCOctaveDatabase

java.lang.Object
  extended byorg.herac.tuxguitar.io.abc.base.ABCOctaveDatabase

public class ABCOctaveDatabase
extends java.lang.Object

Author:
peter

Constructor Summary
ABCOctaveDatabase()
           
 
Method Summary
 int recall(int pitch)
           
 void reset()
           
 void store(int i, int pitch)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ABCOctaveDatabase

public ABCOctaveDatabase()
Method Detail

store

public void store(int i,
                  int pitch)

recall

public int recall(int pitch)

reset

public void reset()