From f653c5348904d8debc84f6c0e72d17430579204e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 16 Jul 2016 15:46:40 +0200 Subject: Move config io from DrumGizmo to DrumGizmoPlugin (into own class). Drumkit file and midimap file are now fetched from settings instead of DrumGizmo members. --- src/drumgizmo.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/drumgizmo.h') diff --git a/src/drumgizmo.h b/src/drumgizmo.h index 8ad77d3..b104772 100644 --- a/src/drumgizmo.h +++ b/src/drumgizmo.h @@ -39,7 +39,6 @@ #include "audiocache.h" #include "mutex.h" #include "chresampler.h" -#include "configfile.h" #include "settings.h" #include "inputprocessor.h" @@ -60,9 +59,6 @@ public: void getSamples(int ch, int pos, sample_t *s, size_t sz); - std::string configString(); - bool setConfigString(std::string cfg); - //! Get the current engine latency in samples. std::size_t getLatency() const; @@ -105,6 +101,5 @@ protected: std::vector events; Settings& settings; - SettingsGetter getter{settings}; Random rand; }; -- cgit v1.2.3