|
|
Thread Tools | Display Modes |
01-19-2021, 10:03 AM | #1 |
Human being with feelings
Join Date: May 2017
Location: Leipzig
Posts: 6,762
|
Docs by third party extension sometimes omit , in the Lua-functioncall-parameters
I found multiple functions in JS-extension as well in SWS, where commas are missing between two parameters:
According to CFillion, this is a bug in Reaper. Functions affected in SWS: https://github.com/reaper-oss/sws/is...ment-762922023 And those in JS-extension: https://forum.cockos.com/showpost.ph...postcount=1478
__________________
Use you/she/her.Ultraschall-Api Lua Api4Reaper - ReaGirl - a GuiLib for guis working for blind people |
01-19-2021, 05:33 PM | #2 |
Human being with feelings
Join Date: May 2015
Location: Québec, Canada
Posts: 5,270
|
It happens before each custom pointer type and only in the Lua signature.
__________________
🎁 Donate (PayPal) | Sponsor (GitHub) | The Endless Journey (Keyboard Ensemble) ReaPack, a package manager for REAPER | SWS 2.14 is now available in ReaPack [new!] Developer tools: Lua profiler | Interactive ReaScript | ReaPack Editor | ReaImGui |
04-26-2023, 08:32 AM | #3 |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 4,849
|
BUMP if this could be fixed.
My script is parsing html to make API nodes and this issue is making things little awkward. For now I need to find some other solution like parsing C++ header file which I was suggested, but then need to handle other C++ specific stuff and filter out things that are not in LUA. Issue here is missing DRAWLIST pin/argument since its not separated with comma:
__________________
My Scripts and ReaPack link | Virtual Tracks (ProTools Playlist/TrackVersions) | 🛸Area(51) Selection LUA Script | 🍝ReaSpaghetti Visual Scripter | 👻ParaNormal FX Router | 🥧 Pie Menu 3000 | ►Donation PayPal ☕️Ko-fi |
04-26-2023, 10:38 AM | #4 |
Human being with feelings
Join Date: Dec 2017
Location: Brazil
Posts: 2,057
|
+1. .
__________________
How to Reascript| MIDI Transfer| Item Sampler| Track Snapshot| ReaShare| Sample Organizer| Microrhythms| Bartoker| Markov Chains| MIDI Toolkit| Fake Grids| Adaptative Music| It's Gonna Phase |
04-26-2023, 11:05 AM | #5 |
Administrator
Join Date: Mar 2007
Location: NY
Posts: 16,519
|
Fixing.
|
04-26-2023, 11:14 AM | #6 |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 4,849
|
Thank you bug schwarminator!
__________________
My Scripts and ReaPack link | Virtual Tracks (ProTools Playlist/TrackVersions) | 🛸Area(51) Selection LUA Script | 🍝ReaSpaghetti Visual Scripter | 👻ParaNormal FX Router | 🥧 Pie Menu 3000 | ►Donation PayPal ☕️Ko-fi |
Thread Tools | |
Display Modes | |
|
|