/[svn]/linuxsampler/branches/v0_2_0/src/drivers/audio
ViewVC logotype

Log of /linuxsampler/branches/v0_2_0/src/drivers/audio

View Directory Listing Directory Listing


Sticky Revision:

Revision 408 - Directory Listing
Modified Wed Feb 23 19:14:15 2005 UTC (19 years, 2 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'v0_2_0'.

Revision 403 - Directory Listing
Modified Tue Feb 22 20:37:59 2005 UTC (19 years, 2 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers/audio
* 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/audio
* 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/audio
* 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/audio
* 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 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/audio
* bunch of fixes for OSX (patch by Stephane Letz)


Revision 331 - Directory Listing
Modified Thu Dec 30 04:00:03 2004 UTC (19 years, 4 months ago) by senkov
Original Path: linuxsampler/trunk/src/drivers/audio
* 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/audio
* 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/audio
* 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/audio
* 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/audio
* compatibility fixes for old gcc 2.95.4


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/audio
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/audio
* gcc-c++ 3.4.1 compability fixes.


Revision 227 - Directory Listing
Modified Thu Aug 26 22:05:44 2004 UTC (19 years, 8 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers/audio
* 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, 8 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers/audio
* 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/audio
* 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/audio
* 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/audio
* 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, 9 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/drivers/audio
* 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/audio
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/audio
* src/linuxsampler.cpp: print out LinuxSampler version and show all
  registered MIDI input drivers
* renamed class 'InputOutputDevice' -> 'Device'


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


  ViewVC Help
Powered by ViewVC