/[svn]/linuxsampler/trunk/src/drivers/midi/MidiInputPort.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/midi/MidiInputPort.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 946 by schoenebeck, Sun Jul 23 16:44:08 2006 UTC revision 947 by schoenebeck, Mon Nov 27 21:34:55 2006 UTC
# Line 283  namespace LinuxSampler { Line 283  namespace LinuxSampler {
283               */               */
284              void DispatchProgramChange(uint8_t Program, uint MidiChannel);              void DispatchProgramChange(uint8_t Program, uint MidiChannel);
285    
286                void DispatchBankSelectMsb(uint8_t BankMsb, uint MidiChannel);
287    
288                void DispatchBankSelectLsb(uint8_t BankLsb, uint MidiChannel);
289    
290              /**              /**
291               * Should be called by the implementing MIDI input device               * Should be called by the implementing MIDI input device
292               * whenever a system exclusive message arrived, this will cause               * whenever a system exclusive message arrived, this will cause
# Line 316  namespace LinuxSampler { Line 320  namespace LinuxSampler {
320              friend class MidiInputDevice;              friend class MidiInputDevice;
321    
322          private:          private:
             EngineChannel* pPreviousProgramChangeEngineChannel; ///< Points to the engine channel which was connected by the previous DispatchProgramChange() call.  
323              static SynchronizedConfig<std::set<Engine*> > SysexListeners; ///< All engines that are listening to sysex messages.              static SynchronizedConfig<std::set<Engine*> > SysexListeners; ///< All engines that are listening to sysex messages.
324      };      };
325    

Legend:
Removed from v.946  
changed lines
  Added in v.947

  ViewVC Help
Powered by ViewVC