[PD] midi..

Frank Barknecht fbar at footils.org
Wed Nov 9 18:48:43 CET 2005


Hallo,
Ken hat gesagt: // Ken wrote:

> is it possible, (yet), to record and playback midi sequences in pd with 
> any externals?

You can do a lot even without any externals: For example, using the
[timer] object and a handful of dollars in messages, you can record
the data coming in from a [notein] object into a qlist: 

 [notein        ]
 |          |   | 
 [t b b f]  |   |
 |   |   |  |   |
 [timer] |  |   |
 |       |  |   |
 |       |  |   |
 [pack 0 0  0   0]
 |
 [add $1 NOTE $2 $3 $4(
 |
 [qlist]

Then you can playback the [qlist] and will receive the stored sequence
in a receiver called [r NOTE], which you can connect to [noteout] for
example. Similar constructs canbe used for [ctlin] etc. 

Another approach would be the use of data structures and [del] or
[pipe]

See http://royalrabbit.goto10.org/svn/goto10/pd-patches/fbar/pipeseq
for an example of this approach. 

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__




More information about the Pd-list mailing list