bleep-cafe / bleep-cafe.github.io

12 stars 4 forks source link

✨ Come up with some basic maths nodes for manipulating signals. #4

Open hayleigh-dot-dev opened 1 year ago

hayleigh-dot-dev commented 1 year ago

At a minimum we'd want something like:

And maybe also logic nodes.

These can all be implemented withcombinations of gain nodes and constant source nodes, so we shouldn't have to dip into audioworket/scriptProcessorNode territory to do this. With a bit of thinking, it should be possible to copy a lot of what they did in Tone.js