MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / setChannel

Method setChannel

plugins/Cardinal/src/HostMIDI-Map.cpp:287–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 void setChannel(uint8_t channel)
288 {
289 this->channel = channel;
290
291 for (int i = 0; i < MAX_MIDI_CONTROL; ++i)
292 values[i] = -1;
293 }
294
295 // ----------------------------------------------------------------------------------------------------------------
296 // stuff called from panel side, must lock engine

Callers 1

createChildMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected