|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
A stereo send effect fed from one mono bus. More...
#include <tabulasonora/send_effects.hpp>
Public Member Functions | |
| virtual | ~Effect ()=default |
| virtual void | process (std::span< const float > input, std::span< float > left, std::span< float > right)=0 |
| Processes a block. | |
| virtual void | reset ()=0 |
| Clears all internal state. | |
A stereo send effect fed from one mono bus.
|
virtualdefault |
|
pure virtual |
Processes a block.
Implemented in ts::Chorus, ts::Reverb, and ts::SystemDelay.
|
pure virtual |
Clears all internal state.
Implemented in ts::Chorus, ts::Reverb, and ts::SystemDelay.