File size: 297 Bytes
df5dab1
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import beat_manipulator as bm, os, random

path = 'F:/Stuff/Music/Tracks/'
song = 'Phonetick - You.mp3'
song = path + song

#bm.presets.savetest(song, scale = 1, shift = 0)

bm.beatswap(song, 'random', scale = 1, shift = 0)

#bm.presets.use(song = song, preset = 'dotted snares fast 1', scale = 1)