TerryCavanagh / boscaceoil

A simple music making program
http://boscaceoil.net/
583 stars 73 forks source link

fixed out of bounds access on record filter save #62

Closed Grouflon closed 6 years ago

Grouflon commented 6 years ago

Hello, it seems that in the current filter automation save & load code, there are iterations of 32 iterating over an array of size 16, making it impossible to produce a save on a project using an automation.

It solves the issue on my test case, hopefully I haven't missed anything.

Cheers and thanks a lot for this tool, it's amazing !

TerryCavanagh commented 6 years ago

Wow, you're right! I hadn't realised this was broken! Thanks for the fix!