A couple of throw() still lingering

in juce_MidiInput.h for example

no, not in my copy of the code…

There’s only one place I left any throw()s, which is in some win32 code that gets included before the noexcept definition. Other than that, my search for “throw()” doesn’t find anything.

Whoops! Seems I still had 3 midi-related files in …/devices instead of …/midi