ImGui Slider default value

Is it possible to give an ImGui slider a default value when the patch is opened? Best regards

I did it via the Min in the Slider Node and then a Max Node. That works for me for now.

Hello envoy,

just set the value for the Channel.
This also applies to other Widgets: Input, Combo, ListBox…

Imgui-DefaultValueForWidgets.vl (11.4 KB)

Best,
Anton

3 Likes