GuitarPrometheus::Profiles::GmDrumPiece
GuitarPrometheus::Profiles::GmDrumPiece
One row of the General MIDI percussion key map. More…
#include <GmDrumKit.h>
Public Attributes
| Name | |
|---|---|
| std::string_view | name |
| int | note |
Detailed Description
struct GuitarPrometheus::Profiles::GmDrumPiece;One row of the General MIDI percussion key map.
name is the canonical English label Apple, Steinberg, and most VST authors use for the corresponding piece. note is the MIDI note number a GM-compliant drum plugin expects to receive on channel 10.
Public Attributes Documentation
variable name
std::string_view name;variable note
int note;Updated on 2026-05-29 at 07:39:52 +0000