Page 1 of 1

DrumGizmo 0.9.15 Released!

Posted: Wed Jul 25, 2018 8:42 am
by deva
DrumGizmo 0.9.15 Released!

DrumGizmo is an open source, multichannel, multilayered, cross-platform drum plugin and stand-alone application. It enables you to compose drums in midi and mix them with a multichannel approach. It is comparable to that of mixing a real drumkit that has been recorded with a multimic setup.

We didn't quite make the yearly LAC (Linux Audio Conference) schedule. But fret not, now it is here! The new 0.9.15 release is primed and ready for use.

Loads of new stuff in this release. Most prominent is the new timing humanizer and the bleed control! The timing humanizer works in addition to the velocity humanizer. Where the velocity humanizer adjusts the velocity of incoming midi hits, the timing humanizer does the same thing but instead moves them back and forth in time. This all helps to achieve a less machine-sounding output. To help with the understanding of the humanizing features, we've also added a “visualizer” which will mirror the settings you choose for a better understanding. This is the first iteration of the visualizer, so feedback is very welcome.

So what else? Oh yes, “bleed control”! And yep, it does exactly what you expect. If you want a dry sounding kit, turn that slider aaaall the way down. But if you want all of the ambience in there, turn it aaaall the way up. Bleed is when a hit on any drum is also picked up by mics that aren't the “primary” mic of that specific drum. For some genres bleed is unwanted. For others, not so much. And now YOU are in control.

For the full list of changes, check the roadmap for 0.9.15 [2]

A note on the bleed control: Currently only the newly updated CrocellKit v1.1 supports this [1]. We still need to update the rest of the kits before it will work for those. So keep an eye out for that.

And that is all. Please enjoy this release! Get it here [3]

[1]: https://drumgizmo.org/wiki/doku.php?id=kits:crocellkit
[2]: https://www.drumgizmo.org/wiki/doku.php ... rsion_0915
[3]: http://www.drumgizmo.org/wiki/doku.php? ... _drumgizmo

Re: DrumGizmo 0.9.15 Released!

Posted: Wed Jul 25, 2018 6:22 pm
by deva
Pictures or it didn't happen...

Image

Re: DrumGizmo 0.9.15 Released!

Posted: Wed Jul 25, 2018 7:28 pm
by funkmuscle
Awesome guys.. The humanizer works amazingly!!
The DRS kit, the bleed control works great with that.(in another thread, you guys showed me how to edit the file to get that working)

I've got this latest CrocellKit v1.1, well patched it with patch from your website but the bleed control is grayed out. Is that correct?

Re: DrumGizmo 0.9.15 Released!

Posted: Wed Jul 25, 2018 7:38 pm
by deva
funkmuscle wrote:I've got this latest CrocellKit v1.1, well patched it with patch from your website but the bleed control is grayed out. Is that correct?
It shouldn't be grayed out. They seem to be working as expected here.
Do you see any 'main' attributes in the drumkit files?

Re: DrumGizmo 0.9.15 Released!

Posted: Wed Jul 25, 2018 7:45 pm
by funkmuscle
deva wrote:
funkmuscle wrote:I've got this latest CrocellKit v1.1, well patched it with patch from your website but the bleed control is grayed out. Is that correct?
It shouldn't be grayed out. They seem to be working as expected here.
Do you see any 'main' attributes in the drumkit files?
here in the CrocellKit_full.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<drumkit name="CrocellKit" description="Sampled and engineered for DrumGizmo by Lars Muldjord. Drumkit setup and mic'ing by JBOSound (jbosound.com) and Crocell (crocell.dk)." samplerate="48000">
  <channels>
   <channel name="AmbLeft"/>
   <channel name="AmbRight"/>
   <channel name="OHLeft"/>
   <channel name="OHRight"/>
   <channel name="OHCenter"/>
   <channel name="Hihat"/>
   <channel name="Ride"/>
   <channel name="SnareTop"/>
   <channel name="SnareBottom"/>
   <channel name="Tom1"/>
   <channel name="Tom2"/>
   <channel name="FTom1"/>
   <channel name="FTom2"/>
   <channel name="KDrumInside"/>
   <channel name="KDrumOutside"/>
  </channels>
  <instruments>
    <instrument name="ChinaL" file="ChinaL/ChinaL.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="ChinaR" file="ChinaR/ChinaR.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="CrashL" file="CrashL/CrashL.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="CrashLStopped" file="CrashLStopped/CrashLStopped.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="CrashR" file="CrashR/CrashR.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="CrashRStopped" file="CrashRStopped/CrashRStopped.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="CrashRXtra" file="CrashRXtra/CrashRXtra.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="FTom1" file="FTom1/FTom1.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="FTom2" file="FTom2/FTom2.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="HihatClosed" group="hihat" file="HihatClosed/HihatClosed.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="HihatClosedNoPedal" group="hihat" file="HihatClosedNoPedal/HihatClosedNoPedal.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="HihatOpen" group="hihat" file="HihatOpen/HihatOpen.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="HihatPedal" group="hihat" file="HihatPedal/HihatPedal.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="HihatPedalHit" group="hihat" file="HihatPedalHit/HihatPedalHit.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="HihatSemiOpen" group="hihat" file="HihatSemiOpen/HihatSemiOpen.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="KDrumL" file="KDrumL/KDrumL.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="KDrumR" file="KDrumR/KDrumR.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="RideR" file="RideR/RideR.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="RideRBell" file="RideRBell/RideRBell.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="Snare" file="Snare/Snare.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="SnareRest" file="SnareRest/SnareRest.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="SnareRim" file="SnareRim/SnareRim.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="SnareRimShot" file="SnareRimShot/SnareRimShot.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="SplashL" file="SplashL/SplashL.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="SplashR" file="SplashR/SplashR.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="Tom1" file="Tom1/Tom1.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
    <instrument name="Tom2" file="Tom2/Tom2.xml">
      <channelmap in="AmbLeft" out="AmbLeft"/>
      <channelmap in="AmbRight" out="AmbRight"/>
      <channelmap in="OHLeft" out="OHLeft"/>
      <channelmap in="OHRight" out="OHRight"/>
      <channelmap in="OHCenter" out="OHCenter"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="SnareTop" out="SnareTop"/>
      <channelmap in="SnareBottom" out="SnareBottom"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="FTom1" out="FTom1"/>
      <channelmap in="FTom2" out="FTom2"/>
      <channelmap in="KDrumInside" out="KDrumInside"/>
      <channelmap in="KDrumOutside" out="KDrumOutside"/>
    </instrument>
  </instruments>
</drumkit>

Re: DrumGizmo 0.9.15 Released!

Posted: Wed Jul 25, 2018 8:26 pm
by chaot4
@funkmuscle: This is not the patched file that you can download from our site -- this is the old file. Here are the patched files: http://downloads.muldjord.com/drumgizmo ... -patch.zip

Re: DrumGizmo 0.9.15 Released!

Posted: Wed Jul 25, 2018 8:30 pm
by funkmuscle
chaot4 wrote:@funkmuscle: This is not the patched file that you can download from our site -- this is the old file. Here are the patched files: http://downloads.muldjord.com/drumgizmo ... -patch.zip
That's the one I've downloaded today before testing. I will try it again. I clicked on the link on the DG page where it said if you don't want to download the entire kit, just grab the patch.

Anyway will try this and let you know. :D
Thanx

Re: DrumGizmo 0.9.15 Released!

Posted: Wed Jul 25, 2018 8:41 pm
by funkmuscle
funkmuscle wrote:
chaot4 wrote:@funkmuscle: This is not the patched file that you can download from our site -- this is the old file. Here are the patched files: http://downloads.muldjord.com/drumgizmo ... -patch.zip
That's the one I've downloaded today before testing. I will try it again. I clicked on the link on the DG page where it said if you don't want to download the entire kit, just grab the patch.

Anyway will try this and let you know. :D
Thanx
we are in business!!! thank you chaot4