MCPcopy Create free account
hub / github.com/csound/csound / DCBlock_tick

Function DCBlock_tick

Opcodes/physutil.c:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260MYFLT DCBlock_tick(DCBlock* p, MYFLT sample)
261{
262 p->outputs = sample - p->inputs + FL(0.99) * p->outputs;
263 p->inputs = sample;
264 return p->outputs;
265}
266
267/*******************************************/
268/* ADSR Subclass of the Envelope Class, */

Callers 2

fluteFunction · 0.85
brassFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected