VCVRack / Befaco

Befaco Eurorack modules for VCV Rack
https://library.vcvrack.com/Befaco
Other
146 stars 27 forks source link

Sync is not working #6

Open mrVanDalo opened 6 years ago

mrVanDalo commented 6 years ago

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));
squinkylabs commented 6 years ago

I was just going to enter the same issue. sync does nothing, both in the module and in the code.

squinkylabs commented 1 year ago

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?

hemmer commented 1 year ago

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.