You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osc1 * lfo - module an oscillator by "multiplying" an LFO
(...) + osc2 - sum the signals from the two oscillators together
(...) >> filter - pipe the summation output into the filter's input
This may not be worth it; might be somewhat of a dead-end but if the syntax works and is practical in the environments I'm targeting then I don't see why it couldn't be added, especially if the more verbose way is still kept.
Requirements
TBD
Checklist
I have linked the correct milestone and/or project(s)
I have added the appropriate labels
I have assigned this task to the correct people
The text was updated successfully, but these errors were encountered:
Description
It would be really cool to write DSP chaining code like the following:
As an explanation of the syntax:
osc1 * lfo
- module an oscillator by "multiplying" an LFO(...) + osc2
- sum the signals from the two oscillators together(...) >> filter
- pipe the summation output into the filter's inputThis may not be worth it; might be somewhat of a dead-end but if the syntax works and is practical in the environments I'm targeting then I don't see why it couldn't be added, especially if the more verbose way is still kept.
Requirements
TBD
Checklist
The text was updated successfully, but these errors were encountered: