/[svn]/linuxsampler/trunk/src/effects/EffectChain.cpp
ViewVC logotype

Log of /linuxsampler/trunk/src/effects/EffectChain.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3840 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 11 19:39:09 2020 UTC (3 years, 4 months ago) by schoenebeck
File length: 5595 byte(s)
Diff to previous 3054
* Allow EffectChain::InsertEffect() as alternative to
  EffectChain::AppendEffect() (i.e. with index equal to current chain size).

* Bumped version (2.1.1.svn67).


Revision 3054 - (view) (download) (annotate) - [selected]
Modified Thu Dec 15 12:47:45 2016 UTC (7 years, 4 months ago) by schoenebeck
File length: 5502 byte(s)
Diff to previous 2412
* Fixed numerous compiler warnings.
* Bumped version (2.0.0.svn32).


Revision 2412 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 4 21:52:56 2013 UTC (11 years, 2 months ago) by schoenebeck
File length: 5496 byte(s)
Diff to previous 2198 , to selected 3054
* Bugfix: update effects on sample rate & period size changes.
* JACK: allow to register jackd shutdown listeners.


Revision 2198 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 3 18:06:51 2011 UTC (12 years, 9 months ago) by iliev
File length: 5292 byte(s)
Diff to previous 2135 , to selected 3054
* bugfix: LSCP command "REMOVE FX_SEND EFFECT" was broken
* fixed a bug in FxSend::SetDestinationEffect
* bugfix: parent was not set when effect instance is appended
* bugfix: was able to remove effect chain while FX send is connected to it
* bugfix: was able to remove effect instance from effect chain while
  FX send is connected to that instance


Revision 2135 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 30 20:00:43 2010 UTC (13 years, 6 months ago) by schoenebeck
File length: 5262 byte(s)
Diff to previous 2124 , to selected 3054
* 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


Revision 2124 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 09:24:41 2010 UTC (13 years, 7 months ago) by schoenebeck
File length: 5031 byte(s)
Diff to previous 1722 , to selected 3054
* implemented support for internal LADSPA effects (work in progress)


Revision 1722 - (view) (download) (annotate) - [select for diffs]
Added Thu Apr 10 17:41:32 2008 UTC (16 years ago) by schoenebeck
File length: 5004 byte(s)
Diff to selected 3054
* minor preparations for internal effects support
* bumped version to 0.5.1.5cvs


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