can you put an example of the patch you're doing? it might be easier to give suggestions in that way.

João

thanks for your responses.

On 28.02.2010, at 15:19, Derek Holzer wrote:

You could use a array/table with as many elements as you need sliders, and use [int] to quantize them integers.

that's what i wanted to use in the first place. quantizing the table values _after_ output, is of course possible, but then the quantisation is not graphically visible, which makes for a lame interface.


Most GUI elements give "integers" already, for example a default slider gives 0-127. The type is float but the output values are all without a decimal, unless you change the size or range of the slider of course, so for your purposes you could consider them integers.

ja, but changing the range is what i'd often have to do, e.g. having the user choose a step number between 0 and 7. i tried quantizing the slider output and to use the set message to immediately set the quantized value back into the fader for display, but didn't get any usable results.


On 28.02.2010, at 15:48, Frank Barknecht wrote:

I once wrote a wrapper around arrays as [g_pattern32]:
http://more.rjdj.me/2009/06/23/editing-drum-patterns-in-rjdj/ where you can easily set table values with a number box which moves in integer steps as
default.


thanks for the link. yes, this is certainly usable. but i'm still not completely happy with this approach, either. i think a well designed interface allows viewing and editing of the data in the same location.



volker.

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list


--
Friedenstr. 58
10249 Berlin (Deutschland)
Tel +49 30 42020091 | Mob +49 162 6843570
Studio +49 30 69509190
[email protected] | skype: jmmmpjmmmp

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to