Uses of Class
jmusic.midi.DefaultRealTimeChannelManager

Packages that use DefaultRealTimeChannelManager
jcaas.midi   
jmusic.midi   
 

Uses of DefaultRealTimeChannelManager in jcaas.midi
 

Subclasses of DefaultRealTimeChannelManager in jcaas.midi
 class MIDIPlayer
          MIDIPlayer is the main class for the sub-system that is responsible for playing midi sound during program execution.
 

Uses of DefaultRealTimeChannelManager in jmusic.midi
 

Methods in jmusic.midi that return DefaultRealTimeChannelManager
 DefaultRealTimeChannelManager RealTimePhraseSequencer.getRealTimeChannelManager()
           
 

Constructors in jmusic.midi with parameters of type DefaultRealTimeChannelManager
RealTimePhraseSequencer(DefaultRealTimeChannelManager manager)