Tutorials and Examples
Video Tutorials
- Getting started with EarSketch and using setTempo()
- Adding your first sound with fitMedia()
- Adding multiple sounds across tracks and measures using fitMedia()
- Using variables for sounds and adding song structure
- Adding functions with no parameters
- Adding functions with parameters
- Submitting a song to the 2024 Your Voice is Power Canada competition
Python code song examples
- Module 1 setTempo()
- Module 2 Adding Comments to your code
- Module 3 using fitMedia() to add sounds
- Module 4 using variables
- Module 5 Breaking a song into sections
- Module 6 Adding a custom function with no parameters
- Module 6 Advanced adding a custom function with parameters
- Module 7 and 8 Going above and beyond