You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Poiyomi 9.0.57, and am having a problem with AudioLink tied to the Vertex Options settings. I have my material set to scale the vertices based on the Volume band, and it works fine when unlocked but as soon as I lock the shader I get a bunch of "array index out of bounds" errors. If I inspect the generated .shader source all of the errors are on lines that look like:
I'm running Poiyomi 9.0.57, and am having a problem with AudioLink tied to the Vertex Options settings. I have my material set to scale the vertices based on the Volume band, and it works fine when unlocked but as soon as I lock the shader I get a bunch of "array index out of bounds" errors. If I inspect the generated .shader source all of the errors are on lines that look like:
I notice that audioLinkBands is declared as a
float4
in this context, which tells me that the Volume band would not have any way to work.The text was updated successfully, but these errors were encountered: