Hi everyone,
Some time ago I ported few Max/MSP objects from this repo to Puredata, namely mi.plts~
, mi-tds~
, mi-wrps~
(also alternative version of the last one using original Émilie Gillet firmware, but it seems to be a bit unstable on edge case). I decided to open source the repo as I won't have time to work on it for the foreseeable future (and taking some hiatus from Puredata as well). So, welcome everyone who wants to use it, fork it and go forward. Externals proved to be stable, are almost 1-1 transcription of vboehm code, and I found them even less CPU hungry than their Max/MSP counterparts. These projects are cmake based and compile just fine both with gcc and msvc, not tested with clang on macOS but in principle should work, not sure about M1 though.
Here is the link
-
Port of vb.mi-dev Max/MSP externals (based on Mutable Instruments firmawares) to Puredata
-
I would love to try them, but although I have cmake installed and have done some testing, I don't know how to compile them on linux.
Any hint, please? -
In case anyone can use it on linux, Dexed's compilation instructions are practically valid to compile this same project, more or less.