uk.org.toot.midix.control.neck
Class StringTuning

java.lang.Object
  extended by uk.org.toot.midix.control.neck.StringTuning

public class StringTuning
extends java.lang.Object


Constructor Summary
StringTuning(java.lang.String tuning, int reg)
           
 
Method Summary
 int getDoubleInterval(int string)
           
 int getPitch(int string)
           
 int getPolyphony()
          Return the number of unrelated pitches can can be played concurrently
 int getRegister()
           
 boolean isLow()
           
 void setRegister(int reg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringTuning

public StringTuning(java.lang.String tuning,
                    int reg)
Method Detail

getPolyphony

public int getPolyphony()
Return the number of unrelated pitches can can be played concurrently


getRegister

public int getRegister()

setRegister

public void setRegister(int reg)

getPitch

public int getPitch(int string)

getDoubleInterval

public int getDoubleInterval(int string)

isLow

public boolean isLow()


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.