playMaker

Author Topic: Conect Midi device  (Read 1287 times)

Takeshi3D

  • Playmaker Newbie
  • *
  • Posts: 3
Conect Midi device
« on: May 27, 2021, 05:18:24 PM »
Can someone please help me with the Midi Unified 2020.1.3 plugin?
I have my Midi device (e-drums) conected and can see different messages coming in when I hit it.
I need to know how to listen to these messages via Plamaker action, so I can set a transition on hit message.

I hope there is someone out there that has experiance with this plugin, otherwise a different solution working with Playmaker would be great too.


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Conect Midi device
« Reply #1 on: May 27, 2021, 08:51:09 PM »
Hi.
it looks like it should have playmaker actions.

does it have a demo scene or documentation for it?

if not you should ask the author to provide some documentation or sample

Takeshi3D

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Conect Midi device
« Reply #2 on: May 28, 2021, 08:42:10 AM »
Yes there are actions and demo scenes, but non of them teach me how to listen so a particlular messsage. I have 7 simbals on my e-Drums and i only wan't it to reakt to those 7 messages.
There is for example an action called "Midi out short message condition". It contains a slot for channel,Comand,Data1,Data2 and a true and fals event. The Messages look like this "153,43,64" or "89,2B,40".
I need to know how to fill out the right action that listenes to those messages, to transition to a state with an animation.
There is no documentation really on that, so I hope to find someone online that has done this before.