TheTechnobear / MEC

Micro Expression Control
GNU General Public License v3.0
56 stars 23 forks source link

Trigger notes via MEC? #24

Open rndD opened 3 years ago

rndD commented 3 years ago

Hello Technobear,

First of all thanks for your work on ORAC and MEC!

I have an organelle m with Orac and MEC installed, I have an android with Lemur connected to MEC.

Is it any way to trigger notes (midi) from Lemur via OSC? I don't have a midi sequencer so I thought it would be cool to build it with Lemur.

TheTechnobear commented 3 years ago

this should be fairly straightforward as MEC can already send notes onto to Orac (it does this for Push 2 interface) it simply neededs to be added to mec_oscdisplay.cpp

that said, the playability might be questionable due to latency. (lemur-> mec -> pure data) , but perhaps ok for sequencers etc.

rndD commented 3 years ago

Thanks for you answer, I will give it a try anyway.