remap/disable filte...
 
Notifications
Clear all

remap/disable filter knob

0 Posts
1 Users
0 Likes
0 Views
0
Topic starter

the filter knob on the left side (1) of my inpulse 300 is faulty, it doesnt work when i twist it but it does register false input sometimes when i use other buttons. when it does that it distorts the channel unwanted.
is there a way to disable it by remapping it? im not using it anyway but since it registers unwated input sometimes id rather have it so it canot input anything at all.

maybe someone can help me out with a fresh remapping file with everything original for the inpulse 300 except the function of the filter knobs.

or if someone could help me get started on fiddling around with the original mapping and how to edit it that would be great.

thanks in advance.

kind regards.

edit

- i went on and deleted the following lines in the .djm file using notepad:

 <control name="filter_a">
   <input type="interval" message="b1 01 3f" min="0" max="7f"/>
   <lsbit-input type="toggle" message="b1 21 3f" min="0" max="7f"/>
  </control>
  <control name="filter_b">
   <input type="interval" message="b2 01 40" min="0" max="7f"/>
   <lsbit-input type="toggle" message="b2 21 40" min="0" max="7f"/>
  </control>
  <control name="filter_c">
   <input type="interval" message="b4 01 3f" min="0" max="7f"/>
   <lsbit-input type="toggle" message="b4 21 3f" min="0" max="7f"/>
  </control>
  <control name="filter_d">
   <input type="interval" message="b5 01 40" min="0" max="7f"/>
   <lsbit-input type="toggle" message="b5 21 40" min="0" max="7f"/>
  </control>

<map name="filter_a" action="chann=1  action=set_pass_filter_amount value=&quot;auto temporary&quot;"/>
  <map name="filter_b" action="chann=2  action=set_pass_filter_amount value=&quot;auto temporary&quot;"/>
  <map name="filter_c" action="chann=1  action=set_pass_filter_amount value=&quot;auto temporary&quot;"/>
  <map name="filter_d" action="chann=2  action=set_pass_filter_amount value=&quot;auto temporary&quot;"/>

this seems to have done the trick because the filter knob that used to function now no longer works, but the faulty one doesnt input unwanted filters anymore also, did i miss something or is this fine like this?

 <control name="filter_a">
   <input type="interval" message="b1 01 3f" min="0" max="7f"/>
   <lsbit-input type="toggle" message="b1 21 3f" min="0" max="7f"/>
  </control>
  <control name="filter_b">
   <input type="interval" message="b2 01 40" min="0" max="7f"/>
   <lsbit-input type="toggle" message="b2 21 40" min="0" max="7f"/>
  </control>
  <control name="filter_c">
   <input type="interval" message="b4 01 3f" min="0" max="7f"/>
   <lsbit-input type="toggle" message="b4 21 3f" min="0" max="7f"/>
  </control>
  <control name="filter_d">
   <input type="interval" message="b5 01 40" min="0" max="7f"/>
   <lsbit-input type="toggle" message="b5 21 40" min="0" max="7f"/>
  </control>