Merge branch 'master' into audio-macros

This commit is contained in:
mid-kid
2020-02-04 16:01:30 +01:00
117 changed files with 18693 additions and 18128 deletions

View File

@@ -1,22 +1,23 @@
Music_MainMenu:
musicheader 4, 1, Music_MainMenu_Ch1
musicheader 1, 2, Music_MainMenu_Ch2
musicheader 1, 3, Music_MainMenu_Ch3
musicheader 1, 4, Music_MainMenu_Ch4
channel_count 4
channel 1, Music_MainMenu_Ch1
channel 2, Music_MainMenu_Ch2
channel 3, Music_MainMenu_Ch3
channel 4, Music_MainMenu_Ch4
Music_MainMenu_Ch1:
tempo 160
volume $77
dutycycle $3
tone $0001
vibrato $10, $15
stereopanning $f0
notetype $c, $f
volume 7, 7
duty_cycle 3
pitch_offset 1
vibrato 16, 1, 5
stereo_panning TRUE, FALSE
note_type 12, 0, -7
octave 3
note D_, 8
.mainloop:
.loop1:
notetype $c, $92
note_type 12, 9, 2
octave 3
note C#, 6
note C#, 1
@@ -24,7 +25,7 @@ Music_MainMenu_Ch1:
note C#, 2
note C#, 2
note C#, 4
loopchannel 2, .loop1
sound_loop 2, .loop1
note D#, 6
note D#, 1
note D#, 1
@@ -37,27 +38,27 @@ Music_MainMenu_Ch1:
note B_, 1
note B_, 2
note B_, 2
notetype $c, $94
note_type 12, 9, 4
octave 3
note C_, 4
loopchannel 0, .mainloop
sound_loop 0, .mainloop
Music_MainMenu_Ch2:
dutycycle $3
stereopanning $f
notetype $c, $f
duty_cycle 3
stereo_panning FALSE, TRUE
note_type 12, 0, -7
octave 3
note G_, 8
.mainloop:
.loop1:
notetype $c, $a2
note_type 12, 10, 2
note F#, 6
note F#, 1
note F#, 1
note F#, 2
note F#, 2
note F#, 4
loopchannel 2, .loop1
sound_loop 2, .loop1
note G#, 6
note G#, 1
note G#, 1
@@ -69,77 +70,77 @@ Music_MainMenu_Ch2:
note E_, 1
note E_, 2
note E_, 2
notetype $c, $a4
note_type 12, 10, 4
note F_, 4
loopchannel 0, .mainloop
sound_loop 0, .mainloop
Music_MainMenu_Ch3:
stereopanning $f0
notetype $c, $25
note __, 8
stereo_panning TRUE, FALSE
note_type 12, 2, 5
rest 8
.mainloop:
.loop1:
octave 2
note F#, 1
note __, 5
rest 5
note F#, 1
note F#, 1
note F#, 1
note __, 1
rest 1
note F#, 1
note __, 1
rest 1
note F#, 1
note __, 3
loopchannel 2, .loop1
rest 3
sound_loop 2, .loop1
note G#, 1
note __, 5
rest 5
note G#, 1
note G#, 1
note G#, 1
note __, 1
rest 1
note G#, 1
note __, 1
rest 1
note G#, 1
note __, 3
rest 3
note E_, 1
note __, 5
rest 5
note E_, 1
note E_, 1
note E_, 1
note __, 1
rest 1
note E_, 1
note __, 1
rest 1
note F_, 1
note __, 3
loopchannel 0, .mainloop
rest 3
sound_loop 0, .mainloop
Music_MainMenu_Ch4:
stereopanning $f
togglenoise $3
notetype $c
note __, 8
note __, 16
note __, 16
note __, 16
note __, 12
note D_, 1
note D_, 1
note D_, 1
note D_, 1
stereo_panning FALSE, TRUE
toggle_noise 3
drum_speed 12
rest 8
rest 16
rest 16
rest 16
rest 12
drum_note 3, 1
drum_note 3, 1
drum_note 3, 1
drum_note 3, 1
.mainloop:
note D_, 6
note D_, 1
note D_, 1
note D_, 2
note D_, 2
note D_, 4
note D_, 6
note D_, 1
note D_, 1
note D_, 2
note D_, 2
note D#, 1
note D#, 1
note D_, 1
note D_, 1
loopchannel 0, .mainloop
drum_note 3, 6
drum_note 3, 1
drum_note 3, 1
drum_note 3, 2
drum_note 3, 2
drum_note 3, 4
drum_note 3, 6
drum_note 3, 1
drum_note 3, 1
drum_note 3, 2
drum_note 3, 2
drum_note 4, 1
drum_note 4, 1
drum_note 3, 1
drum_note 3, 1
sound_loop 0, .mainloop