From 32ccbf50a028826574f0dc1ad0c5dd3fab650c9a Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 6 Jun 2014 10:37:43 -0400 Subject: Release 2.1.0 tarball --- tests/midiprobe.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/midiprobe.cpp') 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 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(); } -- cgit v1.2.3