wip: synth api && adder

This commit is contained in:
2023-08-07 02:28:06 +04:00
parent d20dbd920f
commit 66c839e2ae
5 changed files with 59 additions and 35 deletions

View File

@@ -5,4 +5,4 @@
struct Note {
std::string& name;
int length;
}
};