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

Method GetPitchBend

Source/ModulationChain.cpp:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129ModulationChain* Modulations::GetPitchBend(int voiceIdx)
130{
131 if (voiceIdx == -1)
132 return &mGlobalModulation.mPitchBend;
133 else
134 return &mVoiceModulations[voiceIdx].mPitchBend;
135}
136
137ModulationChain* Modulations::GetModWheel(int voiceIdx)
138{

Callers 15

OnTransportAdvancedMethod · 0.45
OnTransportAdvancedMethod · 0.45
OnMidiNoteMethod · 0.45
OnMidiPitchBendMethod · 0.45
PlayNoteMethod · 0.45
PlayNoteMethod · 0.45
FloatSliderUpdatedMethod · 0.45
DropdownUpdatedMethod · 0.45
MPETweakerMethod · 0.45
PlayNoteMethod · 0.45
FloatSliderUpdatedMethod · 0.45
OnTransportAdvancedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected