renoise / definitions

LuaCATS definitions for the Renoise Lua API
4 stars 4 forks source link

Fix and cleanup ViewBuilder some more #13

Closed unlessgames closed 4 months ago

unlessgames commented 4 months ago

Checking my tools with the LSP revealed a few mistakes and oversights on my part with the view_builder.lua, I've fixed them in this.

I also found a misrepresentation in the tool.lua file.

Added a RGBColor type that is slightly better than an integer[] (although it does still allow a table with just 2 values in practice).