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

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

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

revision 1857 by persson, Mon Sep 15 16:58:10 2008 UTC revision 1858 by persson, Sun Mar 8 09:57:19 2009 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 Andreas Persson                                    *   *   Copyright (C) 2008 - 2009 Andreas Persson                             *
4   *                                                                         *   *                                                                         *
5   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
6   *   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 43  namespace LinuxSampler { Line 43  namespace LinuxSampler {
43           */           */
44          class MidiInputPortPlugin : public MidiInputPort {          class MidiInputPortPlugin : public MidiInputPort {
45          protected:          protected:
46              MidiInputPortPlugin(MidiInputDevicePlugin* pDevice);              MidiInputPortPlugin(MidiInputDevicePlugin* pDevice, int portNumber);
47              friend class MidiInputDevicePlugin;              friend class MidiInputDevicePlugin;
48          };          };
49    
# Line 64  namespace LinuxSampler { Line 64  namespace LinuxSampler {
64          MidiInputPort* Port() {          MidiInputPort* Port() {
65              return Ports[0];              return Ports[0];
66          }          }
67    
68            static void DeleteMidiPort(MidiInputPort* pPort);
69      };      };
70  }  }
71    

Legend:
Removed from v.1857  
changed lines
  Added in v.1858

  ViewVC Help
Powered by ViewVC