midilab
midilab
All the static members were removed at the above release. Closing the issue for now, but if anyone could do the same scenario test and report back if this fixes...
Hi @carlosedp, Yes it is possible to sync to external clock. one of the uclock main features is the phase lock mechanism to keep a good and solid internal clock...
i dont think it exist such of 1PPQN resolution. Most eurorack modules are based on 48PPQN or 24PPQN, if it is a simple LFO that you have, there is no...
The library needs a new feature to set the resolution of clock sync input signal other than 24ppqn, its on the TODO list. If the resolution is higher you can...
Hi @carlosedp, @houtson, @IC-Alchemy, and @doctea, I've added an experimental feature that allows setting the input sync clock for different PPQN resolutions. This is currently untested, so I'm reaching out...
I have time to test and fix a little error on clock input new schema. now should be working as expected. i also have added Sync callbacks set other than...
@carlosedp The latest version on the develop branch is now ready for external sync with 1 PPQN and 2 PPQN. I’ve done some basic tests, but I don’t have a...
@doctea This lower PPQN sync support, 1 PPQN in special, opens the door to implementing the tap function. I will commit a version with tap() support soon.
@houtson Now you can do SYNC48 without aditional code, just set the clock input to 48PPQN and you are ready to go. uClock.setClockPPQN(uClock.PPQN_48); Then at each clock signal comming from...
I was also thinking about changing the names of the methods to avoid confusion: * uClock.setClockPPQN() to uClock.setInputPPQN() * uClock.setPPQN() to uClock.setOutputPPQN() I'll probably make these changes before the official...