-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probdiv reseed CV affects Probmelod lower bound range #64
Comments
Also noticed that Probdiv loop length gets reset to off randomly with the above setup. I've reproduced both issues on a second O-C so its not the hardware. Somehow modulating CV2 randomly behaves as if its modulating CV1 and CV3. If I don't modulate CV2 everything behaves as it should. |
I'm getting the same weird behavior... haven't really tested these two together that much yet. I don't have an explanation for this bug, but one thing that bothers me is the CV inputs overwrite the settings (loop length, lower bound, upper bound) rather than offset them. I might have to rewrite some of this logic... |
I'm running into this as well, but only when reseeding ProbDiv - otherwise, the range and loop stays static as desired. Any developments on addressing this in a future update? When the reseed function works, it's a really great way of making generative melodies on the O_C. |
This might be related to a bug where the ADC inputs can bleed into each other. It should be fixed in Phazerville v1.6.x |
Suite V 1.3.1. using Probdiv on the left and Probmelod on the right. Using an LFO CV to reseed Probdiv every few seconds. It works for a few cycles and then Probmelod lower range gets set to the upper range after which all the notes remain the same. Seems like CV2 gets interpreted as CV3.
The text was updated successfully, but these errors were encountered: