Insomnimus Drum Mapper v0.2.1/0.3.0 VST3 CLAP WiN Mac Linux [FREE]

This plugin and command line tool helps you remap MIDI drum tracks across popular drum sample libraries.

Simply insert it in your FX chain, tweak the parameters and you’re done.

Included Libraries
Trademark and copyright notice: These are 3rd party libraries. This project and it’s authors are not associated with the respective companies nor are endorsed by them.

Addictive Drums 2
EzDrummer 2
EzDrummer 3
SSD 5
Superior Drummer 3
Ugritone Drums
Getgood Drums – One Kit Wonder: Architects
You can embed your own mappings into the plugin/tool; instructions are given below.

Installation:

Download the archive per your operating system from the releases page.
Extract the archive to some directory. It will contain 3 files/folders:
drum-mapper (drum-mapper.exe on windows): This is the command line tool. You can move it anywhere you’d like.
Drum Mapper.vst3: This is a directory and it’s meant to be treated as a whole per VST3 specification. Move this directory into somewhere in your VST plugin path.
Drum Mapper.clap: This is a File on Linux and Windows, a directory on MacOS. Move it whole into your Clap plugin path.
Rescan your plugins on your DAW. The plugins will appear under the vendor „Insomnia“.

Plugin Usage:

Insert it into a track with MIDI input. The plugin’s author is Insomnia and the name is Drum Mapper.
Select the library to map from (this is the source). The parameter is called from.
Select a library to map to. The parameter is called to.
By default, only channel 10 (counting from 1) will be mapped (this is the drum channel on General MIDI). You can select a different channel or all to map all channels. The parameter is called channel.
The notes the plugin receives will be remapped. Every event except for Note On, note Off and Aftertouch are passed-through.
Adding Custom Mappings
You can add your own mappings or remove any default mapping! The files in the drums folder in the project’s root with the .txt extension will be parsed as mappings. The file name without the extension is used as the name of the library in the plugin and the CLI tool.

The format of the files is simple:

Each line contains a mapping.
Each mapping consists of gm_note -> library_note. Where gm_note is the note in General MIDI and library_note is the mapping of that note to the library.
Empty Lines and lines starting with # are ignored.
Lines not matching above are errors.
Generating Mapping Files From Already Mapped MIDI Files
Do you use an external converter and want to integrate it into the plugin? Follow these steps.

First build the CLI tool as described above.
Generate a dummy MIDI file: drum-mapper template -o dummy.mid
Convert the generated dummy.mid with your external converter of choice.
Assuming the converted file is called converted.mid, run: drum-mapper generate converted.mid -o „Foo Drums.txt“
If the converter didn’t add noise to the file, the above command should finish without any message.
Now, copy the generated „Foo Drums.txt“ into the project’s drums directory and follow the steps to build the plugin as described above. Your custom mapping will be integrated into the plugin!
Remapping From The Command Line
The CLI tool has a command that lets you remap MIDI files from the command line.

The usage is:

drum-mapper remap –from –to –out remapped.mid ./foo.mid

It has more options, for example using a mapping file instead of embedded libraries for from/to. Run drum-mapper remap –help to see them all.

GitHub

Avatar-Foto

Bam

Musician since about 45 years(various flutes, synths) Composer since 1986 admin of the forum + blog Music-Society

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert