script to generate sfz drum presets mapped like NI bat4 for tal-drum or tal-sampler

Official support for: tal-software.com
Post Reply New Topic
RELATED
PRODUCTS

Post

https://github.com/L00sedna/battery4-in ... -generator

battery4-inspired-sfz-drum-generator

create battery4 style sfz drum presets on linux using bash and the systems dictionary. This script will search with in specified directories, shuffle and pick 49 wav samples and create a drum preset mapped much like NI bat4 across a 49 key controller.

Place this script in the root directory containing your sample folders. IMPORTANT: directories as individual variables are setup for my environment and only map 49 keys. Can be modified. In order for this to work, you must rename the directories in this script to match the forlders residing on same directory as script on your end. mine are,

script

d1="Kicks"

d2="Snares"

and so on.

if your kicks folder is called "hard-kicks" then in script, rename d1="Kicks" to d1="hard kicks" and so forth. This script uses the dictionary that ships with debian 12 to generate a random word for naming presets. The words or names can be a bit unusual. Also presets will have a 3 digit # to prevent dups. A name like "Bat4-crumble-395.sfz" is what's to be expected.

Post

update in read me for preset naming. post here as well

To personalize your sfz, open script in text editor and copy replace

Code: Select all

CHAT_NF2BAT4BBE49_copy0
with your

Code: Select all

preset name
save

quit

Post Reply

Return to “TAL Software”