feat: parse patch files from json

This commit is contained in:
2024-01-18 01:56:00 +07:00
parent f0e2d98c12
commit b996685fe6
13 changed files with 24893 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ class Oscillator {
~Oscillator();
OscillatorType GetType() { return m_osc; }
void SetType(OscillatorType osc);
void SetType(std::string const& osc_name);
float GetVolume() { return m_volume; }
void SetVolume(float volume) { m_volume = volume; }
float GetKey() { return m_key; }