Skip to content

🗑️ Remove obsolete and incorrect test in check_midi_plugins.cpp

Guillaume Riou requested to merge fix/midisink-in-check_midi_plugins into develop

Resolves this issue : #146 (closed)

The removed code is a primitive version of quiddity::test::create that had an error in the instanciation of the midisink quiddity.

The same test remains in the check_midi_plugins.cpp file since quiddity::test::full which contains a call to quiddity::test::create is called with both midisink and midisrc in the lines just after.

Merge request reports