[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] State of a pattern / EventStreamPlayer
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: [sc-users] State of a pattern / EventStreamPlayer
- From: Hjalte Møller <spleef.sc@xxxxxxxxx>
- Date: Tue, 21 Jul 2009 17:25:56 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=zd0PtJEIaPr06AmM9gD7WoEVhD6KzCWq619iYSIASik=; b=HhqzBSgYJDTQ9jGZBbSnpSyHpEpwJaJM0EPCnKktni4uxK1TEABzK9PfGTdutiD/IA zwliAAQVO4wG8ZELZ7F46eGzZHE4WVFDz3HJas6XPBHdQhRhfz18vfu06UakB8vsRLhC QSESJDPBt/YxTEb4T0vfg3Br4nVk4mWHetLXw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=o/JTUEf8rErlmsQt8X0eVFd1xG8UQGfIHzQGOoH6I7rj4TES8sW1o9KG+3bVF8EdxY SXkMf5EP/qKkn2yuYEkh2TFb5PL6Mh+ShQI628u/dYVHOcC+MVliz41qzXuFetV0oZj0 ulWZkYO43Uxldr2HvnF7DPfqvsyaQtAwFu+AI=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
mjallo list,
I'm wondering what the easiest way to receive notification that an EventStreamPlayer has stopped playing ?
The reason is that I need to switch the button back off on my Interface to have it reflect it's state properly,
the problem is only with non infinite patterns...
Do I have to use the .changed / .update scheme ? and will that even work ?
Is there an easier way ?
--- and now even worse,- is it possible if the pattern is playing inside a PbindPatternProxy or Pdef ?
--- Then it is always playing a resting pattern and will always return true to .isPlaying
Best,
Hjalte