de.humatic.mmj
Class CoreMidiDevice.CoreMidiDeviceEntity

java.lang.Object
  extended by de.humatic.mmj.CoreMidiDevice.CoreMidiDeviceEntity
Enclosing class:
CoreMidiDevice

public class CoreMidiDevice.CoreMidiDeviceEntity
extends java.lang.Object

An entity is a logical unit (mostly an in / output pair) on a Midi device. CoreMidiDevices may have multiple entities. A four in / 4 out USB box would for example most likely have 4 entities.


Method Summary
 int getInputIndex()
           
 java.lang.String getName()
           
 int getOutputIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getInputIndex

public int getInputIndex()

getOutputIndex

public int getOutputIndex()