Python Midi Fighter Twister Library

Python Midi Fighter Twister Library

Hi all,
I wanted to configure and use the MFT device from my Python app and eventually from TouchDesigner. Unfortunately I didn’t find a library that I can use from Python, so I decided to write a small library to do what I needed with the MFT device.

The code is opensourced and can be found in this repo if anyone is interested to use MFT from Python:

I will continue working on this library and will try to integrate it into TouchDesigner to interface properly with MFT from TouchDesigner, so stay tuned if you are interested.

1 Like

MFT with Python

This looks like an interesting project. I’m especially interested in seeing it work with multiple MFTs. I had trouble a few years ago with parsing them with rtmidi. And this was especially problematic on MacOS because there appeared to be a bug in Apple’s MIDI code that caused rtmidi to crash when more than one MFT was plugged into the machine.