From 8cf35c5ceb10d5c54e933127fb60c5034ef8a149 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 5 Oct 2019 23:04:53 +0800 Subject: Replaced the option "default output device" with a more powerful one. Old code for default output device completely removed. --- core/qmpmidioutrtmidi.hpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'core/qmpmidioutrtmidi.hpp') 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> devices; + static std::vector> devices; public: - void createDevices(); - void deleteDevices(); - std::vector> getDevices(); + static std::vector> getDevices(); }; #endif // QMPMIDIMAPPERS_H -- cgit v1.2.3