[PD] text based pd patching

Frank Barknecht fbar at footils.org
Mon Jan 7 19:35:56 CET 2008


Hallo,
alex hat gesagt: // alex wrote:

> Here's a way of PD patching in plaintext:
> 
>     *------------------------*
>     |           .--------.    \
>   .-x--------.  | osc~ 5 |     *
>   | osc~ 500 |  `-x------'     |
>   `-x--------'    |            |
>     |           .-x------.     |
>     |           | *~ 300 |     |
>     |           `-x------'     |
>     *---*         |            |
>         |         *------------*
>       .-x------.
>       | *~ 0.2 |
>       `-x------'
>         |
>         *
>         |\
>         | *
>         | |
>       .-x-x--.
>       | dac~ |
>       `------'
>   http://doc.gold.ac.uk/~ma503am/alex/textual-patching/

That's *very* cool. I would suggest for object and message creation a
syntax which is more in sync with how it's written on this list using
the [obj] and [message( notation. In/outlets could still be crosses
above or on top of these. Example:

 [bang(
 x
 |    [r stop]
 |    x
 |    |
 x    x
 [until]
 x
 |
 x
 [; stop bang(

Shouldn't be too hard to adapt the Perl script but my Perl skillz
have become very rusty.

Ciao
-- 
 Frank Barknecht                                     _ ______footils.org__




More information about the Pd-list mailing list