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

Comments

  • 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 …
  • Thanks for these! As the deluge has 170 presets now, these need to be renumbered ... if you're on Win10 you can do it really simply like this (from a powershell prompt): $nr = 200 (Get-ChildItem -File) | %{Rename-Item $_ -NewName ("SYNT{0:00#}…