Page 1 of 1

Posted: 03 Feb 2011, 16:05
by AndrewChi
I want to control the global tempo of a my patch from the IB,
which can be easily done with the MasterSync module.
I also want the tempo knob on the IB to be updated with tempochanges which are not encoded by this tempo knob (ex. Tap-tempo).

It works when I put a 'pass only if changed' on the MasterSynchro tempo-out and connect it back to the tempo knob,
but I get strange tempo's. When I dial 111, Usine's panel will display something like 110,97 or something.
I suspect it has something to do with the precision of data flow, or the fact I am making some sort of data-feedback, but I cannot seem to find a decent workaround...

Any ideas?

Thank you!


-----usine rocks

Posted: 03 Feb 2011, 16:46
by soundmind
after some tests I could not reproduce the error. is there anything special about your patch besides what you described?

Posted: 03 Feb 2011, 17:48
by ethnix73
Perhaps:

1) you've got the option "perfect synchro" in global setup/asio

2)The precision of your fader is not set to integer. Unless your fader is set to integer, the precision will always be float...Other precison modes than integer are only visual feedback..

Posted: 04 Feb 2011, 11:41
by senso
1) you've got the option "perfect synchro" in global setup/asio
you're right, disable this option in the setup.

Posted: 04 Feb 2011, 15:28
by AndrewChi
Thanks everybody!
Disabled "perfect synchro" and it works!