fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] LADSPA: Ports and nodes?


From: Ebrahim Mayat
Subject: Re: [fluid-dev] LADSPA: Ports and nodes?
Date: Fri, 2 Apr 2004 14:41:53 +0200


On Apr 1, 2004, at 5:26 PM, address@hidden wrote:

Please let me know, whether it works.

Hi Markus

Here is a simple effects algo which works for me:

> ladspa_clear
> ladspa_declnode D1_delay 1
> ladspa_declnode G1_vol 10
> ladspa_declnode W1_wet 0.5
> ladspa_add delay.so delay_5s Delay <- D1_delay Dry <- W1_wet Input <- in1_R Output -> out1_L > ladspa_add amp.so amp_stereo Gain <- G1_vol Input_(Left) <- in1_L Input_(Right) <- in1_R Output_(Right) -> out1_R Output_(Left) -> out2_L
> ladspa_start
1 audio groups
>

The effects can be clearly heard when monitoring via a pair of headphones. (If I could transpose the delay, I could get a fugue effect.)

Next question: How do I source scripts of FX-chains that I have written (instead of having to copy and paste line by line into the console)? I tried

> source ~/Desktop/FXalgo
>

but I hear no effect. I am using tcsh by the way.

Many Thanks.
Ebrahim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]