Uses of Interface
uk.org.toot.midi.core.channel.MidiChannelWriter

Packages that use MidiChannelWriter
uk.org.toot.midi.core.channel   
uk.org.toot.midix.control.neck This package is concerned with virtual MIDI controllers, e.g. 
 

Uses of MidiChannelWriter in uk.org.toot.midi.core.channel
 

Classes in uk.org.toot.midi.core.channel that implement MidiChannelWriter
 class DefaultMidiChannelWriter
          This class provides a channel-based write API.
 

Methods in uk.org.toot.midi.core.channel that return MidiChannelWriter
 MidiChannelWriter MidiChannelWriterProvider.getChannelWriter(int chan)
          Return a MidiChannelWriter for the specified channel index.
 MidiChannelWriter ChannelReadWriteMidiInput.getChannelWriter(int chan)
           
 MidiChannelWriter ChannelWriteMidiOutput.getChannelWriter(int chan)
           
 

Uses of MidiChannelWriter in uk.org.toot.midix.control.neck
 

Constructors in uk.org.toot.midix.control.neck with parameters of type MidiChannelWriter
StrungNeck.TunedString(int aChan, MidiChannelWriter channel)
           
 



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