What are the MIDI notes for the Fluid Drums?

Does anyone know?

Maybe it’s in the source files but I couldn’t find it GitHub - falkTX/FluidPlug: SoundFonts as LV2 plugins via FluidSynth · GitHub

The below is excerpted from the bottom of the page at https://cannerycoders.com/docs/fiddle/examples/instruments/fluidSynth.html

VoiceMap maps the MIDINote offset to a sound within the instrument. General MIDI prescribes a set of standard percussion sounds. Here:

C3 → 36 Electric Bass Drum (Kick)
C#3 → 40 Electric Snare
D3 → 42 Closed Hi-hat (Cymbal)
D#3 → 51 Ride (Cymbal)
E3 → 53 Ride (Bell)

Is that what you are looking for? The link in the quote leads to the MIDI table (percussion at the bottom).

2 Likes