com.cwbp.mdpw
クラス Scale

java.lang.Object
  上位を拡張 com.cwbp.mdpw.Scale
すべての実装されたインタフェース:
ScaleConstants
直系の既知のサブクラス:
_sc

public class Scale
extends java.lang.Object
implements ScaleConstants


フィールドの概要
 
インタフェース com.cwbp.mdpw.ScaleConstants から継承されたフィールド
A4, D4, HARMONIC_MINOR, HARMONIC_MINOR_s, m2, M2, m3, M3, m6, M6, m7, M7, MAJOR, MAJOR_s, MELODIC_MINOR_DOWN, MELODIC_MINOR_DOWN_s, MELODIC_MINOR_UP, MELODIC_MINOR_UP_s, MINOR_s, P1, P4, P5, P8, SCALES
 
コンストラクタの概要
Scale(int b, int t)
           
 
メソッドの概要
 DataChord chordByName(int t, int b)
           
 DataChord chordByName(int t, int b, double d)
           
 DataChord chordByName(int t, int b, double d, int v)
           
 DataChord chordByName(int t, int b, double d, int v, int i)
           
 DataChord chordByNumber(int t, int b)
           
 DataChord chordByNumber(int t, int b, double d)
           
 DataChord chordByNumber(int t, int b, double d, int v)
           
 DataChord chordByNumber(int t, int b, double d, int v, int i)
           
 int getPitch(int i)
           
 int[] getPitch(int[] i)
           
static int getPitch(int i, int t)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Scale

public Scale(int b,
             int t)
メソッドの詳細

getPitch

public static int getPitch(int i,
                           int t)

getPitch

public int getPitch(int i)

getPitch

public int[] getPitch(int[] i)

chordByName

public DataChord chordByName(int t,
                             int b)

chordByName

public DataChord chordByName(int t,
                             int b,
                             double d)

chordByName

public DataChord chordByName(int t,
                             int b,
                             double d,
                             int v)

chordByName

public DataChord chordByName(int t,
                             int b,
                             double d,
                             int v,
                             int i)

chordByNumber

public DataChord chordByNumber(int t,
                               int b)

chordByNumber

public DataChord chordByNumber(int t,
                               int b,
                               double d)

chordByNumber

public DataChord chordByNumber(int t,
                               int b,
                               double d,
                               int v)

chordByNumber

public DataChord chordByNumber(int t,
                               int b,
                               double d,
                               int v,
                               int i)