From 4a99693b66a94f841ce1f71f831a1de3e01c26d6 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 16 Mar 2016 04:46:58 +0300 Subject: More accurate DMX fine tune of second voice --- src/adldata.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/adldata.hh') diff --git a/src/adldata.hh b/src/adldata.hh index 2f10c4e..301c5df 100644 --- a/src/adldata.hh +++ b/src/adldata.hh @@ -2,7 +2,7 @@ * libADLMIDI is a free MIDI to WAV conversion library with OPL3 emulation * * Original ADLMIDI code: Copyright (c) 2010-2014 Joel Yliluoma - * ADLMIDI Library API: Copyright (c) 2015 Vitaly Novichkov + * ADLMIDI Library API: Copyright (c) 2016 Vitaly Novichkov * * Library is based on the ADLMIDI, a MIDI player for Linux and Windows with OPL3 emulation: * http://iki.fi/bisqwit/source/adlmidi.html @@ -41,6 +41,8 @@ extern const struct adldata unsigned char feedconn; // Feedback/connection bits for the channel signed char finetune; + + bool diff; } adl[]; extern const struct adlinsdata @@ -52,6 +54,7 @@ extern const struct adlinsdata unsigned char flags; unsigned short ms_sound_kon; // Number of milliseconds it produces sound; unsigned short ms_sound_koff; + double fine_tune; } adlins[]; extern const unsigned short banks[][256]; extern const char* const banknames[67]; -- cgit v1.2.3