|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
One rendered note: stereo output plus the pre-pan mono the send buses are fed from. More...
#include <tabulasonora/note_renderer.hpp>
Public Attributes | |
| std::vector< float > | left |
| std::vector< float > | right |
| std::vector< float > | mono |
| Pre-pan sum of the partials — the pan-independent send source. | |
| std::string | name |
| The tone's name. | |
One rendered note: stereo output plus the pre-pan mono the send buses are fed from.
| std::vector<float> ts::RenderedNote::left |
| std::vector<float> ts::RenderedNote::right |
| std::vector<float> ts::RenderedNote::mono |
Pre-pan sum of the partials — the pan-independent send source.
| std::string ts::RenderedNote::name |
The tone's name.