BryanChi / BryanChi-FX-Devices

6 stars 3 forks source link

Band Split: Removing band split when it contains FX crashes #42

Closed Suzuki-Re closed 5 months ago

Suzuki-Re commented 5 months ago

It does not crash when there's no FX inside of it.

removebandsplitcrash

...s\FX Devices\BryanChi_FX_Devices\BryanChi_FX Devices.lua:7932: ImGui_IsKeyPressed: ImGui assertion failed: IsNamedKey(key) && "Support for user key indices was dropped in favor of ImGuiKey. Please update backend & user code."

This line if ImGui.Button(ctx, '(n) No') or ImGui.IsKeyPressed(ctx, 78) then