MCPcopy 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
24void 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
30bool MacroActionMidi::Save(obs_data_t *obj) const
31{

Callers

nothing calls this directly

Calls 3

c_strMethod · 0.45
ToStringMethod · 0.45
NameMethod · 0.45

Tested by

no test coverage detected