What's an easy way to get this to repeat?
Sound[SoundNote["LowTom", tt]]
So that we have drumming?
Perfect, thanks!
Hi Nelson,
Something like this?
Sound@Table[SoundNote["LowTom", .1], 20]