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

◆ notify_device_change()

void MayaFlux::Core::MIDIBackend::notify_device_change ( const InputDeviceInfo info,
bool  connected 
)
private

Definition at line 388 of file MIDIBackend.cpp.

389{
390 std::lock_guard lock(m_callback_mutex);
391 if (m_device_callback) {
392 m_device_callback(info, connected);
393 }
394}
DeviceCallback m_device_callback

References m_callback_mutex, and m_device_callback.

Referenced by refresh_devices().

+ Here is the caller graph for this function: