Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
ts::RenderedNote Struct Reference

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.

Detailed Description

One rendered note: stereo output plus the pre-pan mono the send buses are fed from.

Member Data Documentation

◆ left

std::vector<float> ts::RenderedNote::left

◆ right

std::vector<float> ts::RenderedNote::right

◆ mono

std::vector<float> ts::RenderedNote::mono

Pre-pan sum of the partials — the pan-independent send source.

◆ name

std::string ts::RenderedNote::name

The tone's name.


The documentation for this struct was generated from the following file: