g200kg / webaudio-tinysynth

Light-weight GM mapped WebAudio-JavaScript Synthesizer Engine / MIDI Player
Apache License 2.0
229 stars 22 forks source link

Lag with default this.preroll #31

Open cpollard3 opened 3 months ago

cpollard3 commented 3 months ago

I was getting lag on Firefox all of a sudden for some unknown reason. I was able to fix it by changing this.preroll from 0.2 to 0.6.

I think increasing the default makes sense assuming there aren't any unknown side effects of that.