sound.musica
Class Scales

java.lang.Object
  extended by sound.musica.Scales

public class Scales
extends java.lang.Object


Constructor Summary
Scales()
           
 
Method Summary
static int[] getScale(int[] progression, int startNote)
          This method is preserved for legacy only, 2nd parameter is not used
static int[] getScale(int[] scale, int startNote, int stopNote)
          This method is preserved for legacy only, 2nd & 3rd parameters not used
static void testPlayScale()
          All Methods below are preserved for legacy only, not used in package musica.
static java.lang.String toString(int[] scale)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scales

public Scales()
Method Detail

toString

public static java.lang.String toString(int[] scale)
Parameters:
scale - Name of the array holidng the scale intervals
Returns:
string displaying the intervals, and the positions on 12 tone scale

testPlayScale

public static void testPlayScale()
All Methods below are preserved for legacy only, not used in package musica.


getScale

public static int[] getScale(int[] progression,
                             int startNote)
This method is preserved for legacy only, 2nd parameter is not used


getScale

public static int[] getScale(int[] scale,
                             int startNote,
                             int stopNote)
This method is preserved for legacy only, 2nd & 3rd parameters not used