nukeykt / Nuked-OPL3

Highly accurate Yamaha OPL3 (YMF262, CT1747) emulator
GNU Lesser General Public License v2.1
166 stars 18 forks source link

chip->tremolo updated too often #31

Open fawtytoo opened 9 months ago

fawtytoo commented 9 months ago

chip->tremolo is being updated every sample, whereas it should be moved inside the previous "if" block which is only true every 64 samples. That is, chip->tremolo will only be updated when and after chip->tremolopos is.