summaryrefslogtreecommitdiff
path: root/tests/midiprobe.cpp
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-06-06 10:37:43 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-06-06 10:37:43 -0400
commit32ccbf50a028826574f0dc1ad0c5dd3fab650c9a (patch)
tree04568ecdeefd7224c0bba53a0e8fabd21a864bc2 /tests/midiprobe.cpp
parente408dea10e224a3f5c279be6a926d8d92cdef2a0 (diff)
Release 2.1.0 tarball
Diffstat (limited to 'tests/midiprobe.cpp')
-rw-r--r--tests/midiprobe.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/midiprobe.cpp b/tests/midiprobe.cpp
index 7a7452e..d9611ed 100644
--- a/tests/midiprobe.cpp
+++ b/tests/midiprobe.cpp
@@ -15,7 +15,6 @@ int main()
std::map<int, std::string> apiMap;
apiMap[RtMidi::MACOSX_CORE] = "OS-X CoreMidi";
apiMap[RtMidi::WINDOWS_MM] = "Windows MultiMedia";
- apiMap[RtMidi::WINDOWS_KS] = "Windows Kernel Straming";
apiMap[RtMidi::UNIX_JACK] = "Jack Client";
apiMap[RtMidi::LINUX_ALSA] = "Linux ALSA";
apiMap[RtMidi::RTMIDI_DUMMY] = "RtMidi Dummy";
@@ -61,7 +60,7 @@ int main()
}
std::cout << std::endl;
- } catch ( RtError &error ) {
+ } catch ( RtMidiError &error ) {
error.printMessage();
}