be.hogent.tarsos.midi
Class MidiUtils.DeviceControl.ReverbEffect

java.lang.Object
  extended by be.hogent.tarsos.midi.MidiUtils.DeviceControl.ReverbEffect
Enclosing class:
MidiUtils.DeviceControl

public static final class MidiUtils.DeviceControl.ReverbEffect
extends java.lang.Object


Field Summary
static int REVERB_TYPE_LARGE_HALL
           
static int REVERB_TYPE_LARGE_ROOM
           
static int REVERB_TYPE_MEDIUM_HALL
           
static int REVERB_TYPE_MEDIUM_ROOM
           
static int REVERB_TYPE_PLATE
           
static int REVERB_TYPE_SMALL_ROOM
           
 
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
 

Field Detail

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
Method Detail

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