reaper-oss / sws

The SWS extension is a collection of features that seamlessly integrate into REAPER, the Digital Audio Workstation (DAW) software by Cockos, Inc
https://www.sws-extension.org/
MIT License
455 stars 85 forks source link

NF_Get/SetSWSTrackNotes don't throw Lua error when track is invalid #1881

Closed Buy-One closed 3 months ago

Buy-One commented 4 months ago

NF_SetSWSTrackNotes crashes REAPER instead.

NF_GetSWSTrackNotes doesn't crash REAPER.

REAPER 7.18, Windows 7 x64

cfillion commented 3 months ago

Fixing the crash. The no-error part is normal for extension-provided functions.

Buy-One commented 3 months ago

Thank you