/[svn]/linuxsampler/trunk/src/drivers/Makefile.am
ViewVC logotype

Log of /linuxsampler/trunk/src/drivers/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2420 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 24 08:59:25 2013 UTC (11 years, 1 month ago) by persson
File length: 644 byte(s)
Diff to previous 1934
* removed usage of deprecated Automake variable INCLUDES
* ASIO driver: removed compiler warnings


Revision 1934 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 12 10:35:55 2009 UTC (14 years, 8 months ago) by schoenebeck
File length: 641 byte(s)
Diff to previous 1923
* bugfix: don't allow to create or destroy audio devices and MIDI devices
  of host plugin implementations (e.g VST, AU, DSSI, LV2) on their own,
  as they only exist in the context of the plugin instance and would
  otherwise crash the application


Revision 1923 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 27 16:55:41 2009 UTC (14 years, 9 months ago) by persson
File length: 627 byte(s)
Diff to previous 1842
* fixed crash happening when a pitch bend event arrived at the same
  time a new instrument was loading
* fixed building with sqlite installed in a non-standard directory


Revision 1842 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 21 16:11:17 2009 UTC (15 years, 1 month ago) by persson
File length: 609 byte(s)
Diff to previous 1777
* fixed building with libgig installed in a non-standard directory


Revision 1777 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 15 16:58:10 2008 UTC (15 years, 6 months ago) by persson
File length: 595 byte(s)
Diff to previous 885
* added experimental support for running LinuxSampler as a DSSI, LV2
  and VST plugin


Revision 885 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 28 19:32:21 2006 UTC (17 years, 9 months ago) by schoenebeck
File length: 566 byte(s)
Diff to previous 510
* various fixes to allow liblinuxsampler to be used
  (as a native C++ library)


Revision 510 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 4 12:02:35 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 422 byte(s)
Diff to previous 504
* autotools build fixes for PPC architecture


Revision 504 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 3 00:37:35 2005 UTC (18 years, 11 months ago) by schoenebeck
File length: 425 byte(s)
Diff to previous 497
* removed statically included libgig sources from the LinuxSampler code
  base - you now have to compile and install libgig separately
* added -Wreturn-type gcc switch to avoid bugs with no returns on non void
  functions in future


Revision 497 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 10 11:55:44 2005 UTC (18 years, 11 months ago) by persson
File length: 411 byte(s)
Diff to previous 207
* removed some build warnings
* fixed a bug with hanging notes when using sustain pedal
* release samples are not triggered anymore when sustain pedal is down


Revision 207 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 15 21:51:15 2004 UTC (19 years, 8 months ago) by schoenebeck
File length: 431 byte(s)
Diff to previous 202
* src/linuxsampler.cpp: print out LinuxSampler version and show all
  registered MIDI input drivers
* renamed class 'InputOutputDevice' -> 'Device'


Revision 202 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 13 22:17:10 2004 UTC (19 years, 8 months ago) by schoenebeck
File length: 443 byte(s)
Diff to previous 174
* moved directory '/src/audiodriver' -> '/src/drivers/audio'
* moved directory '/src/mididriver' -> '/src/drivers/midi'


Revision 174 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 6 03:27:38 2004 UTC (19 years, 8 months ago) by senkov
File length: 421 byte(s)
Diff to previous 123
* Reworked the infrastructure to allow for parameter
registration and creation
* Changed alsa audio output and midi drivers
to work with new infrastructure


Revision 123 - (view) (download) (annotate) - [select for diffs]
Added Mon Jun 14 19:33:16 2004 UTC (19 years, 9 months ago) by schoenebeck
File length: 349 byte(s)
* src/common: added template class 'optional<>' which can be used e.g. as
  return type whenever a value might be returned, but don't has to; this
  template class pretty much acts like a pointer of the given type, but is
  much more safer than a simple pointer
* src/audiodriver: added static class AudioDeviceFactory to create audio
  devices at runtime by using a string and to obtain driver informations
  of drivers at runtime, driver classes should simply use the macro
  REGISTER_AUDIO_OUTPUT_DRIVER(DriverName,DriverClass) in their cpp file
  to register the driver to LinuxSampler (no changes needed anymore in the
  LS code to add a new audio output driver)
* src/drivers: added classes to dynamically manage driver parameters; there
  are two different kinds of parameters: parameters which are need to
  create a new device (DeviceCreationParameterX) used to e.g. create an
  audio output device or a MIDI input device and parameters which are only
  available at runtime, means when a device is already created
  (DeviceRuntimeParameterX) which will be e.g. used as audio channel
  parameters and MIDI port parameters
* src/linuxsampler.cpp: all registered audio output drivers will be shown
  on the console on startup
* src/network: implemented configuration of audio output devices via LSCP


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC