VCVRack / Fundamental

https://vcvrack.com/Fundamental
Other
235 stars 76 forks source link

SEQ3 and Timing Standards #106

Open Nowhk opened 4 years ago

Nowhk commented 4 years ago

It seems that SEQ3 doesn't observe Timing Standards: Therefore, modules with a CLOCK and RESET input, or similar variants, should ignore CLOCK triggers up to 1ms after receiving a RESET trigger.

If I send a reset and a clock 1 sample later, it advance to step 2. i.e. doesn't ignore clocks up to 1 ms after a reset pulse.

Nowhk commented 4 years ago

Here's an example: seq3 time.zip

Clicking on the button, it should reset and output "step 1", instead it goes directly to "step 2".