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

implement as WAM #15

Open
severak opened this issue Feb 15, 2023 · 1 comment
Open

implement as WAM #15

severak opened this issue Feb 15, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@severak
Copy link
Owner

severak commented Feb 15, 2023

either as https://github.com/webaudiomodules/api or using https://github.com/webaudiomodules/sdk

Use advices from Tom:

In the webaudiomodules SDK there is a class called ParamMgr. It is built to wrap WebAudio Nodes, and expose some of their parameters as WAM parameters.
I don't think I have any examples using it without using some sort of JS build tool, but one may exist.. not sure yet. I'll link to my code that uses ParamMgr anyways.
Here's a small delay WAM plugin that is implemented using webaudio nodes: https://github.com/boourns/burns-audio-wam/tree/main/src/plugins/delay/src
There's other examples in the webaudiomodules/wam-examples repository as well that use ParagMgr, and some of these I think use no build tool, for example - https://github.com/webaudiomodules/wam-examples/tree/ebf5ed23d7543411901b24f12c48164fac9e78bf/packages/pingpongdelay/src

I will also need to process incoming MIDI data. How this is done?

here's a link into a different WAM, the sh-101 clone I built - https://github.com/boourns/burns-audio-wam/blob/main/src/plugins/synth101/src/Node.ts#L234

@severak
Copy link
Owner Author

severak commented Sep 15, 2024

probably not doing this as I have implemented WebMidiLink

@severak severak added the wontfix This will not be worked on label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant