Jeanne6 wrote:
Fri Mar 29, 2019 7:46 am
Today I found LMMS
Recently I asked about scripting FruityLoops or Reason from Python, which didn't turn up much.
So, similarly. Has anyone tried scripting this from Python (or similar)?
Is there an API or wrapper for accessing its resources from outside?
If not, what would be the right approach to try writing one?
This post was phony, and one of several identical, that also had links to illegal software. I leave this text in here because of the topic content, and the suggested approach

Has anyone tried scripting this from Python (or similar)?
You mean like controlling LMMS from a user-program -Not afaik
Is there an API or wrapper for accessing its resources from outside?
No
If not, what would be the right approach to try writing one?
Are you a serious coder?
LMMS is a complex QT5 based application. Maby if you told us more precisely what it is you like to control in your program (i think game -right? :) Then just maby there is a way
AND..
LMMS project is always looking for new good coders, so if you want to participate, that would be highly interesting!

---------------
maby it can be done!
you need to write a virtual midi layer and send signals to lmms.
You btw -may find a API for writing a stub for MIDI (idk..
Your virtual midi machine signals must go to the midi Port, as if they came by cable! Those signals will be recognized by lmms MIDI IN.
That may be the way to do it :p