minimal dsp base class needed by Faust
More...
#include <AudioFaustDSP.h>
minimal dsp base class needed by Faust
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ buildUserInterface()
| virtual void buildUserInterface |
( |
UI * |
ui_interface | ) |
|
|
pure virtual |
◆ compute()
| virtual void compute |
( |
int |
count, |
|
|
float ** |
inputs, |
|
|
float ** |
outputs |
|
) |
| |
|
pure virtual |
◆ getNumInputs()
| virtual int getNumInputs |
( |
| ) |
|
|
pure virtual |
◆ getNumOutputs()
| virtual int getNumOutputs |
( |
| ) |
|
|
pure virtual |
◆ init()
| virtual void init |
( |
int |
sample_rate | ) |
|
|
pure virtual |
◆ instanceClear()
| virtual void instanceClear |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: