Skip to content

OSC message to MIDI note/velocity #890

Answered by helgoboss
coachz1 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for the late response. GitHub discussions was not much on my radar so far. But now that it is becoming the main way to ask question, I better answer this one ;)

The simple answer: What you want to do is currently not possible in ReaLearn with low latency.

The way OSC messages are processed currently:

  1. ReaLearn gets aware of them quite quickly, not much latency. It depends on your network really.
  2. ReaLearn processes the message on the next main thread cycle. And this is the problem. This can take up to 30ms.

For most parameter control scenarios, this is not an issue. But for playing an instrument, it is.

If you need that, please create a feature request (in the Ideas category of GitH…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by helgoboss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
realearn Related to ReaLearn
3 participants