keijiro / MidiJack

MIDI input plugin for Unity
695 stars 113 forks source link

MIDI output? #3

Open mildmojo opened 8 years ago

mildmojo commented 8 years ago

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 commented 8 years ago

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

RobinB commented 8 years ago

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

ThaYoost commented 8 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 6 years ago

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

mildmojo commented 6 years ago

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 commented 5 years ago

I support MIDI out!

Nagitch commented 5 years ago

I added MIDI OUT in this PR. you can use MIDI OUT APIs MidiJack.unitypackage in this branch for now. https://github.com/keijiro/MidiJack/pull/40

antiero commented 5 years ago

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

Nagitch commented 5 years ago

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

antiero commented 5 years ago

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 commented 5 years ago

Hear nice! Hope you could get alternative.