-
Notifications
You must be signed in to change notification settings - Fork 113
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
MIDI output? #3
Comments
I know there is a demand for the MIDI-out feature. I'll think about it later. |
I'll second that request, I'd need Midi output as well (I'm using it to talk to a midi-enabled arduino). |
I second this request.. It's working like a charm, and I'd love to have MIDI output for note and CC as well.. Hooking up my gameplay to my Moog Sub37 is awesome!! ;D |
I'm using this to control my Launchpad Pro. It works great! However, I'd also like to send output and control the LEDs on the board! |
Would be really a nice feature to send out midi messages. Maybe this project would be a nice start for it: |
Hi, |
Hi I 'd also love MidiOut, trying to get the lights on my BCR2000 working. |
Here's the patch I made to add Windows MIDI CC message output to MidiInput, Keijiro's Unity MIDI adapter in between MidiBridge and MidiJack. No guarantees it's bulletproof, but I've been using it for a couple of years showing Disc Jockey Jockey at conventions. https://gist.github.com/mildmojo/8fe3be9517039307d496e60bea1d7ef4 |
I support MIDI out! |
I added MIDI OUT in this PR. you can use MIDI OUT APIs MidiJack.unitypackage in this branch for now. |
@Nagitch - thanks for this! Is there any chance of getting a build for macOS? |
@antiero |
No worries @Nagitch ! I was intending to do some fun interaction with Leap Motion Controller in Unity, which could talk to macOS DAWs such as Garageband, Logic Pro X. |
Hear nice! Hope you could get alternative. |
@keijiro - I just wanted to loop back on this... I realised that the MidiJack fork being used in Teenage Engineering's VideoLab project (https://github.com/teenageengineering/MidiJack) contains MidiOut support, including these docs:
Are there any plans to bring this back into the main MidiJack Branch? I'm finding that the MidiJack fork in Videolab, combined with Klak, is one of the best Midi In+Out, cross platform solutions available! (Win/Mac/iOS/Android) 🙂 |
Any plans for MIDI output? It looks like your older Unity MIDI bridge project had MIDI out support.
I'd like to send CC messages to a Korg nanoKONTROL2 to control the button LEDs.
Great work on this, BTW. The input API is comfortably familiar and the MIDI message logging in the inspector is really helpful.
The text was updated successfully, but these errors were encountered: