diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-17 22:32:52 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-17 22:32:52 +0900 |
commit | 893a411ff3eb6ffdeba62acae34ac5511466599f (patch) | |
tree | eebdfae8771fbf3c8b27eb279137c3b6579d8e04 /libopna/opnassg.h | |
parent | 41ebb5a449feea3ead78398a3e225c10fd3fc303 (diff) |
libopna: ssg tone period access function
Diffstat (limited to 'libopna/opnassg.h')
-rw-r--r-- | libopna/opnassg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopna/opnassg.h b/libopna/opnassg.h index 1bd607a..8a59d91 100644 --- a/libopna/opnassg.h +++ b/libopna/opnassg.h @@ -53,6 +53,7 @@ void opna_ssg_writereg(struct opna_ssg *ssg, unsigned reg, unsigned val); unsigned opna_ssg_readreg(const struct opna_ssg *ssg, unsigned reg); // channel level (0 - 31) int opna_ssg_channel_level(const struct opna_ssg *ssg, int ch); +unsigned opna_ssg_tone_period(const struct opna_ssg *ssg, int ch); #ifdef __cplusplus } |