Hi,
is there an abstraction for real time recording of control data? As of now I convert control data to midi and record it externally (Reaper). I'd prefer to do it in Pd. I want to be able to replay a performance but do not need to align it to a time signature or any other "midi" features.
I imagine I could built it with [textfile] and [qlist] as shown here:
http://www.pd-tutorial.com/english/ch04s02.html
cheers!