-
Notifications
You must be signed in to change notification settings - Fork 12
Extending the Grain Class
passivist edited this page Oct 23, 2016
·
1 revision
In this chapter we will extend the Grain
class with all the features we want to have in our final plugin. We will implement a variable envelope for the grain, the ability to play the grain at different speeds and offset the values for the left and right channel to achieve a broad sound.
This is going to be one of the more technical chapters. So be warned!