issues
search
jalovatt
/
scythe
Lua GUI library and utility framework for Reaper scripts (formerly Lokasenna_GUI)
https://jalovatt.github.io/scythe
MIT License
26
stars
6
forks
source link
Tidy/refactor/localize Scythe.lua
#112
Open
jalovatt
opened
5 years ago
jalovatt
commented
5 years ago
This module is getting really messy.
Sort it into functions with a main "startup" function
Reduce the use of globals, and/or assign all of the global stuff in one place. i.e. set up all of the locals and have a dedicated module exposing them globally.
This module is getting really messy.