summaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-04 09:22:17 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-04 09:22:17 +0100
commit9351c6d9812523b0b8027f2b2e0de54c27004bc2 (patch)
tree6cbf97a8a699630f83bdc1bc93a51736874e82bb /config.h
parent0399f008b22482c46d37fa15e6be205b85681011 (diff)
Fix config
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index f93e6a9..07d3819 100644
--- a/config.h
+++ b/config.h
@@ -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;