/[svn]/linuxsampler/trunk/src/drivers/midi/MidiInputDeviceFactory.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/midi/MidiInputDeviceFactory.cpp

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

revision 1992 by schoenebeck, Sun Jul 12 10:35:55 2009 UTC revision 1993 by schoenebeck, Sun Aug 30 11:27:35 2009 UTC
# Line 55  namespace LinuxSampler { Line 55  namespace LinuxSampler {
55      /* Common parameters */      /* Common parameters */
56      REGISTER_MIDI_INPUT_DRIVER_PARAMETER(MidiInputDeviceAlsa, ParameterActive);      REGISTER_MIDI_INPUT_DRIVER_PARAMETER(MidiInputDeviceAlsa, ParameterActive);
57      REGISTER_MIDI_INPUT_DRIVER_PARAMETER(MidiInputDeviceAlsa, ParameterPorts);      REGISTER_MIDI_INPUT_DRIVER_PARAMETER(MidiInputDeviceAlsa, ParameterPorts);
58        /* Driver specific parameters */
59        REGISTER_MIDI_INPUT_DRIVER_PARAMETER(MidiInputDeviceAlsa, ParameterName);
60  #endif // HAVE_ALSA  #endif // HAVE_ALSA
61    
62  #if HAVE_COREMIDI  #if HAVE_COREMIDI

Legend:
Removed from v.1992  
changed lines
  Added in v.1993

  ViewVC Help
Powered by ViewVC