/[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 3053 by schoenebeck, Thu Mar 7 19:23:24 2013 UTC revision 3054 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 - 2013 Andreas Persson                             *   *   Copyright (C) 2008 - 2012 Andreas Persson                             *
4     *   Copyright (C) 2013 - 2016 Christian Schoenebeck                       *
5   *                                                                         *   *                                                                         *
6   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
7   *   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 66  namespace LinuxSampler { Line 67  namespace LinuxSampler {
67          static String Name();          static String Name();
68          static String Version();          static String Version();
69          static String Description();          static String Description();
70          MidiInputPort* CreateMidiPort();          MidiInputPort* CreateMidiPort() OVERRIDE;
71          static bool isAutonomousDriver();          static bool isAutonomousDriver();
72    
73          /**          /**

Legend:
Removed from v.3053  
changed lines
  Added in v.3054

  ViewVC Help
Powered by ViewVC