diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-02-19 17:25:56 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-02-19 17:25:56 +0900 |
commit | d78900cd1497441d7712805b08072e46ee361ff8 (patch) | |
tree | 5a696ac5ffa4e6d71992c9329ff5b13ad14cf977 /libopna/opnadrum.h | |
parent | be500d48fbc381273dfdc600898f68df725aa954 (diff) |
add opna status display
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); |