-
Notifications
You must be signed in to change notification settings - Fork 1
External Resources
Corey Bertelsen edited this page Feb 4, 2020
·
4 revisions
Open Music Theory - Collections and Scales
- this website gives some examples of musical scales in pitch class format (meaning that you represent the scale degrees as integer numbers) - you can then transfer those scales into synths in Unity
Ableton - Learn Synthesis in Your Browser
- a fun interactive website that takes you through the basics of synthesis
Youtube Tutorial On Synthesis In Unity
- This is a pretty good introduction to how you can approach synthesis inside Unity using the OnAudioFilterRead method. It's getting into some technical aspects of audio programming, so it's useful if you want to build/modify your own synths inside Unity.