From b36b592bba86aa0dbdea8d4653a6affcce95a72c Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Sun, 6 Apr 2014 15:38:09 +0200 Subject: Added presets for most common types of drums. Values not adjusted yet just copied from snare --- dgedit/presets.ini | 59 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 47 insertions(+), 12 deletions(-) (limited to 'dgedit') diff --git a/dgedit/presets.ini b/dgedit/presets.ini index 6434f05..2ce9433 100644 --- a/dgedit/presets.ini +++ b/dgedit/presets.ini @@ -1,15 +1,50 @@ -[Bright snare] +[Kickdrum] + prefix = "Kickdrum" + attacklength = 30 + falloff = 200 + fadelength = 1200 +[Snare] prefix = "Snare" - attacklength = 1 - falloff = 2 - fadelength = 3 -[Tommy gun] + attacklength = 30 + falloff = 200 + fadelength = 1200 +[Rack tom] prefix = "Tom" - attacklength = 10 - falloff = 20 - fadelength = 30 -[Kickdrum] - prefix = "Kickass" - attacklength = 100 + attacklength = 30 + falloff = 200 + fadelength = 1200 +[Floor tom] + prefix = "FTom" + attacklength = 30 + falloff = 200 + fadelength = 1200 +[Hihat open] + prefix = "HihatOpen" + attacklength = 30 + falloff = 200 + fadelength = 1200 +[Hihat closed] + prefix = "HihatClosed" + attacklength = 30 + falloff = 200 + fadelength = 1200 +[China cymbal] + prefix = "China" + attacklength = 30 + falloff = 200 + fadelength = 1200 +[Crash cymbal] + prefix = "Crash" + attacklength = 30 + falloff = 200 + fadelength = 1200 +[Ride] + prefix = "Ride" + attacklength = 30 + falloff = 200 + fadelength = 1200 +[Ride bell] + prefix = "RideBell" + attacklength = 30 falloff = 200 - fadelength = 300 + fadelength = 1200 -- cgit v1.2.3