diff options
author | Lars Bisballe Jensen <larsbisballe@gmail.com> | 2014-04-06 15:38:09 +0200 |
---|---|---|
committer | Lars Bisballe Jensen <larsbisballe@gmail.com> | 2014-04-06 15:38:09 +0200 |
commit | b36b592bba86aa0dbdea8d4653a6affcce95a72c (patch) | |
tree | e8c7bf2d00e3aaef4da91dd19a1c1b4f85609f65 | |
parent | 87d4aaf7e67146f224d605eeb10d90813048c12c (diff) |
Added presets for most common types of drums. Values not adjusted yet just copied from snare
-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 |