[GH-ISSUE #62] ChimeyDeluxe write out of bounds #53

Closed
opened 2026-05-05 22:03:29 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @jcelerier on GitHub (Aug 8, 2025).
Original GitHub issue: https://github.com/airwindows/airwindows/issues/62

The code does:

	double angG[12];
...
	angG[12] = 1.0;

It should stop at 11

Originally created by @jcelerier on GitHub (Aug 8, 2025). Original GitHub issue: https://github.com/airwindows/airwindows/issues/62 The code does: ```cpp double angG[12]; ... angG[12] = 1.0; ``` It should stop at 11
Author
Owner

@airwindows commented on GitHub (Aug 9, 2025):

Thanks: this isn't out yet, and PointyDeluxe doesn't have that nor does the Mac version. This is in the VST versions and I'll be able to fix it. It is not 'stop at 11', it's that they all should be defined to 16 and this is the only variation where that fails. I'll attend to it tomorrow, it's late <3

<!-- gh-comment-id:3169576348 --> @airwindows commented on GitHub (Aug 9, 2025): Thanks: this isn't out yet, and PointyDeluxe doesn't have that nor does the Mac version. This is in the VST versions and I'll be able to fix it. It is not 'stop at 11', it's that they all should be defined to 16 and this is the only variation where that fails. I'll attend to it tomorrow, it's late <3
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/airwindows#53
No description provided.