faustide icon indicating copy to clipboard operation
faustide copied to clipboard

add a volume slider independent of the process

Open LFSaw opened this issue 3 years ago • 0 comments

An idea that came up during the recent PM workshop (and @sletz pointed out to add an issue here):

add a volume slider to the webIDE independent of the process.

something along the line of

si.bus(outputs(component)) : par (i, outputs(component), _*vol) with h{vol = hslider("vol", 0.1, 0, 1, 0.0001);};

LFSaw avatar Feb 01 '21 16:02 LFSaw