diff options
Diffstat (limited to 'dgedit')
-rw-r--r-- | dgedit/presets.ini | 59 |
1 files changed, 47 insertions, 12 deletions
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 |