/[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 1886 by persson, Sat Sep 6 16:44:42 2008 UTC revision 1887 by persson, Sat Apr 18 08:17:16 2009 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005 - 2008 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2009 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 313  namespace LinuxSampler { Line 313  namespace LinuxSampler {
313    
314              /**              /**
315               * Helper function for MIDI input devices that have the               * 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                 */
320                void DispatchRaw(uint8_t* pData);
321    
322                /**
323                 * Helper function for MIDI input devices that have the
324               * MIDI data as raw bytes.               * MIDI data as raw bytes.
325               *               *
326               * @param pData       - pointer to the raw MIDI data               * @param pData       - pointer to the raw MIDI data

Legend:
Removed from v.1886  
changed lines
  Added in v.1887

  ViewVC Help
Powered by ViewVC