/[svn]
ViewVC logotype

Revision 411


Jump to revision: Previous Next
Author: schoenebeck
Date: Sat Feb 26 02:01:14 2005 UTC (19 years ago)
Changed paths: 36
Log Message:
* 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)


Changed paths

Path Details
Directorylinuxsampler/trunk/configure.in modified , text changed
Directorylinuxsampler/trunk/osx/version.h modified , text changed
Directorylinuxsampler/trunk/src/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/Sampler.cpp modified , text changed
Directorylinuxsampler/trunk/src/Sampler.h modified , text changed
Directorylinuxsampler/trunk/src/drivers/audio/AudioOutputDevice.cpp modified , text changed
Directorylinuxsampler/trunk/src/drivers/audio/AudioOutputDevice.h modified , text changed
Directorylinuxsampler/trunk/src/drivers/midi/MidiInputPort.cpp modified , text changed
Directorylinuxsampler/trunk/src/drivers/midi/MidiInputPort.h modified , text changed
Directorylinuxsampler/trunk/src/engines/EngineChannelFactory.cpp added
Directorylinuxsampler/trunk/src/engines/EngineChannelFactory.h added
Directorylinuxsampler/trunk/src/engines/EngineFactory.cpp added
Directorylinuxsampler/trunk/src/engines/EngineFactory.h added
Directorylinuxsampler/trunk/src/engines/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/engines/common/Engine.h modified , text changed
Directorylinuxsampler/trunk/src/engines/common/EngineChannel.h added
Directorylinuxsampler/trunk/src/engines/common/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/EGDecay.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Engine.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Engine.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/EngineChannel.cpp added
Directorylinuxsampler/trunk/src/engines/gig/EngineChannel.h added
Directorylinuxsampler/trunk/src/engines/gig/EngineGlobals.h added
Directorylinuxsampler/trunk/src/engines/gig/InstrumentResourceManager.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/InstrumentResourceManager.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Synthesizer.h modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Voice.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/gig/Voice.h modified , text changed
Directorylinuxsampler/trunk/src/linuxsampler.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/lscp.y modified , text changed
Directorylinuxsampler/trunk/src/network/lscpinstrumentloader.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/lscpinstrumentloader.h modified , text changed
Directorylinuxsampler/trunk/src/network/lscpparser.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/lscpserver.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/lscpserver.h modified , text changed

  ViewVC Help
Powered by ViewVC