Geoxor / Amethyst

A cross-platform music player made with Typescript
https://amethyst-geoxor.vercel.app/
MIT License
159 stars 36 forks source link

Small fix for big issue - Fix spectrum #575

Closed otiskujawa closed 1 year ago

otiskujawa commented 1 year ago

This should fix #287 and #327

changing line 4 of SpectrumVertex.glsl resolved this issue uniform int u_amplitude[ 1000 ]; image somehow 1008 works and 1009+ doesn't (it was originally 1024)

For some reason #200 is back and it forced me to play guess the number but i need to compile every number to check and result is 1008 works, 1009 doesn't work

image