Re: [ecasound] gate (-gc) retriggering?

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] gate (-gc) retriggering?
From: Nathan Stewart (nps_AT_mebtel.net)
Date: Wed Aug 21 2002 - 15:42:07 EEST


Thanks - that clears up a lot. I actually was working from the amplifier
code at one point - before I decided to try LADSPA, because I couldn't
see how the gate processed samples. I guess I was closer than I
realized.

On Wed, 2002-08-21 at 04:29, Kai Vehmanen wrote:

> void EFFECT_AMPLIFY::process(void) {
> i.begin();
> while(!i.end()) {
> *i.current() = *i.current() * kerroin;
> i.next();
> }
> }
> PPS 'i' is an iterator object, while 'kerroin' is
> 'multiplier' in Finnish... ;)
Hah! That's funny. I was trying for the life of me to figure out why
this member that was obviously a scaling factor, was called something
that I interpreted to be "k err(or) in(put)".

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request_AT_wakkanet.fi>.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Wed Aug 21 2002 - 15:29:10 EEST