Skip to content
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

Question about the quantizer module #91

Open
rsmus7 opened this issue Jan 31, 2023 · 3 comments
Open

Question about the quantizer module #91

rsmus7 opened this issue Jan 31, 2023 · 3 comments

Comments

@rsmus7
Copy link

rsmus7 commented Jan 31, 2023

Hi Jeremy,
can you please add to the manual of the quantizer how the cv for the root and the scale inputs should be to change the settings predictable? I mean how is the cv in for the root scaled? I tried and it seems not to be equal for each half note step?
and how do I need to set up a cv in for changing the scales predictable?
thank you for your nice modules 👍

@jeremywen
Copy link
Owner

They are both divided equally across the 10 volts.

@jeremywen
Copy link
Owner

int rootInputOffset = inputs[ROOT_INPUT].isConnected() ? rescalefjw(inputs[ROOT_INPUT].getVoltage(), 0, 10, 0, QuantizeUtils::NUM_NOTES-1) : 0;

@jeremywen
Copy link
Owner

example patch root note knob.vcv.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants