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?

Was it helpful?

Solution

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.

OTHER TIPS

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top