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