/[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 221 by schoenebeck, Fri Aug 20 17:25:19 2004 UTC revision 244 by schoenebeck, Fri Sep 17 01:01:11 2004 UTC
# Line 175  namespace LinuxSampler { Line 175  namespace LinuxSampler {
175               */               */
176              void DispatchControlChange(uint8_t Controller, uint8_t Value, uint MidiChannel);              void DispatchControlChange(uint8_t Controller, uint8_t Value, uint MidiChannel);
177    
178                /**
179                 * Should be called by the implementing MIDI input device
180                 * whenever a system exclusive message arrived, this will cause
181                 * the message to be forwarded to all connected engines.
182                 *
183                 * @param pData - pointer to the sysex data
184                 * @param Size  - length of the sysex data (in bytes)
185                 */
186                void DispatchSysex(void* pData, uint Size);
187    
188          protected:          protected:
189              MidiInputDevice* pDevice;              MidiInputDevice* pDevice;
190              int portNumber;              int portNumber;

Legend:
Removed from v.221  
changed lines
  Added in v.244

  ViewVC Help
Powered by ViewVC