diff options
Diffstat (limited to 'core/qmpmidioutrtmidi.hpp')
-rw-r--r-- | core/qmpmidioutrtmidi.hpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/core/qmpmidioutrtmidi.hpp b/core/qmpmidioutrtmidi.hpp index 0a4fd60..ee9a7d2 100644 --- a/core/qmpmidioutrtmidi.hpp +++ b/core/qmpmidioutrtmidi.hpp @@ -48,11 +48,8 @@ public: class qmpRtMidiManager { private: - static RtMidiOut* dummy; - std::vector<std::pair<qmpMidiOutRtMidi*,std::string>> devices; + static std::vector<std::pair<qmpMidiOutRtMidi*,std::string>> devices; public: - void createDevices(); - void deleteDevices(); - std::vector<std::pair<qmpMidiOutRtMidi*,std::string>> getDevices(); + static std::vector<std::pair<qmpMidiOutRtMidi*,std::string>> getDevices(); }; #endif // QMPMIDIMAPPERS_H |