Work in Node.js
I'm not sure how much effort this would take but it would be nice to explore the idea and see if it is possible to get this library working in Node.js.
@garrensmith what is the use case for this? currently webmidi is not supported in nodejs, however there is an attempt to that - web-midi-api
the other way is to just use midi through usb as a fallback in Node and write implementation for it. I am also aware of a node based implementation for Push here
It is more of an idea than an actual use case. If you writing a nodejs app could be useful. But this is definitely not the highest priority
From: Ricardo Abreu [email protected] Sent: Sunday, August 19, 2018 1:12:58 PM To: garrensmith/abletonpush Cc: garren smith; Mention Subject: Re: [garrensmith/abletonpush] Work in Node.js (#6)
@garrensmithhttps://github.com/garrensmith what is the use case for this? currently webmidi is not supported in nodejs, however there is an attempt to that - web-midi-apihttps://www.npmjs.com/package/web-midi-api
the other way is to just use midi through usbhttps://www.npmjs.com/package/usb as a fallback in Node and write implementation for it. I am also aware of a node based implementation for Push herehttps://www.npmjs.com/package/ableton-push2
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/garrensmith/abletonpush/issues/6#issuecomment-414120349, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAK9Amcd16jyGZXZxxoayKCx4c_JUI4_ks5uSUg6gaJpZM4WCjZv.
@garrensmith I see, it makes sense. perhaps we could leverage from https://www.npmjs.com/package/ableton-push2 since it only offers api to communicate midi through lib-usb. Or fork it and add pieces we need or write our own implementation.
Yes. Nice idea. Lets focus on the other issues first and then come back to this one