/[svn]/linuxsampler/trunk/src/audiodriver/AudioOutputDeviceFactory.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/audiodriver/AudioOutputDeviceFactory.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 201)

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


Revision 169 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 2 23:49:12 2004 UTC (19 years, 9 months ago) by senkov
File length: 4308 byte(s)
Diff to previous 123
* Do not use accessor operator for the map unless
the element accessed already exists


Revision 123 - (view) (download) (annotate) - [select for diffs]
Added Mon Jun 14 19:33:16 2004 UTC (19 years, 10 months ago) by schoenebeck
File length: 4278 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