[PD] readsf~: wait until sample is played

Frank Barknecht fbar at footils.org
Fri Jul 9 07:30:48 CEST 2004


Hallo,
Max Neupert hat gesagt: // Max Neupert wrote:

> thank you!
> 
> it worked!
> modification:
> a loadbang on the [1(
> and a [pipe 10] between [t a b] and [0(

Ah, now I see the other error. Don't use the pipe, but use the correct
triggering: 

 [play ...(
 | 
 [t b a]
  \ /
  / \
 |   |
 |   [0(
 |    \
 [spigot]
 |
 [readsf~ ]
 
Roman's example was closing the spigot before sending the play
message, this way it's the other way around. See help "trigger".

Ciao
-- 
 Frank Barknecht                               _ ______footils.org__




More information about the Pd-list mailing list