Uses of Interface
jmusic.midi.IRealTimeChannel

Packages that use IRealTimeChannel
jcaas.midi   
jmusic.midi   
 

Uses of IRealTimeChannel in jcaas.midi
 

Classes in jcaas.midi that implement IRealTimeChannel
 class MIDIPlayer
          MIDIPlayer is the main class for the sub-system that is responsible for playing midi sound during program execution.
 

Methods in jcaas.midi that return IRealTimeChannel
 IRealTimeChannel MIDIPlayer.getChannel(int i)
           
 

Uses of IRealTimeChannel in jmusic.midi
 

Classes in jmusic.midi that implement IRealTimeChannel
 class RealTimeChannelQueue
           
 

Methods in jmusic.midi that return IRealTimeChannel
 IRealTimeChannel DefaultRealTimeChannelManager.getChannel(int i)