Skip to content

Commit

Permalink
Clean up TCG songs
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Jun 29, 2024
1 parent 480fe39 commit f98fff3
Show file tree
Hide file tree
Showing 13 changed files with 1,432 additions and 2,513 deletions.
49 changes: 18 additions & 31 deletions crysaudio/music/TCG/boosterpack.asm
Original file line number Diff line number Diff line change
Expand Up @@ -6,99 +6,87 @@ Music_BoosterPack:

Music_BoosterPack_Ch1:
stereo_panning TRUE, TRUE
; vibrato_type 1
vibrato 20, 3, 3
; cutoff 8
octave 4
duty_cycle 1
speed 1
volume_envelope 10, 0
volume_envelope 10, 8
note D#, 5
volume_envelope 3, 7
note D#, 1
volume_envelope 10, 0
volume_envelope 10, 8
note G_, 5
volume_envelope 3, 7
note G_, 1
volume_envelope 10, 0
volume_envelope 10, 8
note A#, 5
volume_envelope 3, 7
note A#, 2
volume_envelope 10, 0
volume_envelope 10, 8
note F_, 5
volume_envelope 3, 7
note F_, 1
volume_envelope 10, 0
volume_envelope 10, 8
note A_, 5
volume_envelope 3, 7
note A_, 1
inc_octave
volume_envelope 10, 0
volume_envelope 10, 8
note C_, 5
volume_envelope 3, 7
note C_, 2
dec_octave
volume_envelope 10, 0
note_type 2, 10, 8
note B_, 16
; tie
note B_, 16
; tie
note_type 1, 10, 8
note B_, 6
volume_envelope 3, 7
note B_, 9
sound_ret


Music_BoosterPack_Ch2:
stereo_panning TRUE, TRUE
; vibrato_type 1
vibrato 20, 3, 3
; cutoff 8
octave 3
duty_cycle 1
speed 1
volume_envelope 9, 0
volume_envelope 9, 8
note A#, 5
volume_envelope 2, 7
note A#, 1
inc_octave
volume_envelope 9, 0
volume_envelope 9, 8
note D#, 5
volume_envelope 2, 7
note D#, 1
volume_envelope 9, 0
volume_envelope 9, 8
note G_, 5
volume_envelope 2, 7
note G_, 2
volume_envelope 9, 0
volume_envelope 9, 8
note C_, 5
volume_envelope 2, 7
note C_, 1
volume_envelope 9, 0
volume_envelope 9, 8
note F_, 5
volume_envelope 2, 7
note F_, 1
volume_envelope 9, 0
volume_envelope 9, 8
note A_, 5
volume_envelope 2, 7
note A_, 2
volume_envelope 9, 0
note G_, 16
; tie
note_type 2, 9, 8
note G_, 16
; tie
note_type 1, 9, 8
note G_, 6
volume_envelope 2, 7
note G_, 9
sound_ret


Music_BoosterPack_Ch3:
stereo_panning TRUE, TRUE
fade_wave 11
channel_volume 1
; cutoff 8
; echo 0
octave 2
speed 1
note D#, 6
Expand All @@ -111,9 +99,8 @@ Music_BoosterPack_Ch3:
note C_, 6
note F_, 7
dec_octave
note_type 2, 1, 11
note G_, 16
; tie
note G_, 16
; tie
note_type 1, 1, 11
note G_, 6
sound_ret
Loading

0 comments on commit f98fff3

Please sign in to comment.