diff options
Diffstat (limited to 'libopna/opnadrum.h')
-rw-r--r-- | libopna/opnadrum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopna/opnadrum.h b/libopna/opnadrum.h index 7c13098..79f95a2 100644 --- a/libopna/opnadrum.h +++ b/libopna/opnadrum.h @@ -40,6 +40,7 @@ struct opna_drum { int16_t rom_hh[OPNA_ROM_HH_SIZE]; int16_t rom_tom[OPNA_ROM_TOM_SIZE]; int16_t rom_rim[OPNA_ROM_RIM_SIZE]; + unsigned mask; }; void opna_drum_reset(struct opna_drum *drum); |