= Hydrogen coding team - Drumkits = === Drumkit File Format === The .h2drumkit files are tarballs (gzip compressed tar files) with a directory structure like this: {{{ drumkit_name |-- 11385_atomwrath_KD-BD.flac |-- 13243_ianhall_chinese_cymbal.flac |-- 13244_ianhall_crash.flac |-- 13245_ianhall_floor_tom.flac |-- 13246_ianhall_hihat_closed.flac |-- 13247_ianhall_hihat_open.flac |-- 13248_ianhall_hihat_slushy.flac |-- 13249_ianhall_rack_tom.flac |-- 13250_ianhall_ride.flac |-- 13251_ianhall_snare_rim_shot.flac |-- 13252_ianhall_snare_side_stick.flac |-- 13253_ianhall_snare.flac |-- 13254_ianhall_splash.flac `-- drumkit.xml }}} Example: You have a folder called "drumkit_name" which holds all your files. Now type {{{tar -czvf drumkit_name.h2drumkit drumkit_name/}}} to convert your folder into a hydrogen drumkit file. === drumkit.xml Format === === drumkit.xml Example === {{{ Drumset-0.1 Some Guy Textual information about this drumkit. GPL 0 Kick 1 false false 1 1 0 1 false 1 0 0 0 1 1000 -1 11385_atomwrath_KD-BD.flac 0 1 1 0 1 Snare 1 false false 1 1 0 1 false 1 0 0 0 1 1000 -1 13253_ianhall_snare.flac 0 1 1 0 2 Snare Side Stick 1 false false 1 1 0 1 false 1 0 0 0 1 1000 -1 13252_ianhall_snare_side_stick.flac 0 1 1 0 ... }}}