feat: parse patch files from json
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user