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

Method UpdateEntryData

plugins/midi/macro-action-midi.cpp:124–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void MacroActionMidiEdit::UpdateEntryData()
125{
126 if (!_entryData) {
127 return;
128 }
129
130 _message->SetMessage(_entryData->_message);
131 _devices->SetDevice(_entryData->_device);
132
133 adjustSize();
134 updateGeometry();
135}
136
137void MacroActionMidiEdit::DeviceSelectionChanged(const MidiDevice &device)
138{

Callers

nothing calls this directly

Calls 2

SetMessageMethod · 0.45
SetDeviceMethod · 0.45

Tested by

no test coverage detected