EarSketch
String Operations
What is Young Guru doing with the original music sample from Al Green?
How can I efficiently make more complex rhythms with the beat String?
How do I slice a string so that it can be used to make a new beat?
(Hint: remember that indices start at 0 and that the start character is included in the slice and the end character is not included in the slice for [start index, end index])
How can I use the sliced String in the makeBeat function to make custom beats?
Mini Task