be.hogent.tarsos.midi
Class MidiUtils.DeviceControl.ReverbEffect
java.lang.Object
be.hogent.tarsos.midi.MidiUtils.DeviceControl.ReverbEffect
- Enclosing class:
- MidiUtils.DeviceControl
public static final class MidiUtils.DeviceControl.ReverbEffect
- extends java.lang.Object
Method Summary |
static javax.sound.midi.SysexMessage |
setReverbTime(int targetDevice,
int reverbTime)
|
static javax.sound.midi.SysexMessage |
setReverbType(int targetDevice,
int reverbType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REVERB_TYPE_SMALL_ROOM
public static final int REVERB_TYPE_SMALL_ROOM
- See Also:
- Constant Field Values
REVERB_TYPE_MEDIUM_ROOM
public static final int REVERB_TYPE_MEDIUM_ROOM
- See Also:
- Constant Field Values
REVERB_TYPE_LARGE_ROOM
public static final int REVERB_TYPE_LARGE_ROOM
- See Also:
- Constant Field Values
REVERB_TYPE_MEDIUM_HALL
public static final int REVERB_TYPE_MEDIUM_HALL
- See Also:
- Constant Field Values
REVERB_TYPE_LARGE_HALL
public static final int REVERB_TYPE_LARGE_HALL
- See Also:
- Constant Field Values
REVERB_TYPE_PLATE
public static final int REVERB_TYPE_PLATE
- See Also:
- Constant Field Values
setReverbType
public static javax.sound.midi.SysexMessage setReverbType(int targetDevice,
int reverbType)
throws java.io.IOException,
javax.sound.midi.InvalidMidiDataException
- Throws:
java.io.IOException
javax.sound.midi.InvalidMidiDataException
setReverbTime
public static javax.sound.midi.SysexMessage setReverbTime(int targetDevice,
int reverbTime)
throws java.io.IOException,
javax.sound.midi.InvalidMidiDataException
- Throws:
java.io.IOException
javax.sound.midi.InvalidMidiDataException