On Sun, 2019-11-03 at 10:14 -0500, Malcolm Jackson wrote:
Hello list,
A while back I made this simple synth patch and I've been trying to see if I can loop midi within it with this midi looper patch I found. Can anyone explain how I can add it to the simple synth patch?
This is the simple synth patch and its abstractions: https://www.dropbox.com/sh/25hbw5lnfqz91i7/AAC6G1fDIcOo9nRcuXWHxrhga?dl=0
You could modify the simplesynth patch by replacing [notein] by [inlet] so that it accepts MIDI as 2-float lists and isn't hard-coded to a physical MIDI input.
This is the midi looper patch I found: https://github.com/karl-potisepp/pd-midilooper
It seems the second inlet is the MIDI output that outputs notes as 2- float-lists. I haven't tried but I'd assume you could hook up this outlet to the inlet of the simplesynth you just created.
Roman