jameshball / osci-render-juce

γ€°πŸ“ΊπŸ”Š Synthesizer for making music by drawing objects on an oscilloscope using audio. Now as an audio plugin!
GNU General Public License v3.0
8 stars 0 forks source link

Fix framerate / buffer size of VisualiserComponent on sample rates less than 192000 #83

Closed jameshball closed 8 months ago

jameshball commented 8 months ago

Currently this looks laggy on lower sample rates. It shouldn't be laggy, it should just be more jagged. The buffer size should be a fixed period of time, changing depending on sample rate, rather than constant.