|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.elements.MutableMusicEvent
jp.crestmuse.cmx.elements.MutableControlChange
public class MutableControlChange
コンストラクタの概要 | |
---|---|
MutableControlChange(int timestamp,
int ctrlnum,
int value,
int ticksPerBeat)
|
メソッドの概要 | |
---|---|
int |
ctrlnum()
|
void |
setCtrlNum(int ctrlnum)
|
void |
setValue(int value)
|
int |
value()
|
クラス jp.crestmuse.cmx.elements.MutableMusicEvent から継承されたメソッド |
---|
compareTo, duration, equals, hashCode, notenum, offset, offset, offsetInMilliSec, offVelocity, onset, onset, onsetInMilliSec, setOffset, setOnset, ticksPerBeat, velocity, word |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public MutableControlChange(int timestamp, int ctrlnum, int value, int ticksPerBeat)
メソッドの詳細 |
---|
public int ctrlnum()
public void setCtrlNum(int ctrlnum)
public void setValue(int value)
public int value()
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |