Replace the exact_match logic by a negative penalty
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Mon, 1 Aug 2016 13:41:10 +0000 (15:41 +0200)
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Sat, 6 Aug 2016 17:38:09 +0000 (19:38 +0200)
commit4c7242545bf7c5171851de260a74f583b55c7ea3
treee6b9151e357d13bd77bb7da5db9ff42ef66f4ce8
parentdde13d288e22ba5dd8e23802c47fac288b089c57
Replace the exact_match logic by a negative penalty

Instead of doing an initial loop for detection of exact matches, then
letting the following loop set \audio_out yet ignore its value, merge
the two loops but give exact matches a negative penalty so that the
\audio_out value they set won't change afterwards.

No policy change.
libs/ardour/luaproc.cc