esaruoho / org.lackluster.Paketti.xrnx

Renoise tool made with LUA scripting - multiple shortcuts + midi.
Other
12 stars 0 forks source link

paketti pattern doubler automation error fix #190

Closed esaruoho closed 2 weeks ago

esaruoho commented 3 weeks ago
Screenshot 2024-06-14 at 9 08 53
esaruoho commented 2 weeks ago
*** std::logic_error: 'invalid point time. time must be >= 1 and <= Pattern.MAX_NUMBER_OF_LINES'
*** stack traceback:
***   [C]: in function 'add_point_at'
***   ./PakettiPatternEditor.lua:442: in function <./PakettiPatternEditor.lua:408>

ok, found the issue. this error is shot when you double to 512 and it goes outside of the limits. so there should be some protection against it.

esaruoho commented 2 weeks ago

fixed