jp.crestmuse.cmx.elements
クラス MutableNote

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.elements.MutableMusicEvent
      上位を拡張 jp.crestmuse.cmx.elements.MutableNote
すべての実装されたインタフェース:
java.lang.Comparable<MutableMusicEvent>, NoteCompatible, SCC.Note

public class MutableNote
extends MutableMusicEvent
implements NoteCompatible


コンストラクタの概要
MutableNote(int onset, int offset, int notenum, int velocity, int ticksPerBeat)
           
MutableNote(int onset, int offset, int notenum, int velocity, int offVelocity, int ticksPerBeat)
           
MutableNote(int onset, int offset, int notenum, int velocity, int offVelocity, java.lang.String word, int ticksPerBeat)
           
 
メソッドの概要
 int notenum()
           
 int offVelocity()
           
 void setNoteNum(int notenum)
           
 void setOffVelocity(int offvel)
           
 void setVelocity(int vel)
           
 void setWord(java.lang.String w)
           
 java.lang.String toString()
           
 int velocity()
           
 java.lang.String word()
           
 
クラス jp.crestmuse.cmx.elements.MutableMusicEvent から継承されたメソッド
compareTo, duration, equals, hashCode, offset, offset, offsetInMilliSec, onset, onset, onsetInMilliSec, setOffset, setOnset, ticksPerBeat
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース jp.crestmuse.cmx.filewrappers.SCC.Note から継承されたメソッド
duration, offset, offsetInMilliSec, onset, onsetInMilliSec
 

コンストラクタの詳細

MutableNote

public MutableNote(int onset,
                   int offset,
                   int notenum,
                   int velocity,
                   int ticksPerBeat)

MutableNote

public MutableNote(int onset,
                   int offset,
                   int notenum,
                   int velocity,
                   int offVelocity,
                   int ticksPerBeat)

MutableNote

public MutableNote(int onset,
                   int offset,
                   int notenum,
                   int velocity,
                   int offVelocity,
                   java.lang.String word,
                   int ticksPerBeat)
メソッドの詳細

notenum

public int notenum()
定義:
インタフェース SCC.Note 内の notenum
オーバーライド:
クラス MutableMusicEvent 内の notenum

offVelocity

public int offVelocity()
定義:
インタフェース SCC.Note 内の offVelocity
オーバーライド:
クラス MutableMusicEvent 内の offVelocity

setNoteNum

public void setNoteNum(int notenum)

setOffVelocity

public void setOffVelocity(int offvel)

setVelocity

public void setVelocity(int vel)

setWord

public void setWord(java.lang.String w)

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

velocity

public int velocity()
定義:
インタフェース SCC.Note 内の velocity
オーバーライド:
クラス MutableMusicEvent 内の velocity

word

public java.lang.String word()
定義:
インタフェース SCC.Note 内の word
オーバーライド:
クラス MutableMusicEvent 内の word