tags:

views:

157

answers:

3

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?

+2  A: 

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.

Eli Bendersky
A: 

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

S.Lott
A: 

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

Ant P.