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

Log of /linuxsampler/branches/release0_3_1/src/common

View Directory Listing Directory Listing


Sticky Revision:

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

Revision 579 - Directory Listing
Modified Tue May 24 19:20:20 2005 UTC (18 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* src/network/lscpserver.cpp: fixed segfault
  (patch by Grigor Iliev, fixes #17)
* added man page
* final preparations for the first official release (which will be 0.3.1)


Revision 563 - Directory Listing
Modified Sun May 22 20:43:32 2005 UTC (18 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* (re)implemented voice stealing algorithm "oldestvoiceonkey" and made it
  the default voice stealing algorithm
* added new LSCP command "GET SERVER INFO" which currently returns
  description and version about this sampler
* added some API documentation comments
* minor cleanup


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/common
* 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 550 - Directory Listing
Modified Tue May 17 17:59:45 2005 UTC (18 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
just some API documentation


Revision 517 - Directory Listing
Modified Sun May 8 00:26:21 2005 UTC (18 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* implemented progress indicator for loading instruments
  (can be polled with "GET CHANNEL INFO", field "INSTRUMENT_STATUS")


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/common
* autotools build fixes for PPC architecture


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/common
* 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 502 - Directory Listing
Modified Fri Apr 29 14:20:22 2005 UTC (18 years, 11 months ago) by letz
Original Path: linuxsampler/trunk/src/common
Fix destructor


Revision 497 - Directory Listing
Modified Sun Apr 10 11:55:44 2005 UTC (19 years ago) by persson
Original Path: linuxsampler/trunk/src/common
* 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 478 - Directory Listing
Modified Sat Mar 19 09:31:46 2005 UTC (19 years, 1 month ago) by persson
Original Path: linuxsampler/trunk/src/common
* fixed a compilation error in Pool.h (gcc 3.4.3)


Revision 472 - Directory Listing
Modified Thu Mar 17 19:54:51 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
make forced segfaults verbose in case of DEVMODE and !USE_EXCEPTIONS


Revision 459 - Directory Listing
Modified Mon Mar 14 22:32:42 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
added ArrayList.h


Revision 458 - Directory Listing
Modified Mon Mar 14 22:32:23 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
simple container with array implementation


Revision 457 - Directory Listing
Modified Mon Mar 14 22:29:46 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
fixed tiny exception bug


Revision 425 - Directory Listing
Modified Sat Mar 5 07:27:48 2005 UTC (19 years, 1 month ago) by persson
Original Path: linuxsampler/trunk/src/common
* fixed a bug that sometimes caused clicks at the beginning of samples
* added denormal number elimination for CPUs with SSE2 support


Revision 417 - Directory Listing
Modified Tue Mar 1 21:55:51 2005 UTC (19 years, 1 month ago) by persson
Original Path: linuxsampler/trunk/src/common
* fixed a bug in the low-level thread synchronizing code, that made
  loading of very small gig files sometimes fail


Revision 410 - Directory Listing
Modified Sat Feb 26 01:23:55 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
removed RTELMemoryPool.h


Revision 399 - Directory Listing
Modified Mon Feb 21 11:09:15 2005 UTC (19 years, 1 month ago) by letz
Original Path: linuxsampler/trunk/src/common
Fix for OSX compilation (mlockall function not available...)


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/common
* fixed possibility that memory got not locked
* immediately set instrument status when calling LOAD INSTUMENT NON_MODAL


Revision 386 - Directory Listing
Modified Thu Feb 17 10:45:30 2005 UTC (19 years, 2 months ago) by letz
Original Path: linuxsampler/trunk/src/common
Add missing virtual destructor


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/common
* bunch of fixes for OSX (patch by Stephane Letz)


Revision 351 - Directory Listing
Modified Tue Jan 25 22:11:43 2005 UTC (19 years, 2 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* fixed some memory leaks (patch by Gene Anders)


Revision 328 - Directory Listing
Modified Sat Dec 25 21:58:58 2004 UTC (19 years, 3 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* architecture independence fixes, should now compile again for non x86
  systems
* tiny fix of command line switch --version


Revision 320 - Directory Listing
Modified Mon Dec 13 00:53:16 2004 UTC (19 years, 4 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* 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 319 - Directory Listing
Modified Mon Dec 13 00:46:42 2004 UTC (19 years, 4 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* 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 294 - Directory Listing
Modified Mon Oct 25 15:21:43 2004 UTC (19 years, 5 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
added new methods for template class NonVolatileReader: free(), decrement
operator and pop() method variant which returns a pointer instead of
copying data


Revision 290 - Directory Listing
Modified Wed Oct 20 03:02:35 2004 UTC (19 years, 6 months ago) by senkov
Original Path: linuxsampler/trunk/src/common
* Quoted warnings to avoid unmatched single quote.


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/common
* 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/common
* 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 281 - Directory Listing
Modified Tue Oct 12 20:46:13 2004 UTC (19 years, 6 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
tiny compatibility fix, patch by James Klicman


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/common
* compatibility fixes for old gcc 2.95.4


Revision 275 - Directory Listing
Modified Sat Oct 9 15:40:35 2004 UTC (19 years, 6 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
src/common/Mutex.cpp only compiles on UNIX98 compatible systems


Revision 271 - Directory Listing
Modified Fri Oct 8 20:51:39 2004 UTC (19 years, 6 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* libgig: fixed panorama value in DimensionRegion (invalid conversion
  from signed 7 bit to signed 8 bit)
* src/linuxsampler.cpp: stacktrace is now automatically shown on fatal
  errors (that is  segmentation faults, etc.), gdb should be installed for
  this to work
* gig::Voice: tiny accuracy fix of pan calculation
* replaced old pool classes by completely new ones which now offer
  Iterator abstraction


Revision 270 - Directory Listing
Modified Fri Oct 8 20:30:25 2004 UTC (19 years, 6 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
stacktrace routines by Bjorn Reese, only slightly modified:
- header file adjusted to work with C++ applications
- deactivated separated piping of debugger output, as it didn't work out
  correctly in multithreaded application


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


Revision 248 - Directory Listing
Modified Mon Sep 20 00:20:13 2004 UTC (19 years, 7 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
added pool_is_empty() methods


Revision 243 - Directory Listing
Modified Fri Sep 17 00:52:48 2004 UTC (19 years, 7 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
added inner class 'NonVolatileReader' which allows random access reading
from a RingBuffer without having to worry that read space could get freed
by access operations


Revision 216 - Directory Listing
Modified Sun Aug 15 17:25:31 2004 UTC (19 years, 8 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
print cause to standard error channel instead of standard out and flush
right after


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/common
* 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 165 - Directory Listing
Modified Thu Jul 1 04:25:55 2004 UTC (19 years, 9 months ago) by senkov
Original Path: linuxsampler/trunk/src/common
* Small enhancement to mutex class to support Trylock()


Revision 134 - Directory Listing
Modified Sun Jun 20 15:12:05 2004 UTC (19 years, 10 months ago) by senkov
Original Path: linuxsampler/trunk/src/common
* small but important typo fix in optional.h


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


Revision 83 - Directory Listing
Modified Sun May 23 19:47:59 2004 UTC (19 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
forgot to actually reduce the debug level value (to 1) with the last
commit batch


Revision 80 - Directory Listing
Modified Sun May 23 19:16:33 2004 UTC (19 years, 10 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* biquad filter parameters are now calculated outside the interpolate
  loop for better performance
* couple of loop unroll optimizations
* filter is now enabled by default
* cubic interpolation is now enabled by default
* reduced debug level to 1 to lower verbosity
* raised default limit for voices to 128
* raised default limit for streams to 150
* added some compiler optimization flags (-ffast-math -march -mcpu)


Revision 63 - Directory Listing
Modified Tue May 4 18:52:24 2004 UTC (19 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* src/common/Thread.cpp: threads are now stoppable even if they are
  waiting for a condition
* src/common/Condition.cpp: fixed little misbehavior of Set() method,
  which locked the Condition object on return
* src/testcases: added a couple of new unit tests (against classes
  'Mutex', 'Condition' and 'Thread')


Revision 57 - Directory Listing
Modified Sun May 2 17:45:43 2004 UTC (19 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* src/common/Thread.cpp: method StartThread() now blocks until thread
  actually runs, mlockall() will only be applied for realtime threads
* libtoolized liblinuxsampler
* initiated automatic unit tests against the LinuxSampler codebase
  (see src/testcases): already added a couple of tests for the Thread and
  Mutex classes, you have to explicitly compile the unit tests by running
  'make testcases' (you need to have cppunit installed though) and then you
  can run the console version of the test runner by calling
  'src/testcases/linuxsamplertest'
* src/Sampler.h: added API documentation


Revision 56 - Directory Listing
Modified Tue Apr 27 09:21:58 2004 UTC (19 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
updated copyright header for 2004


Revision 53 - Directory Listing
Added Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
Original Path: linuxsampler/trunk/src/common
* completely restructured source tree
* implemented multi channel support
* implemented instrument manager, which controls sharing of instruments
  between multiple sampler engines / sampler channels
* created abstract classes 'AudioOutputDevice' and 'MidiInputDevice' for
  convenient implementation of further audio output driver and MIDI input
  driver for LinuxSampler
* implemented following LSCP commands: 'SET CHANNEL MIDI INPUT TYPE',
  'LOAD ENGINE', 'GET CHANNELS', 'ADD CHANNEL', 'REMOVE CHANNEL',
  'SET CHANNEL AUDIO OUTPUT TYPE'
* temporarily removed all command line options
* LSCP server is now launched by default


  ViewVC Help
Powered by ViewVC