Re: [PD] MIDI loop

2023-11-16 Thread Peter P.
* Chris McCormick [2023-11-17 04:29]: > 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

[PD] MIDI loop

2023-11-16 Thread Chris McCormick
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

Re: [PD] patching feedback loops in parent patch

2023-11-16 Thread Miller Puckette
This is 'correct' behavior, although perhaps not intuitive - sub-patches are considered atomic within their parents.  (I believe this is different from the way Max manages things). cheers Miller On 11/16/23 11:32, Clemens wrote: Hello there, I noticed that pd handles delayed feedback