SHOW:
|
|
- or go back to the newest paste.
| 1 | music.playTone(294, music.beat(BeatFraction.Eighth)) | |
| 2 | music.rest(music.beat(BeatFraction.Sixteenth)) | |
| 3 | music.playTone(294, music.beat(BeatFraction.Eighth)) | |
| 4 | music.rest(music.beat(BeatFraction.Sixteenth)) | |
| 5 | music.playTone(587, music.beat(BeatFraction.Eighth)) | |
| 6 | music.rest(music.beat(BeatFraction.Quarter)) | |
| 7 | music.playTone(440, music.beat(BeatFraction.Eighth)) | |
| 8 | music.rest(music.beat(BeatFraction.Half)) | |
| 9 | music.playTone(415, music.beat(BeatFraction.Eighth)) | |
| 10 | music.rest(music.beat(BeatFraction.Quarter)) | |
| 11 | music.playTone(392, music.beat(BeatFraction.Eighth)) | |
| 12 | music.rest(music.beat(BeatFraction.Quarter)) | |
| 13 | music.playTone(349, music.beat(BeatFraction.Quarter)) | |
| 14 | music.rest(music.beat(BeatFraction.Sixteenth)) | |
| 15 | music.playTone(294, music.beat(BeatFraction.Eighth)) | |
| 16 | music.rest(music.beat(BeatFraction.Sixteenth)) | |
| 17 | music.playTone(349, music.beat(BeatFraction.Eighth)) | |
| 18 | music.rest(music.beat(BeatFraction.Sixteenth)) | |
| 19 | music.playTone(392, music.beat(BeatFraction.Eighth)) | |
| 20 | basic.forever(function () {
| |
| 21 | ||
| 22 | }) |