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

This is the complete list of members for ts::SequencePlayer, including all inherited members.

addressed_parts() constts::SequencePlayer
at_end() const noexceptts::SequencePlayerinline
from_file(ToneGenerator &generator, const std::filesystem::path &path)ts::SequencePlayerstatic
generator() noexceptts::SequencePlayerinline
last_event_position() const noexceptts::SequencePlayerinline
loop() const noexceptts::SequencePlayerinline
loop_count() const noexceptts::SequencePlayerinline
loops_played() const noexceptts::SequencePlayerinline
position() const noexceptts::SequencePlayerinline
render(std::span< float > left, std::span< float > right)ts::SequencePlayer
render_to_end(double tail_seconds=2.2, std::optional< double > end_seconds=std::nullopt)ts::SequencePlayer
seek(std::int64_t sample)ts::SequencePlayer
SequencePlayer(ToneGenerator &generator, std::vector< MidiEvent > events)ts::SequencePlayer
SequencePlayer(ToneGenerator &generator, smf::Song song)ts::SequencePlayer
set_fade_seconds(double seconds)ts::SequencePlayer
set_loop_count(int count)ts::SequencePlayer