Beispiel #1
0
func SampleSilence() s.Sound {
	// Includes: TimedSound
	return s.NewTimedSilence(2000.0)
}
Beispiel #2
0
// The Sound of silence for quaverCount quavers
func rest(quaverCount float64) s.Sound {
	return s.NewTimedSilence(q * quaverCount)
}