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

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

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

revision 879 by persson, Sun Feb 26 13:00:08 2006 UTC revision 880 by schoenebeck, Tue Jun 27 22:57:37 2006 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 Christian Schoenebeck                              *   *   Copyright (C) 2005, 2006 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 51  namespace LinuxSampler { Line 51  namespace LinuxSampler {
51                       */                       */
52                      class ParameterName : public MidiInputPort::ParameterName {                      class ParameterName : public MidiInputPort::ParameterName {
53                          public:                          public:
54                              ParameterName(MidiInputPort* pPort) throw (LinuxSamplerException);                              ParameterName(MidiInputPort* pPort) throw (Exception);
55                              virtual void OnSetValue(String s) throw (LinuxSamplerException);                              virtual void OnSetValue(String s) throw (Exception);
56                      };                      };
57    
58                      /** MIDI Port Parameter 'ALSA_SEQ_BINDINGS'                      /** MIDI Port Parameter 'ALSA_SEQ_BINDINGS'
# Line 65  namespace LinuxSampler { Line 65  namespace LinuxSampler {
65                              virtual String Description();                              virtual String Description();
66                              virtual bool Fix();                              virtual bool Fix();
67                              virtual std::vector<String> PossibilitiesAsString();                              virtual std::vector<String> PossibilitiesAsString();
68                              virtual void OnSetValue(std::vector<String> vS) throw (LinuxSamplerException);                              virtual void OnSetValue(std::vector<String> vS) throw (Exception);
69                          protected:                          protected:
70                              MidiInputPortAlsa* pPort;                              MidiInputPortAlsa* pPort;
71                      };                      };

Legend:
Removed from v.879  
changed lines
  Added in v.880

  ViewVC Help
Powered by ViewVC