-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi, I'm having an issue freeing synths. When I run, for example, the groups.py script, everything runs fine until trying to free the synths. This has persisted among all my implementations.
From groups.py, this is the resulting output:
loading bufnum with ID 0
pan 0.00949658643344 amp 0.55447710064
pan 0.625167511009 amp 0.200161115288
pan 0.635937703659 amp 0.963568677795
pan 0.546788197736 amp 0.833285079886
pan -0.711556051208 amp 0.84069871534
Traceback (most recent call last):
File "groups.py", line 48, in <module>
for p in playerlist : p.free() ## free all
File "/Library/Python/2.7/site-packages/sc/sc.py", line 193, in free
if self.position :
AttributeError: 'Synth' object has no attribute 'position'
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels