/[svn]/linuxsampler/branches/release0_3_1/src/drivers
ViewVC logotype

Log of /linuxsampler/branches/release0_3_1/src/drivers

View Directory Listing Directory Listing


Sticky Revision:

Revision 580 - Directory Listing
Modified Tue May 24 19:20:21 2005 UTC (18 years, 11 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'release0_3_1'.

Revision 554 - Directory Listing
Modified Thu May 19 19:25:14 2005 UTC (18 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* All compile time options are now centrally alterable as arguments to the
  ./configure script. All options are C Macros beginning with CONFIG_
  prefix and will be placed into auto generated config.h file.


Revision 551 - Directory Listing
Modified Tue May 17 18:16:54 2005 UTC (18 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* Implemented MIDI program change as general, engine independant solution.
  The program number will determine the sampler channel to which the MIDI
  device will be connected to and the given MIDI channel defines on which
  MIDI channel that sampler channel should listen to. Also the program
  change will disconnect probably established connection from the previous
  program change event.


Revision 531 - Directory Listing
Modified Mon May 9 14:25:09 2005 UTC (18 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* ALSA driver: fix of previous ALSA fix ;-)


Revision 513 - Directory Listing
Modified Thu May 5 17:29:37 2005 UTC (18 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* ALSA audio driver: don't block when trying to create audio device


Revision 510 - Directory Listing
Modified Wed May 4 12:02:35 2005 UTC (18 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* autotools build fixes for PPC architecture


Revision 509 - Directory Listing
Modified Tue May 3 16:55:28 2005 UTC (18 years, 11 months ago) by letz
Original Path: linuxsampler/trunk/src/drivers
Correct Name method


Revision 504 - Directory Listing
Modified Tue May 3 00:37:35 2005 UTC (18 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* 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 - Directory Listing
Modified Sun Apr 10 11:55:44 2005 UTC (19 years ago) by persson
Original Path: linuxsampler/trunk/src/drivers
* 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 486 - Directory Listing
Modified Thu Mar 24 23:07:22 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* remove quotation marks from driver parameters


Revision 485 - Directory Listing
Modified Thu Mar 24 21:06:09 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* ALSA audio driver: don't block for retrieving sound card parameter infos


Revision 483 - Directory Listing
Modified Mon Mar 21 23:40:56 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* JACK audio driver: fixed handling of channel parameter 'JACK_BINDINGS'
* fixed parser bug of multiplicity parameters


Revision 476 - Directory Listing
Modified Fri Mar 18 18:16:27 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* ALSA MIDI driver: added MIDI port parameter 'ALSA_SEQ_ID' which reflects
  the ALSA sequencer ID of a port (read only)


Revision 412 - Directory Listing
Modified Sat Feb 26 22:44:51 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* gig::Engine: fixed silence (engine channels' events were not imported
  into the engine, fixed undesired creation of new gig::Engine instances
  (and disk threads)
* AudioOutputDevice: reverted behavior to render per Engine instance (and
  not per EngineChannel instance)


Revision 411 - Directory Listing
Modified Sat Feb 26 02:01:14 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* design change: using now one sampler engine instance and one disk thread
  instance for all sampler channels that are connected to the same audio
  output device (and are using the same engine type of course)
* added EngineFactory / EngineChannelFactory to remove the annoying build
  dependencies e.g. of the lscpserver to the actual sampler engine
  implementations
* bumped version to 0.3.0 (current CVS state is still quite broken,
  previous, stable CVS version was tagged as "v0_2_0" and is also available
  as source tarball)


Revision 403 - Directory Listing
Modified Tue Feb 22 20:37:59 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* JACK driver: fixed channel parameter 'JACK_BINDINGS' which did not work
  for a multi JACK device setup


Revision 392 - Directory Listing
Modified Sat Feb 19 02:40:24 2005 UTC (19 years, 2 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* fixed possibility that memory got not locked
* immediately set instrument status when calling LOAD INSTUMENT NON_MODAL


Revision 379 - Directory Listing
Modified Sun Feb 13 18:02:29 2005 UTC (19 years, 2 months ago) by persson
Original Path: linuxsampler/trunk/src/drivers
* small fix for building with old JACK versions (0.94 and earlier)


Revision 374 - Directory Listing
Modified Sat Feb 12 00:36:08 2005 UTC (19 years, 2 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* JACK audio driver: added device creation parameter 'NAME' which can be
  used to assign an arbitrary name to the JACK client, it's now possible to
  create multiple JACK audio output devices simultaniously for LS
* src/network/lscpserver.cpp: fixed little bug in
  'SET CHANNEL AUDIO_OUTPUT_CHANNEL' (altering of audio routing)
  implementation, cleanup of error messages


Revision 362 - Directory Listing
Modified Wed Feb 9 10:08:16 2005 UTC (19 years, 2 months ago) by letz
Original Path: linuxsampler/trunk/src/drivers
Updated for new driver structure


Revision 361 - Directory Listing
Modified Wed Feb 9 01:22:18 2005 UTC (19 years, 2 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* bunch of fixes for OSX (patch by Stephane Letz)


Revision 331 - Directory Listing
Modified Thu Dec 30 04:00:03 2004 UTC (19 years, 3 months ago) by senkov
Original Path: linuxsampler/trunk/src/drivers
* Fixed bug with mixed channel creation


Revision 319 - Directory Listing
Modified Mon Dec 13 00:46:42 2004 UTC (19 years, 4 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* introduced 'synthesis mode' to reduce the amount of code and conditionals
  for the current synthesis case in the main synthesis loop
* support for MMX and SSE(1) in the core synthesis algorithms (CPU feature
  detection at runtime, only x86 so far)


Revision 289 - Directory Listing
Modified Tue Oct 19 14:41:38 2004 UTC (19 years, 6 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* LinuxSampler was badly broken with last commit, fixed that
* using now James Klicman's proposol to fix the reported linker problem
* Mutex.cpp: try to force UNIX98 compatibility (if not already supported)
* Makefile.cvs: generate (and clean) all necessary autotools files


Revision 288 - Directory Listing
Modified Tue Oct 19 00:36:34 2004 UTC (19 years, 6 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* configure.in: added check for UNIX98 compatibility, check if there's at
  least one supported MIDI input and audio output system available, added
  conditionals for ALSA and JACK
* src/drivers/audio/Makefile.am: ALSA and JACK drivers are only compiled
  respectively if they're supported by the system
* MidiInputDeviceFactory.cpp, AudioOutputDeviceFactory.cpp: little
  workaround for reported linker problem
* removed autotools generated files from CVS


Revision 277 - Directory Listing
Modified Sat Oct 9 15:48:32 2004 UTC (19 years, 6 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* compatibility fixes for old gcc 2.95.4


Revision 274 - Directory Listing
Modified Sat Oct 9 00:46:18 2004 UTC (19 years, 6 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* MidiInputPort: fixed dispatching of MIDI events to engines which are
  listening to all MIDI channels
* switched MIDI channel indexing to low level indexing (means 0..15 now)


Revision 272 - Directory Listing
Modified Fri Oct 8 21:03:32 2004 UTC (19 years, 6 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
support for showing exceptions in realtime audio thread if these are
enabled in global.h


Revision 268 - Directory Listing
Modified Thu Oct 7 22:20:20 2004 UTC (19 years, 6 months ago) by capela
Original Path: linuxsampler/trunk/src/drivers
* gcc-c++ 3.4.1 compability fixes.


Revision 244 - Directory Listing
Modified Fri Sep 17 01:01:11 2004 UTC (19 years, 7 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* added support for scale tuning via MIDI GS system exclusive message


Revision 227 - Directory Listing
Modified Thu Aug 26 22:05:44 2004 UTC (19 years, 7 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* ALSA audio driver: bugfix in device parameter 'CARD' which caused an
  error message if used in conjunction with 'CREATE AUDIO_OUTPUT_DEVICE'
  LSCP command
* JACK audio driver: fixed minor JACK port name issue and the device was
  not activated by default on creation which caused it to render solely
  silence
* src/network/lscpserver.cpp: retry to bind socket for 3 minutes if bind
  failed


Revision 226 - Directory Listing
Modified Wed Aug 25 22:00:33 2004 UTC (19 years, 7 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* ALSA MIDI driver: create one MIDI port by default, implemented parameter
  info for parameter 'ALSA_SEQ_BINDINGS'
* ALSA audio driver: implemented parameter info for driver parameters
  'FRAGMENTS' and 'FRAGMENTSIZE'
* JACK audio driver: fixed creation of channels on device creation, channel
  parameter 'NAME' now actually updates the respective JACK port name,
  implemented channel parameter 'JACK_BINDINGS' (as well as its parameter
  info)
* src/network/lscpserver.cpp: fixed commands
  "GET MIDI_INPUT_DRIVER_PARAMETER INFO" and
  "GET AUDIO_OUTPUT_DRIVER_PARAMETER  INFO", fixed backward compatibility
  for "SET AUDIO_OUTPUT_TYPE" and "SET MIDI_INPUT_TYPE" commands
* src/networ/lscp.y: added comma character (',') to symbol 'char'
* src/drivers/DeviceParameter.cpp: fixed methods RangeMin(), RangeMax() in
  class DeviceCreationParameterInt which returned wrong values


Revision 221 - Directory Listing
Modified Fri Aug 20 17:25:19 2004 UTC (19 years, 8 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* src/drivers/midi/MidiInputDeviceAlsa.cpp: implemented port parameter
 "NAME" which now updates the registered ALSA seq port name as well, fixed
  port parameter "ALSA_SEQ_BINDINGS" to allow more than one binding
* src/network/lscp.y: fixed symbol STRINGVAL (that is strings encapsulated
  into apostrophes) which didn't allow space characters
* changed all driver names and driver paramaters to upper case
* fixed typo in LSCP documentation
  (section 5.3.12, was: "SET MIDI_INPUT_PORT PARAMETER",
   should be: "SET MIDI_INPUT_PORT_PARAMETER")


Revision 219 - Directory Listing
Modified Tue Aug 17 20:35:04 2004 UTC (19 years, 8 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* completely removed the lex scanner and replaced it by pure yacc rules
  for all terminal symbols (that is command keywords and variables) to
  avoid misunderstandings while parsing (e.g. recognition of command
  keywords in string arguments)
* src/drivers/audio/AudioChannel.cpp: changed channel parameter 'Name' to
 'NAME' as defined in the LSCP documentation


Revision 214 - Directory Listing
Modified Sat Aug 14 23:00:44 2004 UTC (19 years, 8 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* src/drivers/DeviceParameter.cpp: fixed return values for
classes 'DeviceRuntimeParameterString' and 'DeviceCreationParameterString'
which returned their values without being encapsulated into apostrophes,
fixed return values for 'DeviceRuntimeParameterBool' and
'DeviceCreationParameterBool' to be returned in lower case (as defined in
the LSCP documentation)
* src/network/lscp.y: key value pairs now also allow strings (without
spaces) to be not encapsulated into apostrophes (e.g. foo=bar instead of
foo='bar')
* src/linuxsampler.cpp: show on the console which TCP port the LSCP server
is using


Revision 212 - Directory Listing
Modified Wed Jul 28 14:17:29 2004 UTC (19 years, 8 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* introduced and implemented new LSCP command "RESET" which resets the
  whole sampler instance
* src/drivers/audio/AudioOutputDeviceAlsa.cpp: parameter 'card' now
  returns all available sound cards as possibility, added dependency to
  parameter 'card' to parameters 'fragments' and 'fragmentsize'
* src/drivers/DeviceParameter.cpp: fixed return value(s) for classes
  'DeviceCreationParameterString' and 'DeviceCreationParameterStrings'
  which returned the default value(s) not encapsulated into apostrophes
* src/network/lscpserver.cpp: fixed implementation of LSCP commands
  "GET MIDI_INPUT_DRIVER_PARAMETER INFO" and
  "GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO"


Revision 208 - Directory Listing
Modified Thu Jul 15 22:20:28 2004 UTC (19 years, 9 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
removed unnecessary #include


Revision 207 - Directory Listing
Modified Thu Jul 15 21:51:15 2004 UTC (19 years, 9 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* src/linuxsampler.cpp: print out LinuxSampler version and show all
  registered MIDI input drivers
* renamed class 'InputOutputDevice' -> 'Device'


Revision 202 - Directory Listing
Modified Tue Jul 13 22:17:10 2004 UTC (19 years, 9 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* moved directory '/src/audiodriver' -> '/src/drivers/audio'
* moved directory '/src/mididriver' -> '/src/drivers/midi'


Revision 201 - Directory Listing
Modified Tue Jul 13 22:10:21 2004 UTC (19 years, 9 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
moved directory '/src/mididriver' -> '/src/drivers/midi'


Revision 200 - Directory Listing
Modified Tue Jul 13 22:04:16 2004 UTC (19 years, 9 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
moved directory '/src/audiodriver' -> '/src/drivers/audio'


Revision 174 - Directory Listing
Modified Tue Jul 6 03:27:38 2004 UTC (19 years, 9 months ago) by senkov
Original Path: linuxsampler/trunk/src/drivers
* Reworked the infrastructure to allow for parameter
registration and creation
* Changed alsa audio output and midi drivers
to work with new infrastructure


Revision 170 - Directory Listing
Modified Sat Jul 3 20:08:07 2004 UTC (19 years, 9 months ago) by senkov
Original Path: linuxsampler/trunk/src/drivers
* moved ToString to common
* Implemented handling of multiple connections
* Implemented guts for event subscription/unsubscription
* Illustrated event notification sending by sending MISC events
when connections are established or terminated.


Revision 128 - Directory Listing
Modified Tue Jun 15 03:19:30 2004 UTC (19 years, 10 months ago) by senkov
Original Path: linuxsampler/trunk/src/drivers
* Remove calls to pure virtual from constructor of base class
 to avoid runtime failure. InitWithDefault() will have to be called
 from the constructor of the class where virtuals are implemented.


Revision 123 - Directory Listing
Added Mon Jun 14 19:33:16 2004 UTC (19 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers
* 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


  ViewVC Help
Powered by ViewVC