import/export config and factory reset
This commit is contained in:
parent
4086cd3fc5
commit
5e213256b6
5 changed files with 353 additions and 290 deletions
|
|
@ -766,6 +766,9 @@ class DivEngine {
|
|||
// get whether config value exists
|
||||
bool hasConf(String key);
|
||||
|
||||
// reset all settings
|
||||
void factoryReset();
|
||||
|
||||
// calculate base frequency/period
|
||||
double calcBaseFreq(double clock, double divider, int note, bool period);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue