Page 2 of 2

Re: [Suggestion] Individual Close-Mic-/Room-Mic-Channels

Posted: Fri Oct 12, 2018 4:55 am
by deva
funkmuscle wrote:... except for the kick drum which vanishes in the AMB tracks when bleeding is reduced
Did you then perhaps forget to add the attribute to the kick instrument?
In some kits there are more than one kick instrument. Muldjord for example has left and right, and DRS has two variants IIRC.

Re: [Suggestion] Individual Close-Mic-/Room-Mic-Channels

Posted: Fri Oct 12, 2018 5:06 pm
by funkmuscle
deva wrote:
funkmuscle wrote:... except for the kick drum which vanishes in the AMB tracks when bleeding is reduced
Did you then perhaps forget to add the attribute to the kick instrument?
In some kits there are more than one kick instrument. Muldjord for example has left and right, and DRS has two variants IIRC.
Hey Deva, here is my altered xml file, where am I screwing up?

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<drumkit name="DRSKit2" description="DRSKit2 full">
  <channels>
    <channel name="AmbL"/>
    <channel name="AmbR"/>
    <channel name="Kdrum_back"/>
    <channel name="Kdrum_front"/>
    <channel name="Hihat"/>
    <channel name="OHL"/>
    <channel name="OHR"/>
    <channel name="Ride"/>
    <channel name="Snare_bottom"/>
    <channel name="Snare_top"/>
    <channel name="Tom1"/>
    <channel name="Tom2"/>
    <channel name="Tom3"/>
  </channels>
  <instruments>
    <instrument name="Crash_left_shank" file="Crash_left_shank/Crash_left_shank.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"/>
      <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>
    <instrument name="Crash_left_tip" file="Crash_left_tip/Crash_left_tip.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"/>
      <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>
    <instrument name="Crash_left_whisker" file="Crash_left_whisker/Crash_left_whisker.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"/>
      <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>
    <instrument name="Crash_right_shank" file="Crash_right_shank/Crash_right_shank.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"/>
      <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>
    <instrument name="Crash_right_tip" file="Crash_right_tip/Crash_right_tip.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"/>
      <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>
    <instrument name="Crash_right_whisker" file="Crash_right_whisker/Crash_right_whisker.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"/>
      <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>
    <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>
    <instrument name="Hihat_closed_shank" group="hihat" file="Hihat_closed_shank/Hihat_closed_shank.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>
    <instrument name="Hihat_closed_whisker" group="hihat" file="Hihat_closed_whisker/Hihat_closed_whisker.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>
    <instrument name="Hihat_foot" group="hihat" file="Hihat_foot/Hihat_foot.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>
    <instrument name="Hihat_open" group="hihat" file="Hihat_open/Hihat_open.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>
    <instrument name="Hihat_open_tip" group="hihat" file="Hihat_open_tip/Hihat_open_tip.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>
    <instrument name="Hihat_open_whisker" group="hihat" file="Hihat_open_whisker/Hihat_open_whisker.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>
    <instrument name="Hihat_semi_open" group="hihat" file="Hihat_semi_open/Hihat_semi_open.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>
    <instrument name="Kdrum_with_contact" file="Kdrum_with_contact/Kdrum_with_contact.xml">
      <channelmap in="AmbL" out="AmbL"/>
      <channelmap in="AmbR" out="AmbR"/>
      <channelmap in="Kdrum_back" out="Kdrum_back" main="true"/>
      <channelmap in="Kdrum_front" out="Kdrum_front" main="true"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <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>
    <instrument name="Kdrum_without_contact" file="Kdrum_without_contact/Kdrum_without_contact.xml">
      <channelmap in="AmbL" out="AmbL"/>
      <channelmap in="AmbR" out="AmbR"/>
      <channelmap in="Kdrum_back" out="Kdrum_back" main="true"/>
      <channelmap in="Kdrum_front" out="Kdrum_front" main="true"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <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>
    <instrument name="Ride_rest" file="Ride_rest/Ride_rest.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"/>
      <channelmap in="OHL" out="OHL" main="true"/>
      <channelmap in="OHR" out="OHR" main="true"/>
      <channelmap in="Ride" out="Ride" main="true"/>
      <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>
    <instrument name="Ride_shank" file="Ride_shank/Ride_shank.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"/>
      <channelmap in="OHL" out="OHL" main="true"/>
      <channelmap in="OHR" out="OHR" main="true"/>
      <channelmap in="Ride" out="Ride" main="true"/>
      <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>
    <instrument name="Ride_shank_bell" file="Ride_shank_bell/Ride_shank_bell.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"/>
      <channelmap in="OHL" out="OHL" main="true"/>
      <channelmap in="OHR" out="OHR" main="true"/>
      <channelmap in="Ride" out="Ride" main="true"/>
      <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>
    <instrument name="Ride_tip" file="Ride_tip/Ride_tip.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"/>
      <channelmap in="OHL" out="OHL" main="true"/>
      <channelmap in="OHR" out="OHR" main="true"/>
      <channelmap in="Ride" out="Ride" main="true"/>
      <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>
    <instrument name="Ride_tip_bell" file="Ride_tip_bell/Ride_tip_bell.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"/>
      <channelmap in="OHL" out="OHL" main="true"/>
      <channelmap in="OHR" out="OHR" main="true"/>
      <channelmap in="Ride" out="Ride" main="true"/>
      <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>
    <instrument name="Ride_tip_bell_chain" file="Ride_tip_bell_chain/Ride_tip_bell_chain.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"/>
      <channelmap in="OHL" out="OHL" main="true"/>
      <channelmap in="OHR" out="OHR" main="true"/>
      <channelmap in="Ride" out="Ride" main="true"/>
      <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>
    <instrument name="Ride_tip_chain" file="Ride_tip_chain/Ride_tip_chain.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"/>
      <channelmap in="OHL" out="OHL" main="true"/>
      <channelmap in="OHR" out="OHR" main="true"/>
      <channelmap in="Ride" out="Ride" main="true"/>
      <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>
    <instrument name="Ride_whisker" file="Ride_whisker/Ride_whisker.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"/>
      <channelmap in="OHL" out="OHL" main="true"/>
      <channelmap in="OHR" out="OHR" main="true"/>
      <channelmap in="Ride" out="Ride" main="true"/>
      <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>
    <instrument name="Snare" file="Snare/Snare.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="Snare_bottom" out="Snare_bottom" main="true"/>
      <channelmap in="Snare_top" out="Snare_top" main="true"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="Tom3" out="Tom3"/>
    </instrument>
    <instrument name="Snare_circle_whisker" file="Snare_circle_whisker/Snare_circle_whisker.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="Snare_bottom" out="Snare_bottom" main="true"/>
      <channelmap in="Snare_top" out="Snare_top" main="true"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="Tom3" out="Tom3"/>
    </instrument>
    <instrument name="Snare_rest" file="Snare_rest/Snare_rest.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="Snare_bottom" out="Snare_bottom" main="true"/>
      <channelmap in="Snare_top" out="Snare_top" main="true"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="Tom3" out="Tom3"/>
    </instrument>
    <instrument name="Snare_rim" file="Snare_rim/Snare_rim.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="Snare_bottom" out="Snare_bottom" main="true"/>
      <channelmap in="Snare_top" out="Snare_top" main="true"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="Tom3" out="Tom3"/>
    </instrument>
    <instrument name="Snare_whisker" file="Snare_whisker/Snare_whisker.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="Snare_bottom" out="Snare_bottom" main="true"/>
      <channelmap in="Snare_top" out="Snare_top" main="true"/>
      <channelmap in="Tom1" out="Tom1"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="Tom3" out="Tom3"/>
    </instrument>
    <instrument name="Tom1" file="Tom1/Tom1.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="Snare_bottom" out="Snare_bottom"/>
      <channelmap in="Snare_top" out="Snare_top"/>
      <channelmap in="Tom1" out="Tom1" main="true"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="Tom3" out="Tom3"/>
    </instrument>
    <instrument name="Tom1_whisker" file="Tom1_whisker/Tom1_whisker.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <channelmap in="Ride" out="Ride"/>
      <channelmap in="Snare_bottom" out="Snare_bottom"/>
      <channelmap in="Snare_top" out="Snare_top"/>
      <channelmap in="Tom1" out="Tom1" main="true"/>
      <channelmap in="Tom2" out="Tom2"/>
      <channelmap in="Tom3" out="Tom3"/>
    </instrument>
    <instrument name="Tom2" file="Tom2/Tom2.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <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" main="true"/>
      <channelmap in="Tom3" out="Tom3"/>
    </instrument>
    <instrument name="Tom2_whisker" file="Tom2_whisker/Tom2_whisker.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <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" main="true"/>
      <channelmap in="Tom3" out="Tom3"/>
    </instrument>
    <instrument name="Tom3" file="Tom3/Tom3.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <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" main="true"/>
    </instrument>
    <instrument name="Tom3_whisker" file="Tom3_whisker/Tom3_whisker.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"/>
      <channelmap in="OHL" out="OHL"/>
      <channelmap in="OHR" out="OHR"/>
      <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" main="true"/>
    </instrument>
  </instruments>
