wip: oscillator class
This commit is contained in:
8
inc/Note.h
Normal file
8
inc/Note.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
struct Note {
|
||||
std::string& name;
|
||||
int length;
|
||||
}
|
||||
Reference in New Issue
Block a user