hi list,
would it be possible to make the “range” of a numberbox settable via messages? like with vsl etc? or is there a way to set it (not via properties)?
cheers
Yes, at least for 'Number2' you can set all the properties via messages. For a simple 'Number' I don't think so...
Gesendet: Sonntag, 22. November 2015 um 21:46 Uhr Von: "Simon Iten" itensimon@gmail.com An: Pd-List pd-list@lists.iem.at Betreff: [PD] numberboxes range
hi list,
would it be possible to make the “range” of a numberbox settable via messages? like with vsl etc? or is there a way to set it (not via properties)?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
thanks!
i don’t really like the look of number2, it takes too much space.
anyhow, here is how i did it in my patch (which also needed simultaneous control with a numberbox and a slider and only ints)
On 22 Nov 2015, at 22:26, Christof Ressi christof.ressi@gmx.at wrote:
Yes, at least for 'Number2' you can set all the properties via messages. For a simple 'Number' I don't think so...
Gesendet: Sonntag, 22. November 2015 um 21:46 Uhr Von: "Simon Iten" itensimon@gmail.com An: Pd-List pd-list@lists.iem.at Betreff: [PD] numberboxes range
hi list,
would it be possible to make the “range” of a numberbox settable via messages? like with vsl etc? or is there a way to set it (not via properties)?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 22/11/2015 23:20, Simon Iten wrote:
thanks!
i don’t really like the look of number2, it takes too much space.
Just for reference for future readers of the mailing list: it *is* possible to resize number2 and change many aesthetic properties both from the properties dialog and with messages.
Lorenzo.
anyhow, here is how i did it in my patch (which also needed simultaneous control with a numberbox and a slider and only ints)
On 22 Nov 2015, at 22:26, Christof Ressi christof.ressi@gmx.at wrote:
Yes, at least for 'Number2' you can set all the properties via messages. For a simple 'Number' I don't think so...
Gesendet: Sonntag, 22. November 2015 um 21:46 Uhr Von: "Simon Iten" itensimon@gmail.com An: Pd-List pd-list@lists.iem.at Betreff: [PD] numberboxes range
hi list,
would it be possible to make the “range” of a numberbox settable via messages? like with vsl etc? or is there a way to set it (not via properties)?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 23 Nov 2015, at 09:44, Lorenzo Sutton lorenzofsutton@gmail.com wrote:
On 22/11/2015 23:20, Simon Iten wrote:
thanks!
i don’t really like the look of number2, it takes too much space.
Just for reference for future readers of the mailing list: it *is* possible to resize number2 and change many aesthetic properties both from the properties dialog and with messages.
Lorenzo.
yeah sure i know, but can you get rid of the triangle before the number? that is what is taking up all the space :-) that would be really great, but i did not find the command to do so.
anyhow, here is how i did it in my patch (which also needed simultaneous control with a numberbox and a slider and only ints)
On 22 Nov 2015, at 22:26, Christof Ressi christof.ressi@gmx.at wrote:
Yes, at least for 'Number2' you can set all the properties via messages. For a simple 'Number' I don't think so...
Gesendet: Sonntag, 22. November 2015 um 21:46 Uhr Von: "Simon Iten" itensimon@gmail.com An: Pd-List pd-list@lists.iem.at Betreff: [PD] numberboxes range
hi list,
would it be possible to make the “range” of a numberbox settable via messages? like with vsl etc? or is there a way to set it (not via properties)?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
As a workaround you can simply force values into the range and send them back to the box via a "set" message. It's not exactly the same (since it will also "correct" numbers typed in which the range setting doesn't) but might be OK or even better for making interfaces with varying ranges.
cheers Miller
On Sun, Nov 22, 2015 at 09:46:58PM +0100, Simon Iten wrote:
hi list,
would it be possible to make the “range” of a numberbox settable via messages? like with vsl etc? or is there a way to set it (not via properties)?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
that’s kind of what i did here. even with state saving…
cheers
On 23 Nov 2015, at 14:50, Miller Puckette msp@ucsd.edu wrote:
As a workaround you can simply force values into the range and send them back to the box via a "set" message. It's not exactly the same (since it will also "correct" numbers typed in which the range setting doesn't) but might be OK or even better for making interfaces with varying ranges.
cheers Miller
On Sun, Nov 22, 2015 at 09:46:58PM +0100, Simon Iten wrote:
hi list,
would it be possible to make the “range” of a numberbox settable via messages? like with vsl etc? or is there a way to set it (not via properties)?
cheers _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list