Announcement

Collapse
No announcement yet.

From MIDI keyboard to OSC on network

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • From MIDI keyboard to OSC on network

    I am on OS X. I have a MIDI keyboard.

    I'm attempting to pick up note-on events from within Unity3D which is capable of receiving OSC over the network.

    I've had some success: I've been using a freeware MIDI-OSC bridge I found on some Japanese website, and I am receiving note-on messages. However, I'm not receiving key velocity, which I need.

    So I'm hoping I can use Osculator to replace the bridge.

    If it is possible to do this, could someone please detail how.

    π

  • #2
    Hello π,

    MIDI Notes in OSCulator are readily routable in OSC, which mean that there only little configuration to do.
    1. open the Parameters Window and go to the OSC tab,
    2. define a OSC target (the host and port for Unity),
    3. create a new OSC Routing by clicking the + button,
    4. change the target of this routing to the target you defined for Unity,
    5. close the Parameters Window,
    6. assign the OSC Routing just created to the message /midi/note/1.

    Unity will receive MIDI Note On and Note Off events sent to OSCulator with their pitch and velocity information.

    See attached file for more information.

    Best Regards,
    Camille

    PS: OSCulator offer an demo unlimited in time, the only limitation a 15 seconds pause every 20 minutes, the first one occurring after 5 minutes.

    Attached Files

    Comment

    Working...
    X