27 using ArpNonSoundInteger::ArpNonSoundInteger;
29 this->setValue(computeCurrentValueForUnsignedMenuItem(soundEditor.currentArpSettings->stepProbability));
31 void writeCurrentValue()
override {
32 int32_t value = computeFinalValueForUnsignedMenuItem(this->getValue());
33 soundEditor.currentArpSettings->stepProbability = value;
36 return soundEditor.editingCVOrMIDIClip() || soundEditor.editingMidiDrumRow();
38 [[nodiscard]] NumberStyle getNumberStyle()
const override {
return PERCENT; }