From d78900cd1497441d7712805b08072e46ee361ff8 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Sun, 19 Feb 2017 17:25:56 +0900 Subject: add opna status display --- libopna/opnadrum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libopna/opnadrum.h') 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); -- cgit v1.2.3