Replies: 1 comment
-
I think I've found the problem, which appears to be a bug. I'll close this and open a new discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm just starting to explore supriya after spending some time with SuperCollider. So now I'm a bit confused about how to port my sclang code to Python. I've made a synthdef like this in one module:
Then import it into a file create a Synth out of it like so:
If this were SuperCollider, then the synth would immediately begin playing as soon as it was created. I didn't hear anything, though. Am I doing something wrong? My OS is Linux Mint, by the way. I tried starting Jack before running the Python script, but I still didn't hear anything.
Beta Was this translation helpful? Give feedback.
All reactions