You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems sync is not working. Checked the code, looks like there is nothing done with this parameter.
Would be nice if it would work.
$ ag sync
src/EvenVCO.cpp
17: SYNC_INPUT,
31: /** The value of the last sync input */
32: float sync = 0.0;
158: addInput(createInput<PJ301MPort>(Vec(86, 189), module, EvenVCO::SYNC_INPUT));
The text was updated successfully, but these errors were encountered:
I notice that VCV on Facebook published a "tip" on using sync. This report has been here for it seems five years. Any chance that either sync will be implemented in EvenVCO, or that the do nothing sync input will be removed?
It's unfortunate if there's a tip about evenvco using sync! I'm quite busy with other projects, but I've started to take a look at a rewrite to be more performant, and to fix sync. No timescale I'm afraid.
It seems sync is not working. Checked the code, looks like there is nothing done with this parameter.
Would be nice if it would work.
The text was updated successfully, but these errors were encountered: