[PD] MIDI loop

Chris McCormick chris at mccormick.cx
Fri Nov 17 04:27:33 CET 2023


Hi,

Does anybody know of an object (maybe an abstraction over cyclone/seq) 
with the following properties:

* Takes an external MIDI clock tick (like seq).
* Stores MIDI events as they happen (like seq).
* Can play back recording when ticks start from 0 (like seq).
* Can take a message like "loop 64" and it will then loop the last 64 
beats worth of messages it has stored from the moment it is pressed.

Hm, actually this sounds like a very small abstraction over seq maybe I 
should just build it?

I have an audio rate version of this which just records a constant loop 
to a table but I want a MIDI version.

Thanks for any input!

Chris.

-- 
https://mccormick.cx/





More information about the Pd-list mailing list