diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-16 19:40:26 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-16 19:40:26 +0300 |
commit | 46a5736f096e24326bec47215bd8203d94b4f789 (patch) | |
tree | 15e3c54017488c2fb548769b9793f669ccebd51a /utils/gen_adldata/progs_cache.h | |
parent | 70c83caace9911dc5d8b80c1653c96b073f88e4a (diff) | |
download | libADLMIDI-46a5736f096e24326bec47215bd8203d94b4f789.tar.gz libADLMIDI-46a5736f096e24326bec47215bd8203d94b4f789.tar.bz2 libADLMIDI-46a5736f096e24326bec47215bd8203d94b4f789.zip |
Upgrated measurer algorithm and re-generated full embedded banks database
Diffstat (limited to 'utils/gen_adldata/progs_cache.h')
-rw-r--r-- | utils/gen_adldata/progs_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_adldata/progs_cache.h b/utils/gen_adldata/progs_cache.h index dde70ef..5a916f5 100644 --- a/utils/gen_adldata/progs_cache.h +++ b/utils/gen_adldata/progs_cache.h @@ -62,7 +62,7 @@ struct ins && insno1 == b.insno1 && insno2 == b.insno2 && pseudo4op == b.pseudo4op - && real4op == real4op + && real4op == b.real4op && equal_approx(voice2_fine_tune, b.voice2_fine_tune); } bool operator< (const ins &b) const |