diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-04 09:22:17 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-04 09:22:17 +0100 |
commit | 9351c6d9812523b0b8027f2b2e0de54c27004bc2 (patch) | |
tree | 6cbf97a8a699630f83bdc1bc93a51736874e82bb /config.h | |
parent | 0399f008b22482c46d37fa15e6be205b85681011 (diff) |
Fix config
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ public: int get_bpm(); void set_bpm(int bpm); + void recover(); + void persist(); + private: int m_midi_channel; int m_midi_note; |