Hi,
Is it possible to create an [hslider] (or other vanilla GUI objects) and specify its send and return params at its creation?
ie. [hsl vol_send vol_recv] would generate a slider with send = 'vol_send' and receive = 'vol_recv'
Cheers, Mario
On 20.03.19 12:49, Mario Buoninfante wrote:
Hi,
Is it possible to create an [hslider] (or other vanilla GUI objects) and specify its send and return params at its creation?
ie. [hsl vol_send vol_recv] would generate a slider with send = 'vol_send' and receive = 'vol_recv'
yes it's possible. just open a Pd-patch that contains the object you want to create in your favourite plaintext-editor, and search for "hsl" to get a glimpse of the arguments you can pass. you will need to pass all (or at least: most) parameters, even if you only want to specify one.
fgmasdr IOhannes