Example #1
0
void GlobalMidi::midiRequestConstantLatencyOnOff()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sConstantLatencyOnOff));
}
Example #2
0
void StompMidi::midiRequestVoice2Interval()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sVoice2Interval));
}
Example #3
0
void StompMidi::midiRequestFormantShift()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sFormantShift));
}
Example #4
0
void StompMidi::midiRequestWahPeakRange()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sWahPeakRange));
}
Example #5
0
void StompMidi::midiRequestSmoothChords()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sSmoothChords));
}
Example #6
0
void StompMidi::midiRequestGraphicEQBand8()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sGraphicEQBand8));
}
Example #7
0
void StompMidi::midiRequestParametricEQHighFrequency()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sParametricEQHighFrequency));
}
Example #8
0
void GlobalMidi::midiRequestOperationMode()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sOperationMode));
}
Example #9
0
void StompMidi::midiRequestStereo()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sStereo));
}
Example #10
0
void GlobalMidi::midiRequestReampSense()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sReampSense));
}
Example #11
0
void GlobalMidi::midiRequestPureCab()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sPureCab));
}
Example #12
0
void GlobalMidi::midiRequestInputSource()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sInputSource));
}
Example #13
0
void GlobalMidi::midiRequestWahPedalToPitch()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sWahPedalToPitch));
}
Example #14
0
void GlobalMidi::midiRequestHeadphoneSpaceOnOff()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sHeadphoneSpaceOnOff));
}
Example #15
0
void StompMidi::midiRequestRotaryBalance()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sRotaryBalance));
}
Example #16
0
void StompMidi::midiRequestWahTouchBoost()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sWahTouchBoost));
}
Example #17
0
void StompMidi::midiRequestCompressorSquash()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sCompressorSquash));
}
Example #18
0
void StompMidi::midiRequestDistortionShaperDrive()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sDistortionShaperDrive));
}
Example #19
0
void StompMidi::midiRequestParametricEQLowGain()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sParametricEQLowGain));
}
Example #20
0
void StompMidi::midiRequestDistortionBoosterTone()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sDistortionBoosterTone));
}
Example #21
0
void StompMidi::midiRequestParametricEQPeakQFactor2()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sParametricEQPeakQFactor2));
}
Example #22
0
void StompMidi::midiRequestCompressorGateIntensity()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sCompressorGateIntensity));
}
Example #23
0
void StompMidi::midiRequestVoice1Pitch()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sVoice1Pitch));
}
Example #24
0
void StompMidi::midiRequestModulationHyperChorusAmount()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sModulationHyperChorusAmount));
}
Example #25
0
void StompMidi::midiRequestPureTuning()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sPureTuning));
}
Example #26
0
void StompMidi::midiRequestModulationManual()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sModulationManual));
}
Example #27
0
void StompMidi::midiRequestKey()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sKey));
}
Example #28
0
void StompMidi::midiRequestModulationPhaserStages()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sModulationPhaserStages));
}
Example #29
0
void StompMidi::midiRequestHighCut()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sHighCut));
}
Example #30
0
void GlobalMidi::midiRequestAuxInToHeadphone()
{
  Midi::get().sendCmd(createSingleParamGetCmd(getAddressPage(), sAuxInToHeadphone));
}