Skip to content

freeing synths #6

@demacdo

Description

@demacdo

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions