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

Method processLua

Source/Core/CtrlrPanel/CtrlrPanelProcessor.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void CtrlrPanelProcessor::processLua(MidiBuffer &midiMessages, const AudioPlayHead::CurrentPositionInfo &info)
93{
94 if (luaAudioProcessBlockCbk && luaAudioProcessBlockCbk->isValid())
95 {
96 owner.getCtrlrLuaManager().getMethodManager().callAudio(luaAudioProcessBlockCbk, midiMessages, info);
97 }
98}

Callers

nothing calls this directly

Calls 2

callAudioMethod · 0.80
isValidMethod · 0.45

Tested by

no test coverage detected