summaryrefslogtreecommitdiffhomepage
path: root/MIDIPlayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MIDIPlayer.cpp')
-rw-r--r--MIDIPlayer.cpp27
1 files changed, 27 insertions, 0 deletions
diff --git a/MIDIPlayer.cpp b/MIDIPlayer.cpp
new file mode 100644
index 0000000..41f852e
--- /dev/null
+++ b/MIDIPlayer.cpp
@@ -0,0 +1,27 @@
+#include "MIDIPlayer.h"
+
+MIDIPlayer::MIDIPlayer()
+{
+}
+
+
+void MIDIPlayer::start()
+{
+ "aplaymidi -p24 locked_out_of_heaven.midi"
+}
+
+void MIDIPlayer::stop()
+{
+}
+
+bool MIDIPlayer::is_playing()
+{
+}
+
+void MIDIPlayer::set_file(const std::string& filename)
+{
+}
+
+std::vector<std::string> MIDIPlayer::get_filelist()
+{
+}