hi list,
how to make readsf~ reject another play command before the last playback is finished?
max
Hallo, Max Neupert hat gesagt: // Max Neupert wrote:
how to make readsf~ reject another play command before the last playback is finished?
Use its rightmost outlet, which will bang after readsf~ finished. Connect it for example to a [1( sent to a [spigot], and close the [spigot] with [0( after the prior [play(
Frank Barknecht _ ______footils.org__
----- 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, Roman Haefeli hat gesagt: // Roman Haefeli wrote:
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]
You probably intended to type: [t a b]
It could be interesting, depending on what you want to do, to add a [select play] and a [play( at the first outlet of the [select] while the second is connected directly to the [readsf~]
This way you would only filter out "play" messages, but not "stop" or "open" messages if that would be intended.
Frank Barknecht _ ______footils.org__