Skip to content
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

Open
mildmojo opened this issue Nov 2, 2015 · 14 comments
Open

MIDI output? #3

mildmojo opened this issue Nov 2, 2015 · 14 comments
Assignees

Comments

@mildmojo
Copy link

mildmojo commented Nov 2, 2015

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.

@keijiro keijiro self-assigned this Nov 10, 2015
@keijiro
Copy link
Owner

keijiro commented Nov 10, 2015

I know there is a demand for the MIDI-out feature. I'll think about it later.

@RobinB
Copy link

RobinB commented Dec 6, 2015

I'll second that request, I'd need Midi output as well (I'm using it to talk to a midi-enabled arduino).

@keijiro keijiro mentioned this issue Dec 15, 2015
@ThaYoost
Copy link

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

@noelmkawano
Copy link

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!

@cansik
Copy link

cansik commented Apr 26, 2017

Would be really a nice feature to send out midi messages. Maybe this project would be a nice start for it:

https://github.com/leomrocha/rtmidi-c-wrapper

@djaydino
Copy link

djaydino commented May 9, 2017

Hi,
I would love to have midi out 2 so i don't need to use the midibridge software together with my file.
midibridge works fine tho but it sends to all midi and with the launchpad mk2 it uses note numbers and velocity to set the colors, but it also plays a sound from the Microsoft GS Wavetable Synth when i send a note.

@zcwaa22
Copy link

zcwaa22 commented Apr 26, 2018

Hi I 'd also love MidiOut, trying to get the lights on my BCR2000 working.

@mildmojo
Copy link
Author

mildmojo commented Jun 1, 2018

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

@rsodre
Copy link

rsodre commented Apr 20, 2019

I support MIDI out!

@Nagitch
Copy link

Nagitch commented Apr 23, 2019

I added MIDI OUT in this PR. you can use MIDI OUT APIs MidiJack.unitypackage in this branch for now.
#40

@antiero
Copy link

antiero commented May 24, 2019

@Nagitch - thanks for this! Is there any chance of getting a build for macOS?

@Nagitch
Copy link

Nagitch commented May 24, 2019

@antiero
I don’t have motivation for that in now, sorry.
Something reason to need macOS support?

@antiero
Copy link

antiero commented Jun 3, 2019

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.

@Nagitch
Copy link

Nagitch commented Jun 19, 2019

Hear nice! Hope you could get alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests