|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
This is the complete list of members for ts::SystemDelay, including all inherited members.
| compile(std::span< const int > raw, int sample_rate=32000) | ts::SystemDelay | static |
| for_type(int type) | ts::SystemDelay | static |
| process(std::span< const float > input, std::span< float > left, std::span< float > right) override | ts::SystemDelay | virtual |
| ratio_percent(int raw) | ts::SystemDelay | static |
| reset() override | ts::SystemDelay | virtual |
| ring_size | ts::SystemDelay | static |
| send_gain(int send) noexcept | ts::SystemDelay | inlinestatic |
| SystemDelay(const DelayParameters ¶meters) | ts::SystemDelay | explicit |
| time_milliseconds(int raw) | ts::SystemDelay | static |
| ~Effect()=default | ts::Effect | virtual |