jorgegarcia / UnityOSC

Open Sound Control (OSC) C# classes interface for the Unity3d game engine
497 stars 124 forks source link

MIDI #37

Open NivekJump opened 5 years ago

NivekJump commented 5 years ago

Hi Jorge, this is an amazing plugin! I'm trying to send MIDI OVer Wifi Using OSC, rom an application in Unity to Resolume Arena 6.

I didn't have any problem sending OSC address to Resolume, but now I'm wondering how to send it to resolume using TouchOSC Bridge, I test TouchOSC Bridge using the TouchOSC app on android, and it sends MIDI, now I'm wondeering how to it, using your library, it will really helpful for me, can you give me an insight? Thank you so much.

jorgegarcia commented 5 years ago

Hi @NivekJump,

I haven't used TouchOSC Bridge or Resolume before, but as you know already, Resolume supports OSC input/output so probably it would be easier to just use OSC for all communications.

I'm not sure why is that you need to use MIDI, but if your goal is to send OSC messages using UnityOSC and TouchOSC please check the documentations at https://github.com/jorgegarcia/UnityOSC/tree/master/docs. @lightnarcissus may be able to help you with this.

Sorry, I'm afraid I can't be of much help from my side!

Cheers, Jorge