</drumkit>

Re: [Suggestion] Individual Close-Mic-/Room-Mic-Channels

Posted: Fri Oct 12, 2018 7:06 pm
by deva
"Kdrum_without_contact" is missing the main attributes.

Re: [Suggestion] Individual Close-Mic-/Room-Mic-Channels

Posted: Fri Oct 12, 2018 7:19 pm
by funkmuscle
deva wrote:"Kdrum_without_contact" is missing the main attributes.
I caught that! Thought I deleted my reply.. Thanks again.. All is fine now!

Re: [Suggestion] Individual Close-Mic-/Room-Mic-Channels

Posted: Fri Oct 12, 2018 7:22 pm
by deva
:-D

Re: [Suggestion] Individual Close-Mic-/Room-Mic-Channels

Posted: Sat Jan 05, 2019 4:13 pm
by funkmuscle
I forgot to mention this a while back. Adding

Code: Select all

 main attributes
to the xml files works as I mentioned earlier but it always never work on one of the drum kit.
For instance, on the MuldjordKit, the Tom3 bleeds, on the CrocellKit is the ride.
I've triple checked that

Code: Select all

main="true
was and is applied properly.
example

Code: Select all

 <instrument name="RideR" file="RideR/RideR.xml">
      <channelmap in="AmbLeft" out="AmbLeft" main="true"/>
      <channelmap in="AmbRight" out="AmbRight" main="true"/>
      <channelmap in="OHLeft" out="OHLeft" main="true"/>
      <channelmap in="OHRight" out="OHRight" main="true"/>
      <channelmap in="OHCenter" out="OHCenter" main="true"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride" main="true"/>
      <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" main="true"/>
      <channelmap in="AmbRight" out="AmbRight" main="true"/>
      <channelmap in="OHLeft" out="OHLeft" main="true"/>
      <channelmap in="OHRight" out="OHRight" main="true"/>
      <channelmap in="OHCenter" out="OHCenter" main="true"/>
      <channelmap in="Hihat" out="Hihat"/>
      <channelmap in="Ride" out="Ride" main="true"/>
      <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>