Python Midi Fighter Twister Library
Results 1 to 2 of 2
  1. #1
    Newbie
    Join Date
    Jul 2024
    Posts
    1

    Lightbulb 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:
    https://github.com/sina-cb/pymft

    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.

  2. #2

    Default MFT with Python

    Quote Originally Posted by sinacb View Post
    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:
    https://github.com/sina-cb/pymft

    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.
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •