Stop using MIDI drivers and ports completely

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-30 15:26:51 +00:00
parent cb26617890
commit d3584b0567
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 5 additions and 212 deletions

View file

@ -225,12 +225,6 @@ struct Initializer
INFO("Destroying plugins");
plugin::destroyStaticPlugins();
INFO("Destroying MIDI devices");
midi::destroy();
INFO("Destroying audio devices");
audio::destroy();
INFO("Destroying logger");
logger::destroy();
}