MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetNext

Method SetNext

Source/MidiController.cpp:2912–2920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2910}
2911
2912void UIControlConnection::SetNext(UIControlConnection* next)
2913{
2914 mControlEntry->SetNextTextEntry(next ? next->mControlEntry : nullptr);
2915 mUIControlPathEntry->SetNextTextEntry(next ? next->mUIControlPathEntry : nullptr);
2916 mValueEntry->SetNextTextEntry(next ? next->mValueEntry : nullptr);
2917 mMidiOffEntry->SetNextTextEntry(next ? next->mMidiOffEntry : nullptr);
2918 mMidiOnEntry->SetNextTextEntry(next ? next->mMidiOnEntry : nullptr);
2919 mIncrementalEntry->SetNextTextEntry(next ? next->mIncrementalEntry : nullptr);
2920}
2921
2922bool UIControlConnection::PostRepatch(PatchCableSource* cableSource, bool fromUserClick)
2923{

Callers 1

DrawModuleMethod · 0.80

Calls 1

SetNextTextEntryMethod · 0.80

Tested by

no test coverage detected