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

Method SetMessage

plugins/base/utils/osc-helpers.cpp:561–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561void OSCMessageEdit::SetMessage(const OSCMessage &message)
562{
563 _address->setText(message._address);
564 for (const auto &element : message._elements) {
565 InsertElement(element);
566 }
567 _currentSelection = message;
568 UpdateListSize();
569}
570
571void OSCMessageEdit::AddressChanged()
572{

Callers 1

UpdateEntryDataMethod · 0.45

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected