Eric
Eric
Hi Kyle, thanks for the track.destroy() function. Here's a little bit I built into the groups prototype: // apply different beat schemes to all tracks in the group self.beats =...
Yes it would be used as you showed. With synchronous I meant having them all start their patterns at the same time. Without beats() I had to start a track,...
Hi, I just sent the pull request. And I realized that what the group interface needs, to make the beats() function even more useful, would be a synchronize function, like...
Hey Kyle, I'm still playing around with lissajous. I had three more ideas, but I'm not sure how to implement them in a good way, yet. 1) a "seemless" sync...
Same here, how can we help?
I'm seeing the same behavior. Maybe we have to set the environment variables for the Postgres database as well?
What is ~envCollection? Is it sufficient to define it like: ``` ~envCollection = [-1]; ``` So that the built-in Hann envelope is used. I might be able to try to...
I ran your code on a windows 11 machine today with a fresh SC Installation. The code executed correctly, so I failed to reproduce the Syntax Error. Have you tried...
Same here! Excellent work! It really feels like supercharged SuperCollider with this Plugin. How can we support the "signed" releases feature for macOS? It would be a great addition for...
This comes from the selected Opus Version in `audiopus_sys`. I'm seeing the same error when compiling the following with `cargo build --release --target aarch64-apple-ios` ```yaml [package] name = "ios-audiopus-test" version...