Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
midi_formats.hpp File Reference
#include <cstdint>
#include <optional>
#include <span>
#include <string_view>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  ts
namespace  ts::formats

Functions

std::optional< std::vector< std::uint8_t > > ts::formats::to_smf (std::span< const std::uint8_t > data, std::string_view name={})
 Converts a music file in a recognised non-SMF format into an in-memory Standard MIDI File.