MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / ToString

Method ToString

plugins/midi/midi-helpers.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156std::string MidiMessage::ToString() const
157{
158 return "Type: " + MidiTypeToString(_type) +
159 " Note: " + std::to_string(_note) +
160 " Channel: " + std::to_string(_channel) +
161 " Value: " + std::to_string(_value);
162}
163
164void MidiMessage::ResolveVariables()
165{

Callers 2

PerformActionMethod · 0.45
LogActionMethod · 0.45

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected