Page 1 of 1

live.dial step size?

Posted: Sun Dec 01, 2013 4:24 pm
by ansolas
Hello,
lets say I have a live dial with the Range 20. 20000. and a step size of 1

If I now move it with the mouse it increments as expected by 1.

If I however tweak a know on Push it no longer increments by 1.

Is there a workaround to get fine tuning on Push working either ?

Since Push' Knobs are Encoders it should be possible, no?

Cheers
AnSolas

Re: live.dial step size?

Posted: Sun Dec 01, 2013 5:26 pm
by madlab
Don't own Push but I guess its encoders deliver midi CC values ? (0-127)

Re: live.dial step size?

Posted: Sun Dec 01, 2013 5:36 pm
by ansolas
madlab wrote: I guess its encoders deliver midi CC values ? (0-127)
I don't think so. It has Encoders not Potis, so it should just in/decrement data by sending an offset,
eg +1 -1

Re: live.dial step size?

Posted: Mon Dec 02, 2013 1:08 am
by stringtapper
Did you try setting the step size to 19980?

Re: live.dial step size?

Posted: Mon Dec 02, 2013 12:38 pm
by ansolas
stringtapper wrote:Did you try setting the step size to 19980?
no I try...

why ?

Re: live.dial step size?

Posted: Mon Dec 02, 2013 10:54 pm
by stringtapper
Actually it's not called "step size" but just "Steps" in the Inspector.

And the reason is that 19980 should force the dial to increment by single integers between 20. and 20000.

Re: live.dial step size?

Posted: Tue Dec 03, 2013 9:40 am
by ansolas
stringtapper wrote:Actually it's not called "step size" but just "Steps" in the Inspector.

And the reason is that 19980 should force the dial to increment by single integers between 20. and 20000.
Anyways, it still jumps form 20 straight to 176

Re: live.dial step size?

Posted: Tue Dec 03, 2013 5:56 pm
by stringtapper
I don't have a Push to test this. Can you make a [ctlin] object and monitor the output with a number box to see what the knob is sending?

Re: live.dial step size?

Posted: Wed Dec 04, 2013 5:41 pm
by ansolas
stringtapper wrote:I don't have a Push to test this. Can you make a [ctlin] object and monitor the output with a number box to see what the knob is sending?
Like this?
http://screencast.com/t/Ala7A72S95b0


I just turn the encoders clock and counter clock wise.

Looks like it just sends ~1 and ~127 depending on the tweaking speed?

Re: live.dial step size?

Posted: Wed Dec 04, 2013 7:22 pm
by stringtapper
Hmm yes, now that I think about it I have run into similar problems with encoders sending values like that. I will have to go back through some patches with my controller at home to see if I ever found a solution to that.

Re: live.dial step size?

Posted: Wed Dec 04, 2013 10:03 pm
by ansolas
stringtapper wrote:Hmm yes, now that I think about it I have run into similar problems with encoders sending values like that. I will have to go back through some patches with my controller at home to see if I ever found a solution to that.
Thank you very much for your time !

Re: live.dial step size?

Posted: Thu Dec 05, 2013 7:22 pm
by stringtapper
Well the encoders on the APC40 seem to be sending incremental values just fine. I think it might have been my Axiom controller that was giving me similar jumpy results. I'll dig it out and check.

Re: live.dial step size?

Posted: Mon Dec 09, 2013 12:27 am
by aberkow
The encoders on the Push are sending out float values. I've found this to be extremely annoying while patching. I haven't found a good solution yet either. However, you might try a [scale] to translate the values of 0.-127. But that didn't work for me because I wanted to "see" the value on the Push (not 0-127).