Skip to content

Commit

Permalink
Fix drum mixes???
Browse files Browse the repository at this point in the history
  • Loading branch information
r0bd0g authored Nov 7, 2023
1 parent dda537d commit 864fee0
Showing 1 changed file with 171 additions and 0 deletions.
171 changes: 171 additions & 0 deletions _ark/config/drum_mixes.dta
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
(flipped_submixes
(drums0d drums0)
(drums1d drums1)
(drums2d drums2)
(drums3d drums3)
(drums4d drums4))
(submixes
(basic
(0 1 2 3 4))
(drums0
((0 1)
(0 1)
(0 1)
(0 1)
(0 1)))
(drums0d
((0 1)
(0 1)
(0 1)
(0 1)
(0 1)))
(drums0dnoflip
((0 1)
(0 1)
(0 1)
(0 1)
(0 1)))
(drums1
((0)
(1)
(2 3)
(2 3)
(2 3)))
(drums1a
((0 1 2 3)
(0 1 2 3)
(0 1 2 3)
(0 1 2 3)
(0 1 2 3)))
(drums1easy
((0)
(1 2 3)
(1 2 3)
(1 2 3)
(1 2 3)))
(drums1easynokick
((0)
(1)
(0 2 3)
(0 2 3)
(0 2 3)))
(drums1d
((0)
(2 3)
(1)
(2 3)
(2 3)))
(drums1dnoflip
((0)
(2 3)
(1)
(2 3)
(2 3)))
(drums2
((0)
(1)
(2 3)
(2 3)
(2 3)))
(drums2a
((0 1 2 3)
(0 1 2 3)
(0 1 2 3)
(0 1 2 3)
(0 1 2 3)))
(drums2easy
((0)
(1 2 3)
(1 2 3)
(1 2 3)
(1 2 3)))
(drums2easynokick
((0)
(1)
(0 2 3)
(0 2 3)
(0 2 3)))
(drums2easysnareonly
((0)
(0 1 2 3)
(0 2 3)
(0 2 3)
(0 2 3)))
(drums2d
((0)
(2 3)
(1)
(2 3)
(2 3)))
(drums2dnoflip
((0)
(2 3)
(1)
(2 3)
(2 3)))
(drums3
((0)
(1)
(2 3)
(2 3)
(2 3)))
(drums3a
((0 1 2 3)
(0 1 2 3)
(0 1 2 3)
(0 1 2 3)
(0 1 2 3)))
(drums3d
((0)
(2 3)
(1)
(2 3)
(2 3)))
(drums3dnoflip
((0)
(2 3)
(1)
(2 3)
(2 3)))
(drums3easy
((0)
(1 2 3)
(1 2 3)
(1 2 3)
(1 2 3)))
(drums3easynokick
((0)
(1)
(0 2 3)
(0 2 3)
(0 2 3)))
(drums4
((0)
(1 2)
(1 2)
(1 2)
(1 2)))
(drums4a
((0 1 2)
(0 1 2)
(0 1 2)
(0 1 2)
(0 1 2)))
(drums4d
((0)
(1 2)
(1 2)
(1 2)
(1 2)))
(drums4dnoflip
((0)
(1 2)
(1 2)
(1 2)
(1 2)))
(drums4easynokick
((0)
(0 1 2)
(0 1 2)
(0 1 2)
(0 1 2))))

0 comments on commit 864fee0

Please sign in to comment.