-
Notifications
You must be signed in to change notification settings - Fork 10
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
Work in Node.js #6
Comments
@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)
@garrensmith<https://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-api<https://www.npmjs.com/package/web-midi-api>
the other way is to just use midi through usb<https://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 here<https://www.npmjs.com/package/ableton-push2>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#6 (comment)>, or mute the thread<https://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 |
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.
The text was updated successfully, but these errors were encountered: