Skip to content

daisysp::LinearVCA

Linear type VCA. More...

#include <hihat.h>

Public Functions

Name
float operator()(float s, float gain)

Detailed Description

class daisysp::LinearVCA;

Linear type VCA.

Author: Ben Sergentanis

Date: Jan 2021 Ported from pichenettes/eurorack/plaits/dsp/drums/hihat.h

to an independent module.

Original code written by Emilie Gillet in 2016.

Public Functions Documentation

function operator()

inline float operator()(
    float s,
    float gain
)

---

Updated on 2024-01-03 at 19:38:46 +0000