brainblow's picture
Duplicate from dpe1/beat_manipulator
df5dab1
raw
history blame contribute delete
No virus
11.5 kB
# Presets. `Scales` can be a list of all scales that the pattern works with.
# ________________ BASIC ________________
2x speed:
pattern: 1>0.5
scale: 1, 0.5, 1/3, 0.25
3x speed:
pattern: 1>1/3
scale: 1, 0.5
4x speed:
pattern: 1>0.25
scale: 1, 0.5
6x speed:
pattern: 1>1/6
scale: 1, 0.5
8x speed:
pattern: 1>0.125
scale: 1, 0.5
1.33x faster:
pattern: 1>0.75
scale: 1, 2/3, 0.5, 1/3, 0.25
1.5x faster:
pattern: 1>2/3
scale: 1, 2/3
1.5x slower:
pattern: 1>0.5, 1<0.5r, 1<0.5
scale: 2, 1, 0.75, 0.5
1.33x slower:
pattern: 1>2/3, 1<1/3r, 1<1/3
scale: 2, 1
reverse:
pattern: reverse
scale: 8, 4, 2, 1, 0.5, 1/3, 0.25, 0.2, 1/7, 0.125
reverse 8 beats:
pattern: 8, 7, 6, 5, 4, 3, 2, 1
scale: 1, 0.5
shuffle:
pattern: shuffle
shuffle 3 beats:
pattern: 1#1, 2#1, 3#1
scale: 2, 1, 0.75, 0.5, 0.25, 0.2, 0.125
shuffle 4 beats:
pattern: 1#1, 2#1, 3#1, 4#1
scale: 2, 1, 0.75, 0.5, 0.25, 0.125
shuffle 8 beats:
pattern: 1#1, 2#1, 3#1, 4#1, 5#1, 6#1, 7#1, 8#1
scale: 2, 1, 0.75, 0.5, 0.25
shuffle alternate:
pattern: 1#1, 2#2, 3#1, 4#2, 5#1, 6#2, 7#1, 8#2
scale: 1, 0.125
shuffle mix:
pattern: i#1, i#2, i#3, i#4, i#1, i#2, i#3, i#4, i#1, i#2, i#3, i#4, i#1, i#2, i#3, i#4
scale: 1, 0.5
3 bars mix:
pattern: i, i+4?, i+8?, 3!
scale: 1, 0.5, 1/3
4 bars mix:
pattern: i, i+4?, i+8?, i+12?, 4!
scale: 1, 0.5
6 bars mix:
pattern: i, i+4?, i+8?, i+12?, i+16?, i+20?, 6!
scale: 1, 0.5
8 bars mix:
pattern: i, i+4?, i+8?, i+12?, i+16?, i+20?, i+24?, i+28?, 8!
scale: 1, 0.5
2 in 1:
pattern: 1; 2
scale: 8, 6, 4, 3, 2, 1, 0.5, 0.25
3 in 1:
pattern: 1; 2; 3
scale: 4, 3, 1
4 in 1:
pattern: 1; 2; 3; 4
scale: 4, 1
5 in 1:
pattern: 1;2;3;4;5
scale: 2, 1
2 in 1 reverse:
pattern: 1;2r?
scale: 8, 3, 1, 0.75, 0.5, 0.25, 0.125
reverse mix:
pattern: 1;1r
scale: 4, 1, 0.75, 0.5
random:
pattern: random
scale: 2, 1, 0.5, 0.25, 0.125
description: generates a new random pattern each time
kicks only:
pattern: 1>0.5
scale: 2
description: plays only kicks
kicks only double-time:
pattern: 1>0.25
scale: 2
description: plays only kicks
snares only:
pattern: 1<0.5
scale: 2
description: plays only snares
no main drums:
pattern: 1<0.5
scale: 1, 0.5, 0.25, 0.125
description: skips kicks and snares
# ________________ STRUCTURES ________________
half-time:
pattern: 1,2,4,5, | 3,6,8,7, | 9,11,12,13, | 15,13,14,16
scale: 1, 0.5 #0.25
description: halves the BPM
quarter-time 1:
pattern: 1,2,4,5,|6,8,9,10,|11,12,13,14,|16,14,15,16
scale: 0.5
description: 4 times lower BPM
quarter-time 2:
pattern: 1,2,4,5, | 6,8,10,12, | 11,10,12,13, | 9,13,14,16
scale: 0.5 #0.25
description: 4 times lower BPM, with a syncopated structure
dotted snares 1:
pattern: 1, 2>0.5, 3, 4>0.5, 5, 6>0.5, 3, 4>0.5, 7, 8
scale: 2, 1
description: Plays 5 snares in a 4/3 syncopation, a rhythm commonly used in drum&bass
dotted snares 2:
pattern: 1, 2, 3 , 4, | 5, 7 , 6, 8, | 11 , 10, 9, 11 , | 13, 14, 15 , 16
scale: 0.5 #0.25
description: Plays 5 snares in a 4/3 syncopation, a rhythm commonly used in drum&bass. This one only swaps snares and preserves the original rhythm better.
dotted snares 2 long:
pattern: 1, 2, 3 , 4, | 5, 7 , 6, 8, | 11 , 10, 9, 11 , | 13, 14, 15 , 16, | 17, 19 , 18, 20, | 23 , 22, 21, 23 , | 25, 26, 27 , 28, | 29, 31 , 30, 32
scale: 0.5 #0.25
description: Plays 10 snares in a long 4/3 syncopation, a rhythm commonly used in drum&bass/darkstep.
dotted snares 2 longer:
pattern: 1, 2, 3 , 4, | 5, 7 , 6, 8, | 11 , 10, 9, 11 , | 13, 14, 15 , 16, | 17, 19 , 18, 20, | 23 , 22, 21, 23 , | 25, 26, 27 , 28, | 29, 31 , 30, 32
scale: 0.5 #0.25
description: Plays 20 snares in a very long 4/3 syncopation to create a rolling, jazzy feel.
dotted snares fast 1:
pattern: 1, 2, 3, 5>0.5, 7, 5>0.5, 11, 5>0.5, 7, 5>0.5, 11, 9>0.5, 7, 9>0.5, 11, 9>0.5, 7, 9>0.5, 11, 16
scale: 0.5
description: Plays 10 snares in a fast 4/3 syncopation, a rhythm commonly used in drum&bass
dotted snares fast 2:
pattern: 1, 2>0.75, 2>0.25, 1.25:1.75;3, 4>0.75, 4>0.75, 4>0.75, 4>0.25, 3.25:3.75;5, 6>0.75, 6>0.75;7, 8>0.75, 6>0.25;8<0.25
scale: 1
description: Plays 10 snares in a fast 4/3 syncopation, a rhythm commonly used in drum&bass
dotted kicks:
pattern: 1>0.75, 1>0.25, 2>0.5, 1>0.75, 1>0.75, 4>0.75, 1>0.75, 1>0.5, 6>0.25, 1>0.75, 1>0.75, 1>0.25, 8>0.5, 1>0.5
scale: 1
description: Plays the first beat in a 4/3 syncopation while preserving snare beats.
dotted kicks 2:
pattern: 0:0.75, 0.75:1.5;0:0.75, 1.5:2.25;0:0.75, 2.25:3;0:0.75, 3:3.75;0:0.75, 3.75:4.5;0:0.75, 4.5:5.25;0:0.75, 5.25:6;0:0.75, 6:6.75;0:0.75, 6.75:7.5;0:0.75, 7.5:8;0:0.5
scale: 1
description: Plays a 4/3 syncopated first beat on top of normal beats.
tripple dotted: #try shifts
pattern: 1>0.375, 1>0.375, 1>0.25
scale: 8, 4, 2, 1, 0.5
description: Each beat turns into three 4/3 syncopated notes. Can be somewhat similar to footwork.
tripple dotted snares:
pattern: 1>0.375, 1>0.375, 1>0.25
scale: 8, 4, 2
shift: 1
description: plays only the snare beats in three 4/3 syncopated notes, a rhythm used in drum&bass/jungle.
dotted structure:
pattern: 1>0.75, 2>0.75, 4>0.5
scale: 4, 2, 1 #0.5
description: plays the significant drum beats as three 4/3 syncopated notes. Similar to moombahton but without the second kick.
dotted chaos 1:
pattern: 1>1/3
scale: 0.75
dotted chaos 2:
pattern: 1>1/6
scale: 0.75
dotted pattern 1:
pattern: 1, 2>0.75, 2>0.25, 1.25:1.75;3, 2>0.75, 2>0.75, 2>0.75, 2>0.25, 1.25:1.75;5, 2>0.75, 2>0.75;7, 2>0.75, 2>0.25;8<0.25
scale: 0.5
description: plays part between first kick and snare in a 4/3 syncopation, with original drums on top.
dotted pattern 2:
pattern: 1, 2>0.75, 2>0.25, 1.25:1.75;3, 4>0.75, 4>0.75, 4>0.75, 4>0.25, 3.25:3.75;5, 6>0.75, 6>0.75;7, 8>0.75, 6>0.25;8<0.25
scale: 0.5
description: plays parts between each kick and snare in a 4/3 syncopation, with original drums on top.
# ________________ TIME SIGNATURES ________________
4-3:
pattern: 1>2/3, 2>2/3, 2>2/3
scale: 2, 1, 0.5
description: 4/3 time signature, preserves length
3-4:
pattern: 1>0.75
scale: 8, 4, 3, 2
description: plays 3 beats out of each 4, creating 3/4 time signature
4-7 1:
pattern: 1, 2, 3, 4>0.5
scale: 2, 1, 0.5, 0.25, 0.125
description: cuts 4th beat in half, creating 4/7 time signature
4-7 2:
pattern: 1, 2, 3, 4>0.25, 3.75:4, 5,6>0.5, 7, 8
scale: 2, 1, 0.5, 0.25, 0.125
description: alternates between cutting 2nd and 4th beats in half, creating a natural 4/7 time signature
4-13:
pattern: 1, 2, 3, 4>0.25
scale: 4, 2, 1, 0.5
description: abruptly stops on quarter of the 4th beat, creating 4/13 time signature
# ________________ GENRES ________________
moombahton:
pattern: 1>0.75, 2>0.25, 1>0.5, 4>0.5
scale: 3, 2, 1
description: a distinct popular moombathon/dutch house rhythm.
four-on-the-floor 1:
pattern: 1, 2, 1, 4, 1, 6, 1, 8, 1, 10, 1, 12, 1, 14, 1, 16
scale: 0.5
description: replaces snares with kicks
four-on-the-floor 1 double-time:
pattern: 1, 2, 1, 4, 1, 6, 1, 8, 1, 10, 1, 12, 1, 14, 1, 16, 1, 18, 1, 20, 1, 22, 1, 24, 1, 26, 1, 28, 1, 30, 1, 32
scale: 0.25
description: replaces snares with kicks
house 1:
pattern: 1, 2, 3, 4, 1, 6, 7, 8, 1, 10, 11, 12, 1, 14, 15, 16
scale: 0.5
house 1 double-time:
pattern: 1, 2, 5, 4, 1, 6, 5, 8, 1, 10, 13, 12, 1, 14, 13, 16, 1, 18, 21, 20, 1, 22, 21, 24, 1, 26, 29, 28, 1, 30, 29, 32
scale: 0.25
house 2:
pattern: 1>0.5
scale: 4
house 2 double-time:
pattern: 1>0.25
scale: 4
drill:
pattern: 1>0.75, 2>0.75, 2>0.5, 3>0.75, 4>0.75, 4>0.5, 5>0.75, 6>0.75, 6>0.5, 6, 7>0.75, 8<0.25
scale: 1, 0.5, 0.25 #2
description: distinct drill rhythm with 4/3 syncopatied notes and a shifted second snare.
jungle 1:
pattern: 1, 2, 3, 4, 5, 7, 6, 8, | 11, 10, 11, 12, 13, 15, 14, 16, | 19, 18, 19, 20, 21, 23, 22, 24, | 27, 26, 27, 28, 29, 31, 30, 32
scale: 1.5, 0.75, 0.5
description: Rhythm commonly used in jungle, otherwise sounds like a buildup snare pattern.
jungle 2:
pattern: 1, 2, 1, 2, | 3>0.5, 3>0.5, 1>0.5, 7>0.5, | 7>0.5, 7>0.5, 5>0.5, 11>0.5, | 11>0.5, 7>0.5, 0>0.5, 11>0.5, | 14>0.5, 11>0.5, 13>0.5, 15>0.5, 16!
scale: 0.5
description: 4/3 syncopated snares with additional snare-rolls
drumfunk:
pattern: 1, 2, 3 , 4, | 3 , 4, 9, 7 , | 8, 10, 11 , 0>0.5, 11>0.5 , | 0>0.5, 15>0.5, 14, 15 , 16
scale: 1, 0.5
description: pattern commonly used in drumfunk
jazzy:
pattern: 1, 2>0.5, 3, 4>0.5, 5, 6>0.5, 3, 4>0.5, 7, 8
scale: 0.5, 0.25
description: seamlessly adds a 4/3 syncopation without disrupting the original rhythm
darkstep:
pattern: 1,1,3,1, | 1,7,1,1, | 11,9,9,11, | 9,9,15,16
scale: 1, 0.5
darkstep long:
pattern: 1,1,3,1, | 1,7,1,1, | 11,9,9,11, | 9,9,15,9, | 17,19,17,17, | 19,17,17,23, | 25,25,27,25, | 25,31,25,32
scale: 0.5
darkstep fast:
pattern: 1,1,5,1, | 1,13,1,1, | 21,17,17,21, | 17,17,29,32
scale: 0.25
# ________________ EFFECTS ________________
staccato reverese:
pattern: 1>0.5, 0.5:0.8r, 0.5:0.8, 0.5:0.8r, 0.5:0.8, 0.5:0.8r, 3>0.6, 0.5:0.8r, 0.5:0.8, 0.5:0.8r, 0.5:0.8, 0.5:0.7r, 5>0.5, 0.5:0.8r, 0.5:0.8, 0.5:0.8r, 0.5:0.8, 0.5:0.8r, 7>0.6, 0.5:0.8r, 0.5:0.8, 0.5:0.8r, 7.6:7.9, 7.0>0
scale: 0.5, 0.25
staccato reverese syncopated 1:
pattern: 1, 2>0.5, 2.5:4r, 2.5:4, 2.5:4r, 2.5:4, 2.5:3r, | 9, 10.5:12, 10.5:12r, 10.5:12, 10.5:12r, 10.5:11.5, | 16:16.5, 18.5:20r, 18.5:20, 18.5:20r, 18.5:20, 18.5:20r, | 25, 25:25.5, 26.5:28r, 26.5:28, 26.5:28r, 26.5:28, 31.5:32
scale: 1/8, 1/16
staccato reverese syncopated 2:
pattern: 1, 2>0.5, 2.5:4r, 2.5:4, 2.5:4r, 2.5:4, 2.5:3r, | 9, 2.5:4, 2.5:4r, 2.5:4, 2.5:4r, 2.5:3.5, | 16:16.5, 2.5:4r, 2.5:4, 2.5:4r, 2.5:4, 2.5:4r, | 25, 25:25.5, 2.5:4r, 2.5:4, 2.5:4r, 2.5:4, 31.5:32
scale: 1/8, 1/16
staccato reverese syncopated 3:
pattern: 1, 2>0.5, 2.5:4s2,2.5:4s2r, 2.5:4, 2.5:4r, 2.5:4s2,2.5:4s2r, 2.5:3, | 9, 2.5:4r, 2.5:4s2,2.5:4s2r, 2.5:4, 2.5:4r, 2.5:4s2,2.5:4s2r, | 16:17.5, 2.5:4r, 2.5:4s2,2.5:4s2r, 2.5:4, 2.5:4r, | 24:25.5, 2.5:4, 2.5:4r, 2.5:4s2,2.5:4s2r, 2.5:4, 31.5:32r
scale: 1/8, 1/16
# ________________ SONGS ________________
BS6:
pattern: 1, 1, | 3>1.5, 3>1.5, 3>1.5, 3>1.5, | 9, 9>0.5 | 14.5>1.5, 14.5>1.5, 14.5>1.5, 14.5>1.5, 14.5>0.5, 16!
scale: 1, 0.5
description: Hyroglifics & Sinistarr - BS6
Poison:
pattern: 0:1/3, 0:1/3, 1:4/3, 1:4/3, 2:7/3, 2:7/3, 3:10/3, 3:10/3, 1/3:2/3, 4/3:5/3, 10/3:4
scale: 1
description: Stray & Halogenix - Poison
Szamar Madar:
pattern: 1, 2, 3, 4, 4, 1, 2, 3, 1, 1v0, 1v0, 1, 7, 8,|9, 10, 11, 12, 13, 14, 15, 16, 15, 10, 10, 10, 11, 16,|17, 18, 19, 20, 20, 17, 18, 19, 20, 20, 17, 17v0, 23, 24,|25, 25:25.5, 24:24.5, 27, 25, 28, 25, 31, 24:24.5, 27.5:28, 24:24.5, 27.5:28, 25, 25, 25, 31, 32
scale: 0.5
description: Venetian Snares - Szamár Madár (11/4)
Conceivability:
pattern: 1, 2, 3, 4, 9, 10, 11, 12, 13, 14, 16<0.5, 16>0.5, | 17, 18, 19>0.5, 20, 21, 21<0.5, 22, 23, 23<0.5, 24, 30, 31, 32>0.5
scale: 1
Rhythm Era:
pattern: 1, 2>0.75, 2>0.75, 2>0.75, 2>0.25, | 5, 6>0.75, 8>0.75, 6>0.75, 8>0.25, | 9, 10>0.75, 10>0.75, 10>0.75, 10>0.25, | 13, 14>0.75v0.6; 16>0.75v0.6, 14>0.75, 14>0.5, 14>0.5v0.6; 16>0.5v0.6
scale: 1
description: stunlocked - Rhythm Era (7/4)
# ________________ OTHER ________________
test:
pattern: test
description: puts cowbells on beats