We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi everyone! Can anyone tell me if there is a library for P5.js which would be equivalent to Minim for Processing, I would like to be able to use my Akai midi keyboard in P5,js.
Thanks for your help.
Answers
@sillyfrog --
Have you looked at the p5.js sound library and the midi examples?
Yes, but I can't find anything about midi.
Found this p5.js library: https://GitHub.com/therewasaguy/p5.midi :>
No idea how it works or even whether it works at all! 8-X
https://GitHub.com/therewasaguy/p5.midi/issues/2
index.html:
Thanks. I'll have a look at it. I have just found the existence of the Web audio API and Web midi API, and I got my midi keyboard working with the example script. I'll try to integrate this into a P5.js sketch. Do you happen to know how you can use the Web midi API from within P5 ? Thanks again for your kind answers.
In fact, I think it was the midibus library that I had used in Processing, not minim.