Kautenja / PotatoChips

Eurorack modules based on programmable sound chip emulation.
Other
45 stars 4 forks source link

Oscillators Initialized perfectly out of phase #44

Closed Kautenja closed 3 years ago

Kautenja commented 3 years ago

Describe the bug

Some oscillators are being initialized perfectly out of phase such they cancel each other out and produce silence.

To Reproduce

Steps to reproduce the behavior:

  1. non-deterministic. occurs on 2A03, VRC6, etc.

Expected behavior

All oscillators should initialize in phase and stay in phase (assuming they are tuned to the same frequency)

Kautenja commented 3 years ago

fix by calling emulator reset function from onReset callback handler (which is also called on module initialization).