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

Add Clouds and Branches input normalizations #9

Merged
merged 2 commits into from
Sep 27, 2017

Conversation

mhetrick
Copy link
Contributor

The inputs on Clouds and Branches now act as they do on their hardware counterparts. The Clouds code could potentially be more efficient. I think something like

const float leftSample = getf(inputs[IN_L_INPUT]);
const float rightSample = inputs[IN_R_INPUT] ? getf(inputs[IN_R_INPUT]) : leftSample;

could work just to avoid the extra getf calls.

@AndrewBelt AndrewBelt merged commit d9cdf7e into VCVRack:master Sep 27, 2017
@AndrewBelt
Copy link
Member

Thanks! I don't have Clouds so I missed this about its functionality.

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

Successfully merging this pull request may close these issues.

None yet

2 participants