[Csnd] build a simple compressor
| Date | 2023-01-30 10:39 |
| From | ital rolando |
| Subject | [Csnd] build a simple compressor |
Hello teachers,
for my personal education I would like to build a simple compressor.csd file, with the common parameter (th, knee, attack, hold, release, ratio, gain) in order to visualize the results in a scope.
If you have any example from which I can start with, it will be great.
Ty
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2023-01-30 20:38 |
| From | Guillermo Senna |
| Subject | Re: [Csnd] build a simple compressor |
Hi,
Have you studied this implementation already?
https://forum.cabbageaudio.com/t/attack-release-shapes-compressor/3321/6
Here's the code for follow2:
https://github.com/csound/csound/blob/master/Opcodes/follow.c
Cheers.
On 30/1/23 07:39, ital rolando wrote:
> Hello teachers,
> for my personal education I would like to build a simple compressor.csd file, with the common parameter (th, knee, attack, hold, release, ratio, gain) in order to visualize the results in a scope.
>
> If you have any example from which I can start with, it will be great.
>
> Ty
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2023-01-30 21:25 |
| From | Ital Rolando |
| Subject | Re: [Csnd] build a simple compressor |
That's a perfect starting point! Thanks a lot Guillermo. ^_^ Ital Il giorno lun 30 gen 2023 alle ore 21:39 Guillermo Senna <gsenna@gmail.com> ha scritto: Hi, |