Re: [Interest] Ultra precise timing in Qt

2016-04-23 Thread Nuno Santos
Alright! Even that I feel completely dumb right now, I’m happy that I don’t need to reinvent the wheel!!! :) In the mean time, with all of this refactoring I have changes that could probably lead to better timing mechanism. With this in mind I will do further refactor. Thanks for your prompt

Re: [Interest] Ultra precise timing in Qt

2016-04-23 Thread Thiago Macieira
On sábado, 23 de abril de 2016 18:06:38 PDT Nuno Santos wrote: > So far I was using QElapsedTimer to measure this. One particular behaviour I > observed was, once I started moving the virtual knobs and faders of the > synth, it would start to get out of sync with the machine. My conclusion is > tha

[Interest] Ultra precise timing in Qt

2016-04-23 Thread Nuno Santos
Hi, I have an audio app can sends midi to machines. Midi clock will set the machine tempo. When I have an arpeggiator running in the synth I want the machine to have exactly the same tempo. If the tempo is not the same, both will start to get out of sync. In music that is simply not acceptable.