pythonaudio-playerlmms

Scripting LMMS from Python


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?


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.