|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
A parsed file: the event list plus what the container knew beyond the events. More...
#include <tabulasonora/smf_reader.hpp>
Public Attributes | |
| std::vector< MidiEvent > | events |
| Every event, ordered by position. | |
| std::optional< SongLoop > | loop |
| Loop points, when the file declares any. | |
A parsed file: the event list plus what the container knew beyond the events.
| std::vector<MidiEvent> ts::smf::Song::events |
Every event, ordered by position.
| std::optional<SongLoop> ts::smf::Song::loop |
Loop points, when the file declares any.