wip: synth api && adder
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
struct Note {
|
||||
std::string& name;
|
||||
int length;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user
@@ -5,4 +5,4 @@
|
||||
struct Note {
|
||||
std::string& name;
|
||||
int length;
|
||||
}
|
||||
};
|
||||