Quantcast
Channel: LinuxMusicians
Viewing all articles
Browse latest Browse all 2855

Support / Suggestions • DRSKit: choking the HiHat (DrumGizmo 0.9.20)

$
0
0

I am having issues choking the HiHat (using DrumGizmo 0.9.20), and I have created the following minimal working example (close - open - close) which works using the CrocellKit but which does not work using the DRSKit:
Image
https://pasteboard.co/kiQXfg7gha6t.png

I have found here that one can edit the xml files, so I did this for the "whiskers" version of the DRSKit in the following way:

Code:

    <instrument name="Hihat_closed_whisker" group="hihat" file="Hihat_closed_whisker/Hihat_closed_whisker.xml">      <channelmap in="AmbL" out="AmbL" main="true"/>      <!-- ... -->      <channelmap in="Tom3" out="Tom3"/>      <chokes>        <!-- override the default 68ms with 100ms -->        <choke instrument="Hihat_open_whisker" choketime="100"/>      </chokes>    </instrument>    <instrument name="Hihat_foot" group="hihat" file="Hihat_foot/Hihat_foot.xml">      <channelmap in="AmbL" out="AmbL" main="true"/>      <!-- ... -->      <channelmap in="Tom3" out="Tom3"/>      <chokes>        <!-- override the default 68ms with 100ms -->        <choke instrument="Hihat_open_whisker" choketime="100"/>      </chokes>    </instrument>

However, this does not work, and it also appears that this would only be to override the default 68ms behavior of all three hihats belonging to the same group="hihat", which they already are in, so I am not sure why this is not working...

If I am missing something then please let me know, but if this is a bug then perhaps there is a way to circumvent this somehow using aftertouch? If so, some pointers would be greatly appreciated :) Thanks!

Statistics: Posted by sgalzin — Mon Oct 21, 2024 7:44 pm



Viewing all articles
Browse latest Browse all 2855

Trending Articles