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
Hi, first i would like to thank you for your work. It seems that there is not equivalent on the entire web !
I just started to play around since i have a sequencer project i'm working on (using webmidi). So may definitively use your audio interface lib.
For now i'm kinda stuck on two things :
1 - i can't find in your documentation a simple way to build controls with javascript dynamicaly instead of adding them to the dom. Then access to parameter (ie myknob.getMidiController())
2 - is your script handling sending midi message ? Because midi learn works like a charm but only one way ? is the way it is supposes to work ?
Thank you if you have the time to answer.
By the way this knob/png generator software you have is also awesome !
The text was updated successfully, but these errors were encountered:
Hi ! I have written the midi part of WebAudioControls... You can get a handle on midi messages captured by the WebAudio Controls. Look at the source code of this page: https://mainline.i3s.unice.fr/AmpSim4/
Near the end there is a midi event handler that is called by the WebAudio controls.
If you want to send midi messages to other components you'll need to do it by hand.
Hi, first i would like to thank you for your work. It seems that there is not equivalent on the entire web !
I just started to play around since i have a sequencer project i'm working on (using webmidi). So may definitively use your audio interface lib.
For now i'm kinda stuck on two things :
1 - i can't find in your documentation a simple way to build controls with javascript dynamicaly instead of adding them to the dom. Then access to parameter (ie myknob.getMidiController())
2 - is your script handling sending midi message ? Because midi learn works like a charm but only one way ? is the way it is supposes to work ?
Thank you if you have the time to answer.
By the way this knob/png generator software you have is also awesome !
The text was updated successfully, but these errors were encountered: