[PD] MSD physical modeling, version 0.05

Frank Barknecht fbar at footils.org
Fri Apr 29 18:53:10 CEST 2005


Hallo,
Nicolas Montgermont hat gesagt: // Nicolas Montgermont wrote:

> You still need the "repeat" external from zexy

I think, you're most of the time just using [repeat] to repeat bangs.
I didn't check all occurences. In this case, you could replace it with
the builtin [until] by sending it a number. [until] will then bang as
many times as the number specifies. So these two constructs are
equivalent:

  [t b]          [t b] 
  |              |
  [repeat 30]    [f 30]
                 |
                 [until]

I tested this in filet.pd and it works there. 

Ciao
-- 
 Frank Barknecht                               _ ______footils.org__
             
          _ __latest track: "scans" _ http://footils.org/cms/show/41




More information about the Pd-list mailing list