notam02 / supercollider-plugin-tutorial

A tutorial on how to write SuperCollider plugins in C++
24 stars 3 forks source link

Update for accurate initialization and state management. #2

Closed mtmccrea closed 11 months ago

mtmccrea commented 11 months ago

Great tutorial!

These proposed changes provide fixes and comments regarding handling the state variables, as well as fix the initialization of the UGen.

Some of the more important changes include:

The tutorial itself has been updated to reflect these changes, and some elaboration was provided on certain topics, namely documentation, to encourage best practices.

Note: I didn't update the .pdf or .epub files, in case some changes are rejected or further changes are made in response.

madskjeldgaard commented 11 months ago

Fantastic stuff. Thanks so much!