Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ LogAction
Method
LogAction
plugins/midi/macro-action-midi.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void MacroActionMidi::LogAction() const
25
{
26
ablog(LOG_INFO,
"send midi message \"
%s\
" to \"
%s\
""
,
27
_message.ToString().c_str(), _device.Name().c_str());
28
}
29
30
bool MacroActionMidi::Save(obs_data_t *obj) const
31
{
Callers
nothing calls this directly
Calls
3
c_str
Method · 0.45
ToString
Method · 0.45
Name
Method · 0.45
Tested by
no test coverage detected