Please familiarise yourself with the forum, including policy on feature requests, rules & guidelines

wentbackward

About

Username
wentbackward
Location
Hong Kong
Joined
Visits
0
Last Active
Roles
No Roles
Points
2
Location
Hong Kong
Posts
2
1
Badges
  • Deluge Kit Generator

    If you want the kits named instead of numbers you can edit these lines in build.py

    makenumbered = 0
    makenamed = 1
    

    Add bass to the pbd array so the Roland kits work better

    pbd = ["bd","BD","KICK","kick","Kick","Bassdrum","bass"]
    

    Also I prefer the long kit names, so edit this line

    mergedfoldername = folder.replace(" ","_").upper()  #genShortName(folder.replace(" ","_"))