The SoundCipher library contains a large amount of instruments. This quick guide will show you how to take advantage of these different instruments. You can view the demo down below or at: https://www.ktbyte.com/projects/project/79781
The code down below shows how to create a SoundCipher entity and then change its instrument. Every different instrument in SoundCipher is assigned a different integer value. You can change the SoundCipher’s instrument by changing its instrument value to a different integer. In this scenario it uses a random instrument every time you click the screen. The code can be seen down below.