/[svn]
ViewVC logotype

Revision 2137


Jump to revision: Previous Next
Author: schoenebeck
Date: Mon Oct 4 12:20:23 2010 UTC (13 years, 5 months ago)
Changed paths: 14
Log Message:
* revised previously added new LSCP commands regarding effect handling:
  renamed "master effects" to "send effects", since this is the actual
  correct common term for those effects
* also corrected the names regarding "send effects" in the respective
  methods of the "FxSsnd" class and "AudioOutputDevice" class of the
  sampler's C++ API, the old methods are still available but marked as
  deprecated and scheduled for removal
* added LSCP command "SET FX_SEND SEND_EFFECT <sampler_channel>
  <fx_send_id> <effect_chain> <chain_pos>"
* added LSCP command "REMOVE FX_SEND SEND_EFFECT <sampler_channel>
  <fx_send_id>"
* added a list of common known LADSPA paths (for Windows and POSIX) which
  will be automatically checked for being used as LADSPA plugin directory
  (if the user did not set the LADSPA_PATH environment variable explicitly)
* bumped version to 1.0.0.cvs8


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/Documentation/lscp.xml modified , text changed
Directorylinuxsampler/trunk/configure.in modified , text changed
Directorylinuxsampler/trunk/man/linuxsampler.1.in modified , text changed
Directorylinuxsampler/trunk/src/common/global.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/effects/LadspaEffect.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/AbstractEngine.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/FxSend.cpp modified , text changed
Directorylinuxsampler/trunk/src/engines/FxSend.h modified , text changed
Directorylinuxsampler/trunk/src/network/lscp.y 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