/[svn]/linuxsampler/trunk/osx
ViewVC logotype

Log of /linuxsampler/trunk/osx

View Directory Listing Directory Listing


Sticky Revision:

Revision 1005 - Directory Listing
Modified Fri Dec 29 20:06:14 2006 UTC (17 years, 3 months ago) by schoenebeck
* global volume can now be altered at runtime
  (added two new LSCP commands for this, LSCP specs updated)


Revision 885 - Directory Listing
Modified Wed Jun 28 19:32:21 2006 UTC (17 years, 9 months ago) by schoenebeck
* various fixes to allow liblinuxsampler to be used
  (as a native C++ library)


Revision 849 - Directory Listing
Modified Sat Mar 25 13:05:59 2006 UTC (18 years ago) by schoenebeck
* added compile time option to disable processing of All-Notes-Off
  MIDI messages


Revision 829 - Directory Listing
Modified Sat Jan 14 14:07:47 2006 UTC (18 years, 2 months ago) by schoenebeck
* implemented portamento mode and solo mode (a.k.a 'mono mode'):
  all modes can be altered via standard GM messages, that is CC5 for
  altering portamento time, CC65 for enabling / disabling portamento
  mode, CC126 for enabling solo mode and CC127 for disabling solo mode
* fixed EG3 (pitch envelope) synthesis which was neutral all the time
* configure.in: do not automatically pick optimized gcc flags if the user
  already provided some on his own (as CXXFLAGS)


Revision 738 - Directory Listing
Modified Tue Aug 16 17:14:25 2005 UTC (18 years, 7 months ago) by schoenebeck
* extensive synthesis optimization: reimplementation of EGs and LFO(s),
  removed synthesis parameter prerendering and the synthesis parameter
  matrix in general, splitting each audio fragment into subfragments now
  where each subfragment uses constant synthesis parameters
  (everything's still very buggy ATM)


Revision 692 - Directory Listing
Modified Fri Jul 15 16:59:35 2005 UTC (18 years, 8 months ago) by schoenebeck
* preparation for bugfix release 0.3.3


Revision 677 - Directory Listing
Modified Thu Jun 23 22:44:59 2005 UTC (18 years, 9 months ago) by schoenebeck
* final preparations for bugfix release 0.3.2


Revision 654 - Directory Listing
Modified Wed Jun 15 20:25:25 2005 UTC (18 years, 9 months ago) by schoenebeck
* fixed 'make dist' build rule to include all necessary files


Revision 579 - Directory Listing
Modified Tue May 24 19:20:20 2005 UTC (18 years, 10 months ago) by schoenebeck
* 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 557 - Directory Listing
Modified Sat May 21 01:11:53 2005 UTC (18 years, 10 months ago) by schoenebeck
forgot to commit this with latest configure.in changes


Revision 535 - Directory Listing
Modified Tue May 10 22:00:21 2005 UTC (18 years, 10 months ago) by schoenebeck
version sync


Revision 514 - Directory Listing
Modified Fri May 6 09:33:42 2005 UTC (18 years, 10 months ago) by letz
Correct tests target


Revision 508 - Directory Listing
Modified Tue May 3 12:49:45 2005 UTC (18 years, 10 months ago) by letz
Updated for new source tree structure


Revision 500 - Directory Listing
Modified Wed Apr 27 08:52:56 2005 UTC (18 years, 11 months ago) by letz
Correct files path + compilation for G3 processor


Revision 411 - Directory Listing
Modified Sat Feb 26 02:01:14 2005 UTC (19 years, 1 month ago) by schoenebeck
* 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 387 - Directory Listing
Modified Thu Feb 17 10:45:58 2005 UTC (19 years, 1 month ago) by letz
Add file


Revision 363 - Directory Listing
Added Thu Feb 10 09:59:31 2005 UTC (19 years, 1 month ago) by letz
First import


  ViewVC Help
Powered by ViewVC