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

Method UpdateEntryData

plugins/midi/macro-condition-midi.cpp:166–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void MacroConditionMidiEdit::UpdateEntryData()
167{
168 if (!_entryData) {
169 return;
170 }
171
172 _message->SetMessage(_entryData->_message);
173 _devices->SetDevice(_entryData->GetDevice());
174 _clearBufferOnMatch->setChecked(_entryData->_clearBufferOnMatch);
175
176 adjustSize();
177 updateGeometry();
178}
179
180void MacroConditionMidiEdit::DeviceSelectionChanged(const MidiDevice &device)
181{

Callers

nothing calls this directly

Calls 4

GetDeviceMethod · 0.80
setCheckedMethod · 0.80
SetMessageMethod · 0.45
SetDeviceMethod · 0.45

Tested by

no test coverage detected