com.frinika.tootX.midi
Class MidiInDeviceManager.DeviceReceiver

java.lang.Object
  extended by com.frinika.tootX.midi.MidiInDeviceManager.DeviceReceiver
All Implemented Interfaces:
javax.sound.midi.Receiver
Enclosing class:
MidiInDeviceManager

public static class MidiInDeviceManager.DeviceReceiver
extends java.lang.Object
implements javax.sound.midi.Receiver

Used to forward messages to the project with the associated device info


Method Summary
 void close()
           
 javax.sound.midi.MidiDevice getDevice()
           
 void send(javax.sound.midi.MidiMessage arg0, long arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

send

public void send(javax.sound.midi.MidiMessage arg0,
                 long arg1)
Specified by:
send in interface javax.sound.midi.Receiver

close

public void close()
Specified by:
close in interface javax.sound.midi.Receiver

getDevice

public javax.sound.midi.MidiDevice getDevice()