MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ ~MIDIBackend()

MayaFlux::Core::MIDIBackend::~MIDIBackend ( )
override

Definition at line 18 of file MIDIBackend.cpp.

19{
20 if (m_initialized.load()) {
21 shutdown();
22 }
23}
std::atomic< bool > m_initialized
void shutdown() override
Shutdown and release all resources.

References m_initialized, and shutdown().

+ Here is the call graph for this function: