/[svn]/linuxsampler/trunk/src/engines/gig/Makefile.am
ViewVC logotype

Log of /linuxsampler/trunk/src/engines/gig/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1502 - (view) (download) (annotate) - [selected]
Modified Wed Nov 21 07:29:52 2007 UTC (16 years, 4 months ago) by senoner
File length: 680 byte(s)
Diff to previous 883
* win32 port, work in progress: added autoconf checks for Windows
 - win32 additions in linuxsampler.cpp


Revision 883 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 28 19:29:12 2006 UTC (17 years, 9 months ago) by schoenebeck
File length: 666 byte(s)
Diff to previous 832 , to selected 1502
include SynthesisParam.h in release tarball


Revision 832 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 5 10:24:05 2006 UTC (18 years, 1 month ago) by persson
File length: 646 byte(s)
Diff to previous 740 , to selected 1502
* added smoothing of volume changes caused by control change messages
* fine tuning of the crossfade volume curve


Revision 740 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 16 17:17:52 2005 UTC (18 years, 7 months ago) by schoenebeck
File length: 611 byte(s)
Diff to previous 654 , to selected 1502
deleted Manipulator.h


Revision 654 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 15 20:25:25 2005 UTC (18 years, 9 months ago) by schoenebeck
File length: 628 byte(s)
Diff to previous 504 , to selected 1502
* fixed 'make dist' build rule to include all necessary files


Revision 504 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 3 00:37:35 2005 UTC (18 years, 11 months ago) by schoenebeck
File length: 616 byte(s)
Diff to previous 497 , to selected 1502
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 10 11:55:44 2005 UTC (18 years, 11 months ago) by persson
File length: 500 byte(s)
Diff to previous 411 , to selected 1502
* 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 411 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 26 02:01:14 2005 UTC (19 years, 1 month ago) by schoenebeck
File length: 513 byte(s)
Diff to previous 325 , to selected 1502
* 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 325 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 21 04:54:37 2004 UTC (19 years, 3 months ago) by senkov
File length: 455 byte(s)
Diff to previous 319 , to selected 1502
* Added some profiling capabilities, bugs.


Revision 319 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 13 00:46:42 2004 UTC (19 years, 3 months ago) by schoenebeck
File length: 431 byte(s)
Diff to previous 80 , to selected 1502
* 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 80 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 23 19:16:33 2004 UTC (19 years, 10 months ago) by schoenebeck
File length: 411 byte(s)
Diff to previous 57 , to selected 1502
* 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 57 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 2 17:45:43 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 342 byte(s)
Diff to previous 53 , to selected 1502
* 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 53 - (view) (download) (annotate) - [select for diffs]
Added Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 338 byte(s)
Diff to selected 1502
* 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


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