We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All signals should be able to modify parameters of units.
For example: I should be able to connect the output of Oscillator to the cutoff parameter of Biquad.
I should be able to do Frequency Modulation by connecting an Oscillator to the Freq param of Oscillator
I should be able to scale output Oscillator (and make it unipolar) and connect it to amplitude of SoundFile (amplitude modulation)
This would entail including Math Operations (Multiply, Add, Sub, Div, etc)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All signals should be able to modify parameters of units.
For example:
I should be able to connect the output of Oscillator to the cutoff parameter of Biquad.
I should be able to do Frequency Modulation by connecting an Oscillator to the Freq param of Oscillator
I should be able to scale output Oscillator (and make it unipolar) and connect it to amplitude of SoundFile (amplitude modulation)
This would entail including Math Operations (Multiply, Add, Sub, Div, etc)
The text was updated successfully, but these errors were encountered: