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

Method GetPressure

Source/ModulationChain.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145ModulationChain* Modulations::GetPressure(int voiceIdx)
146{
147 if (voiceIdx == -1)
148 return &mGlobalModulation.mPressure;
149 else
150 return &mVoiceModulations[voiceIdx].mPressure;
151}

Callers 15

OnTransportAdvancedMethod · 0.45
OnTransportAdvancedMethod · 0.45
OnMidiPressureMethod · 0.45
OnDeviceChangedMethod · 0.45
SetUpFromSaveDataMethod · 0.45
MPETweakerMethod · 0.45
PlayNoteMethod · 0.45
FloatSliderUpdatedMethod · 0.45
OnTransportAdvancedMethod · 0.45
PlayNoteMethod · 0.45
FloatSliderUpdatedMethod · 0.45
UnstablePressureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected