Drumgizmo not choking

Moderators: MattKingUSA, khz, muldjord, deva

Post Reply
cobalt
Established Member
Posts: 5
Joined: Fri Sep 02, 2022 6:34 am
Location: Sweden
Has thanked: 2 times
Been thanked: 1 time

Drumgizmo not choking

Post by cobalt »

(I first posted this on the Ardour forum, but was guided here)
I normally alter between DRS kit and Tchackpoum in Drumgizmo 0.9.19, but have a problem with the hihat choking in Tchackpoum. It simply doesn't work. An open hihat sound is not stopped by a following closed hihat.
Comparing the XML files for the two kits I find quite surprising that Tchackpoum has "choking"-sections, but DRS has 'group' instead. Still it's DRS that works. Can I fix this so that Tchackpoum also chokes? Is this a bug or a problem in my setup?

Tchakpoum:

Code: Select all

<instrument name="hihat_zild_clo" file="kitpieces/hihat_14_zildjian_k_custom_hybrid/hihat_zild_clo.xml">
    <chokes>
    <choke instrument="hihat_zild_op1"/>
    <choke instrument="hihat_zild_op1_edg"/>
    <choke instrument="hihat_zild_op2"/>
    <choke instrument="hihat_zild_op2_edg"/>
    <choke instrument="hihat_zild_op3"/>
    <choke instrument="hihat_zild_op3_edg"/>
    <choke instrument="hihat_zild_spl"/>
    </chokes>
    <channelmap in="HIHAT" out="HIHAT"/>
DRS:

Code: Select all

<instrument name="Hihat_closed" group="hihat" file="Hihat_closed/Hihat_closed.xml">
      <channelmap in="AmbL" out="AmbL" main="true"/>
      <channelmap in="AmbR" out="AmbR" main="true"/>
      <channelmap in="Kdrum_back" out="Kdrum_back"/>
      <channelmap in="Kdrum_front" out="Kdrum_front"/>
      <channelmap in="Hihat" out="Hihat" main="true"/>
      <channelmap in="OHL" out="OHL" main="true"/>
      <channelmap in="OHR" out="OHR" main="true"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="Snare_bottom" out="Snare_bottom"/>
      <channelmap in="Snare_top" out="Snare_top"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="Tom3" out="Tom3"/>
    </instrument>
User avatar
deva
Established Member
Posts: 285
Joined: Sun Oct 23, 2016 10:15 am
Has thanked: 3 times
Been thanked: 31 times
Contact:

Re: Drumgizmo not choking

Post by deva »

This is a regression error/bug that has been fixed in our development git branch and will be part of our next release.
But thanks for reporting it :-)
cobalt
Established Member
Posts: 5
Joined: Fri Sep 02, 2022 6:34 am
Location: Sweden
Has thanked: 2 times
Been thanked: 1 time

Re: Drumgizmo not choking

Post by cobalt »

Thanks Deva, I thought that might be the case :)

/Chris
User avatar
funkmuscle
Established Member
Posts: 2814
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 133 times
Been thanked: 34 times

Re: Drumgizmo not choking

Post by funkmuscle »

When would the next version be out? I keep checking the site and it said it's already been completed but it says no release date and it's been like that for at least a month now maybe more. Also new drum kits, when will we be seeing any of them?

And this ain't an ass kissing compliment here but I still say that this is the best drum program out there because the drum kits are raw and then you get to do everything from scratch instead of having to mix your music around one of the polished commercial drum set programs
User avatar
deva
Established Member
Posts: 285
Joined: Sun Oct 23, 2016 10:15 am
Has thanked: 3 times
Been thanked: 31 times
Contact:

Re: Drumgizmo not choking

Post by deva »

funkmuscle wrote: Sat Sep 03, 2022 7:56 pm When would the next version be out? I keep checking the site and it said it's already been completed but it says no release date and it's been like that for at least a month now maybe more. Also new drum kits, when will we be seeing any of them?
In fact I'm doing the package right now! :-D
cobalt
Established Member
Posts: 5
Joined: Fri Sep 02, 2022 6:34 am
Location: Sweden
Has thanked: 2 times
Been thanked: 1 time

Re: Drumgizmo not choking

Post by cobalt »

I can confirm it solves my issue. Thanks a lot for your work! :)
Post Reply