Make shifting notes by octaves respect microtuning (#6545)

This commit is contained in:
Lost Robot
2022-11-05 15:42:56 -07:00
committed by GitHub
parent 8bf86573f6
commit ae55450155
3 changed files with 25 additions and 4 deletions

View File

@@ -54,6 +54,7 @@ public:
float baseFreq() const;
float keyToFreq(int key, int userBaseNote) const;
int octaveSize() const;
QString nodeName() const override {return "microtuner";}
void saveSettings(QDomDocument & document, QDomElement &element) override;