48 lines
1.3 KiB
Text
48 lines
1.3 KiB
Text
; Original JoeyLib demo loop (written for this example; no source
|
|
; material). Am - F - C - G, four bars of eight rows: voice 0 bass
|
|
; pulse, voice 1 chord arpeggio, voice 2 offbeat lead stabs, noise
|
|
; drums (N16 kick / N2 hat / N9 snare). Lead stabs are gated off
|
|
; around the drum rows because the ST shares channel C's volume
|
|
; between tone voice 2 and noise.
|
|
;
|
|
; Bake: python3 tools/songbake/songbake.py -c gDemoSong \
|
|
; examples/audio/demoSong.song examples/audio/demoSong.h
|
|
|
|
tickms 110
|
|
loop
|
|
; bar 1 (Am)
|
|
A-2:2 A-4:5 --- N16:5
|
|
--- C-5:5 E-5:3 off
|
|
A-3:3 E-4:5 off N2:7
|
|
--- A-4:5 C-5:3 off
|
|
A-2:2 C-5:5 off N9:4
|
|
--- E-4:5 A-4:3 off
|
|
A-3:3 A-4:5 off N2:7
|
|
--- C-5:5 --- off
|
|
; bar 2 (F)
|
|
F-2:2 A-4:5 --- N16:5
|
|
--- C-5:5 C-5:3 off
|
|
F-3:3 F-4:5 off N2:7
|
|
--- A-4:5 A-4:3 off
|
|
F-2:2 C-5:5 off N9:4
|
|
--- F-4:5 F-5:3 off
|
|
F-3:3 A-4:5 off N2:7
|
|
--- C-5:5 --- off
|
|
; bar 3 (C)
|
|
C-2:2 G-4:5 --- N16:5
|
|
--- C-5:5 G-5:3 off
|
|
C-3:3 E-4:5 off N2:7
|
|
--- G-4:5 E-5:3 off
|
|
C-2:2 C-5:5 off N9:4
|
|
--- E-4:5 C-5:3 off
|
|
C-3:3 G-4:5 off N2:7
|
|
--- C-5:5 --- off
|
|
; bar 4 (G)
|
|
G-2:2 B-4:5 --- N16:5
|
|
--- D-5:5 D-5:3 off
|
|
G-3:3 G-4:5 off N2:7
|
|
--- B-4:5 B-4:3 off
|
|
G-2:2 D-5:5 off N9:4
|
|
--- G-4:5 G-5:3 off
|
|
G-3:3 B-4:5 off N2:7
|
|
--- D-5:5 --- off
|