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