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

Method GetModWheel

Source/ModulationChain.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137ModulationChain* Modulations::GetModWheel(int voiceIdx)
138{
139 if (voiceIdx == -1)
140 return &mGlobalModulation.mModWheel;
141 else
142 return &mVoiceModulations[voiceIdx].mModWheel;
143}
144
145ModulationChain* Modulations::GetPressure(int voiceIdx)
146{

Callers 15

PlayNoteMethod · 0.45
FloatSliderUpdatedMethod · 0.45
OnTransportAdvancedMethod · 0.45
OnTransportAdvancedMethod · 0.45
OnMidiControlMethod · 0.45
OnDeviceChangedMethod · 0.45
SetUpFromSaveDataMethod · 0.45
MPETweakerMethod · 0.45
PlayNoteMethod · 0.45
FloatSliderUpdatedMethod · 0.45
OnTransportAdvancedMethod · 0.45
UnstableModWheelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected