/[svn]
ViewVC logotype

Revision 2135


Jump to revision: Previous Next
Author: schoenebeck
Date: Thu Sep 30 20:00:43 2010 UTC (13 years, 6 months ago)
Changed paths: 23
Log Message:
* added and implemented a set of 19 new LSCP commands for controlling
  internal effects:
  - added LSCP command "GET AVAILABLE_EFFECTS"
  - added LSCP command "LIST AVAILABLE_EFFECTS"
  - added LSCP command "GET EFFECT INFO <effect-index>"
  - added LSCP command "CREATE EFFECT_INSTANCE <effect-index>"
  - added LSCP command
    "CREATE EFFECT_INSTANCE <effect-system> <module> <effect-name>"
  - added LSCP command "DESTROY EFFECT_INSTANCE <effect-instance>"
  - added LSCP command "GET EFFECT_INSTANCES"
  - added LSCP command "LIST EFFECT_INSTANCES"
  - added LSCP command "GET EFFECT_INSTANCE INFO <effect-instance>"
  - added LSCP command "GET EFFECT_INSTANCE_INPUT_CONTROL INFO
    <effect-instance> <input-control>"
  - added LSCP command "SET EFFECT_INSTANCE_INPUT_CONTROL <effect-instance>
    <input-control> <value>"
  - added LSCP command "GET MASTER_EFFECT_CHAINS <audio-device>"
  - added LSCP command "LIST MASTER_EFFECT_CHAINS <audio-device>"
  - added LSCP command "ADD MASTER_EFFECT_CHAIN <audio-device>"
  - added LSCP command
    "REMOVE MASTER_EFFECT_CHAIN <audio-device> <effect-chain>"
  - added LSCP command
    "GET MASTER_EFFECT_CHAIN INFO <audio-device> <effect-chain>"
  - added LSCP command "APPEND MASTER_EFFECT_CHAIN EFFECT <audio-device>
    <effect-chain> <effect-instance>"
  - added LSCP command "INSERT MASTER_EFFECT_CHAIN EFFECT <audio-device>
    <effect-chain> <effect-instance> <effect-chain-pos>"
  - added LSCP command "REMOVE MASTER_EFFECT_CHAIN EFFECT <audio-device>
    <effect-chain> <effect-instance>"
* bumped version to 1.0.0.cvs7


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/src/common/IDGenerator.cpp added
Directorylinuxsampler/trunk/src/common/IDGenerator.h added
Directorylinuxsampler/trunk/src/common/Makefile.am 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/Effect.cpp modified , text changed
Directorylinuxsampler/trunk/src/effects/Effect.h modified , text changed
Directorylinuxsampler/trunk/src/effects/EffectChain.cpp modified , text changed
Directorylinuxsampler/trunk/src/effects/EffectChain.h modified , text changed
Directorylinuxsampler/trunk/src/effects/EffectControl.cpp modified , text changed
Directorylinuxsampler/trunk/src/effects/EffectControl.h modified , text changed
Directorylinuxsampler/trunk/src/effects/EffectFactory.cpp modified , text changed
Directorylinuxsampler/trunk/src/effects/EffectFactory.h modified , text changed
Directorylinuxsampler/trunk/src/effects/LadspaEffect.cpp modified , text changed
Directorylinuxsampler/trunk/src/effects/LadspaEffect.h modified , text changed
Directorylinuxsampler/trunk/src/network/lscp.y modified , text changed
Directorylinuxsampler/trunk/src/network/lscpresultset.cpp modified , text changed
Directorylinuxsampler/trunk/src/network/lscpresultset.h 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