uk.org.toot.transport
Class AbstractMMCSlave

java.lang.Object
  extended by uk.org.toot.transport.AbstractMMCSlave

public abstract class AbstractMMCSlave
extends java.lang.Object

An abstract MIDI Machine Control slave. Extend this class with a MIDI input and call receive with each received MidiMessage. The associated Transport is then slaved to the external MIDI source providing the MIDI Machine Control messages.


Constructor Summary
AbstractMMCSlave(Transport t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMMCSlave

public AbstractMMCSlave(Transport t)


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.