Scripting LMMS from Python

Question:

Recently I asked about scripting FruityLoops or Reason from Python, which didn’t turn up much.

Today I found LMMS, a free-software FruityLoops clone. 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?

Asked By: interstar

||

Answers:

It seems you can write plugins for LMMS using C++. By embedding Python in the C++ plugin you can effectively script the program in Python.

Answered By: Eli Bendersky

Look at http://www.csounds.com/ for an approach to scripting music synth programs in Python.

Answered By: S.Lott

You can connect pretty much everything in LMMS to a MIDI input. Try that?

Answered By: user42092
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.