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
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
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
The text was updated successfully, but these errors were encountered:
probably not doing this as I have implemented WebMidiLink
Sorry, something went wrong.
No branches or pull requests
either as https://github.com/webaudiomodules/api or using https://github.com/webaudiomodules/sdk
Use advices from Tom:
The text was updated successfully, but these errors were encountered: