Tutorials and Examples
Your Voice is Power Hour of Code
- Try the Hour of Code Your Voice is Power activity to get started coding songs in EarSketch
Looking for help with specific tasks using Python and EarSketch?
Check out the videos and code examples below.
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 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