you can make one by covering two numboxes with Canvas. Like attached (range.pd), drag the grey areas.
Stef Leave Phil Stone skrev:
Hello,
Is there any message that changes the knob width on sliders? I don't see any in the help, but I'm hoping anyway.
If not, are there any externals that have this capability? I'm trying to make a control that sets a window (start, end) on a table, and a normal slider would be perfect if I could control the knob size.
Phil Stone pkstonemusic.com
#N canvas 516 67 591 474 10; #X obj 126 351 s dollar0-fader; #X msg 126 296 pos $1 100; #X msg 358 293 vis_size $1 17; #X obj 126 269 + 100; #X obj 102 38 inlet; #X floatatom 101 100 5 0 200 0 - - -; #X floatatom 148 100 5 0 200 0 - - -; #X obj 100 100 cnv 15 200 17 empty empty empty 20 12 0 14 -261689 -66577 0; #X obj 166 100 cnv 1 74 17 empty dollar0-fader empty 20 12 0 14 -258699 -66577 0; #X obj 152 102 cnv 1 35 13 empty empty empty 20 12 0 14 -233017 -66577 0; #X obj 108 102 cnv 1 35 13 empty empty empty 20 12 0 14 -233017 -66577 0; #X obj 63 210 outlet; #X obj 63 182 pack; #X obj 102 64 unpack; #X obj 126 138 t b f; #X connect 1 0 0 0; #X connect 2 0 0 0; #X connect 3 0 1 0; #X connect 4 0 13 0; #X connect 5 0 3 0; #X connect 5 0 12 0; #X connect 6 0 2 0; #X connect 6 0 14 0; #X connect 12 0 11 0; #X connect 13 0 5 0; #X connect 13 1 6 0; #X connect 14 0 12 0; #X connect 14 1 12 1; #X coords 0 -1 1 1 200 17 2 100 100;
Steffen Leve Poulsen wrote:
you can make one by covering two numboxes with Canvas. Like attached (range.pd), drag the grey areas.
Stef Leave Phil Stone skrev:
Hello,
Is there any message that changes the knob width on sliders? I don't see any in the help, but I'm hoping anyway.
If not, are there any externals that have this capability? I'm trying to make a control that sets a window (start, end) on a table, and a normal slider would be perfect if I could control the knob size.
Ok, I see what you're both getting at (although I couldn't get your patch to work Steffen - and why the number boxes?).
Thank you both for replying.
Phil
Phil Stone skrev:
Steffen Leve Poulsen wrote:
you can make one by covering two numboxes with Canvas. Like attached (range.pd), drag the grey areas.
Stef Leave Phil Stone skrev:
Hello,
Is there any message that changes the knob width on sliders? I don't see any in the help, but I'm hoping anyway.
If not, are there any externals that have this capability? I'm trying to make a control that sets a window (start, end) on a table, and a normal slider would be perfect if I could control the knob size.
Ok, I see what you're both getting at (although I couldn't get your patch to work Steffen - and why the number boxes?).
the leftmost grey Canvas hides a numbox that sets the beginning of the range.the other sets the length. Stef
Steffen Leve Poulsen wrote:
Phil Stone skrev:
Steffen Leve Poulsen wrote:
you can make one by covering two numboxes with Canvas. Like attached (range.pd), drag the grey areas.
Stef Leave Phil Stone skrev:
Hello,
Is there any message that changes the knob width on sliders? I don't see any in the help, but I'm hoping anyway.
If not, are there any externals that have this capability? I'm trying to make a control that sets a window (start, end) on a table, and a normal slider would be perfect if I could control the knob size.
Ok, I see what you're both getting at (although I couldn't get your patch to work Steffen - and why the number boxes?).
the leftmost grey Canvas hides a numbox that sets the beginning of the range.the other sets the length. Stef
OK, I didn't figure that out the first time - didn't think of scrolling up and down, like in a number box. Very cool.
Phil