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
448 stars 85 forks source link

BR_GetMouseCursorContext_MIDI retval value #783

Closed X-Raym closed 8 years ago

X-Raym commented 8 years ago

Hi, According to the doc and to the previous scripts we already made, BR_GetMouseCursorContext_MIDI should return retval, inlineEditor, noteRow, ccLane, ccLaneVal, ccLaneId It seems with REAPER 5.1 and SWS 2.8.2 that it now returns inlineEditor, noteRow, ccLane, ccLaneVal, ccLaneId and not matching with doc description.

More infos on this thread

Tested in Lua on Windows 10.

Thanks for your support !

X-Raym commented 8 years ago

Maybe this is just an error in the doc. I modify my scripts so that it handles this behavior.

Jeff0S commented 8 years ago

Should be fixed for the next build, note that the return value will be back... Thanks for the detailed bug report, it helped.