Befaco / MIDIThing2

MIDI Thing 2 Code
10 stars 0 forks source link

MIDI adapter for Moog DFAM (MAFD or the "THING") #16

Open RomeoFF opened 3 months ago

RomeoFF commented 3 months ago

Would it be possible to add the possibility to translate midi to control the Moog DFAM (and potentially other basic sequencer). This means translating a MIDI note information into up to 7 pulses, in order to "trig" a specific event in a loop (and play like that as an instrument rather than a sequencer). There is a 2hp module done just for that (MAFD from sonoclast) but it would be much more convenient to have this possibility directly in the MIDI thing…

xustafu commented 3 months ago

Are we talking about something like this?

https://github.com/dimant/FlexMAFD

RomeoFF commented 3 months ago

That's exactly the idea ! Thanks for the share, I didn't notice that there was already an open source code for a teensy. It should be possible to adapt the flexMAFD trigger output for the MIDIthing, right ? (here is a video that explain well how to use it : https://www.youtube.com/watch?v=VF6GRCjxO0Y)