aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata/progs_cache.h
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-16 19:40:26 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-16 19:40:26 +0300
commit46a5736f096e24326bec47215bd8203d94b4f789 (patch)
tree15e3c54017488c2fb548769b9793f669ccebd51a /utils/gen_adldata/progs_cache.h
parent70c83caace9911dc5d8b80c1653c96b073f88e4a (diff)
downloadlibADLMIDI-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.h2
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