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 pitch and amplitude modulation to PARTIALS voices #215

Merged
merged 4 commits into from
Sep 14, 2024
Merged

Conversation

dpwe
Copy link
Collaborator

@dpwe dpwe commented Sep 14, 2024

Before, the additive synthesis voices implemented by wave=amy.PARTIALS respected the note and vel at note-on, but did not follow any amplitude or pitch modulation of the parent osc.

With this change, amplitude modulation of the PARTIALS osc (e.g. via bp0=...) as well as pitch modulation (e.g. via freq={'mod': 0.1}, mod_source=... will be inherited by all the subsidiary PARTIAL oscs.

Fixes #213.

@dpwe dpwe merged commit f50c7e7 into main Sep 14, 2024
1 check passed
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.

Feature Suggestion: Volume EG for partials
1 participant