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

A (map, bank, program) triple that resolves through the same three-level lookup. More...

#include <tabulasonora/patch_directory.hpp>

Public Attributes

int map = 0
int bank = 0
int program = 0

Detailed Description

A (map, bank, program) triple that resolves through the same three-level lookup.

Member Data Documentation

◆ map

int ts::ProgramReference::map = 0

◆ bank

int ts::ProgramReference::bank = 0

◆ program

int ts::ProgramReference::program = 0

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