/[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 1764 by schoenebeck, Tue Apr 8 20:39:00 2008 UTC revision 1765 by persson, Sat Sep 6 16:44:42 2008 UTC
# Line 311  namespace LinuxSampler { Line 311  namespace LinuxSampler {
311               */               */
312              void DispatchSysex(void* pData, uint Size);              void DispatchSysex(void* pData, uint Size);
313    
314                /**
315                 * Helper function for MIDI input devices that have the
316                 * MIDI data as raw bytes.
317                 *
318                 * @param pData       - pointer to the raw MIDI data
319                 * @param FragmentPos - event's sample point position in the
320                 *                      current audio fragment
321                 */
322                void DispatchRaw(uint8_t* pData, int32_t FragmentPos);
323    
324          protected:          protected:
325              MidiInputDevice* pDevice;              MidiInputDevice* pDevice;
326              int portNumber;              int portNumber;

Legend:
Removed from v.1764  
changed lines
  Added in v.1765

  ViewVC Help
Powered by ViewVC