Drum Maps ...change parameters for multiple notes at once?

the best way I found, is to save a drum map file on your file system.
open the drum map file using your favorite text editor (outside Cubase).
open ‘search and replace’ from editor menu bar and replace the parameter line as you wish.

for example, if you wish to replace all notes channel routing to 1 instead of 10, replace the value on the channel parameter
from 9 to 0 (note that this is zero based value).

each note should have a section like so:

<item>
         <int name="INote" value="1"/>
         <int name="ONote" value="1"/>
         <int name="Channel" value="9"/>
         <float name="Length" value="200"/>
         <int name="Mute" value="0"/>
         <int name="DisplayNote" value="1"/>
         <int name="HeadSymbol" value="0"/>
         <int name="Voice" value="0"/>
         <int name="PortIndex" value="0"/>
         <string name="Name" value="Sound 2"/>
         <int name="QuantizeIndex" value="0"/>
</item>

once done, save the file and load the new drum map file in the drum map editor.
worked like a charm for me :slight_smile: