thank you!
it worked! modification: a loadbang on the [1( and a [pipe 10] between [t a b] and [0(
max
Am 08.07.2004 um 17:57 schrieb Roman Haefeli:
----- Original Message ----- From: "Max Neupert" abonnements@revolwear.com To: pd-list@iem.at Sent: Thursday, July 08, 2004 5:04 PM Subject: [PD] readsf~: wait until sample is played
hi list,
how to make readsf~ reject another play command before the last playback is finished?
max
maybe you can use the right outlet of [readsf~] to do that. the right outlet gives a bang when playing file is finished.
idea: [open blabla( | [t s b] | | | [0( [r reset] | | / [spigot] | [readsf~] | [1( use this bang to set spigot: 1 | [s reset]
cheers
roman
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".
Frank Barknecht _ ______footils.org__