Table Envelope 0ms Crash
-
Setting a table envelope's attack time to 0ms via
setAttribute
crashes HISE. I assume this is because the minimum value you can set via the knob is 1ms but I think a console warning rather than a crash would be better -
Thanks for spotting this. I'll fix it for the next build. In the meantime you can just do this:
TableEnvelope.setAttribute(0, Math.max(1, value));