Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ SetDevice
Method
SetDevice
plugins/midi/macro-condition-midi.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void MacroConditionMidi::SetDevice(const MidiDevice &dev)
75
{
76
_device = dev;
77
_messageBuffer = dev.RegisterForMidiMessages();
78
}
79
80
void MacroConditionMidi::SetupTempVars()
81
{
Callers
2
UpdateEntryData
Method · 0.45
DeviceSelectionChanged
Method · 0.45
Calls
1
RegisterForMidiMessages
Method · 0.80
Tested by
no test coverage detected