Practical recipe

Configure a Slider.

Send a continuous value in the range expected by your target and keep the control synchronized with feedback.

Recipe outcome

A value control that stays accurate.

Moving the slider sends a mapped value. Changes made on the device or in the application move the slider back to the reported position.

Slider valueRange mappingTargetSlider positionEvent valueFeedback

Build it

Configure sending, mapping, and feedback.

1

Add the Slider

Add a Slider to a panel, give it a clear title, and choose the orientation and appearance that fit the panel.

Slider appearance and title

Show the most important visual Slider settings and the resulting item.

recipe-slider-01-item.jpeg
2

Define the item range

Set the minimum, maximum, and initial value. Use a range that makes sense to the person operating the panel.

Slider minimum and maximum

Show the range fields and the value displayed by the configured Slider.

recipe-slider-02-range.jpeg
3

Add a value Command

Select the outgoing interface and a command that accepts the current item value. Configure mapping when the target uses a different range.

Slider Command and value mapping

Show interface, command, target range, and the field that receives the current Slider value.

recipe-slider-03-command.jpeg
4

Add incoming feedback

Create an Event for the reported value and use the matching Remote Option to apply that value to the Slider.

Slider feedback Event

Show the incoming value, any reverse mapping, and the Remote Option that changes the Slider position.

recipe-slider-04-event.jpeg

Interface examples

Use a Slider where continuous control matters.

Behringer / Midas

Control a mixer parameter and keep the panel synchronized with changes on the console.

Open mixer guide →