Package com.confusionists.mjdjApi.midiDevice

Interfaces and default abstract implementations for building your own TransmitterDeviceWrapper and ReceiverDeviceWrapper (inputs and outputs in Mjdj)

See:
          Description

Interface Summary
DeviceWrapper Base interface for ReceiverDeviceWrapper and TransmitterDeviceWrapper.
ReceiverDeviceWrapper Concrete classes that implement this interface are automatically instantiated by Mjdj.
TransmitterDeviceWrapper Concrete classes that implement this interface are automatically instantiated by Mjdj These classes show up in the MIDI in devices in Mjdj.
 

Class Summary
AbstractDeviceWrapper Default base class for ReceiverDeviceWrapper and TransmitterDeviceWrapper.
AbstractReceiverDeviceWrapper This class provides a default implementations for the ReceiverDeviceWrapper.
AbstractTransmitterDeviceWrapper This class provides a default implementation of TransmitterDeviceWrapper
 

Exception Summary
DeviceUnavailableException Used by DeviceWrapper implementers to indicate a necessary device not being available.
 

Package com.confusionists.mjdjApi.midiDevice Description

Interfaces and default abstract implementations for building your own TransmitterDeviceWrapper and ReceiverDeviceWrapper (inputs and outputs in Mjdj)