MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / queueMessageForHostOutput

Method queueMessageForHostOutput

Source/Core/CtrlrPanel/CtrlrPanel.cpp:1375–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373/** MIDI Stuff */
1374
1375void CtrlrPanel::queueMessageForHostOutput(const CtrlrMidiMessage &m)
1376{
1377 if (isMidiInPaused())
1378 return;
1379
1380 if (getMidiOptionBool (panelMidiOutputToHost))
1381 {
1382 owner.getProcessorOwner()->addMidiToOutputQueue (m);
1383 }
1384}
1385
1386void CtrlrPanel::queueMessageForHostOutput(const MidiMessage &m)
1387{

Callers

nothing calls this directly

Calls 2

addMidiToOutputQueueMethod · 0.80
getProcessorOwnerMethod · 0.80

Tested by

no test coverage detected