Closed p3r7 closed 1 year ago
lib/lfo calls _menu.rebuild_params() (here and here).
lib/lfo
_menu.rebuild_params()
but in seamstress the _menu global is called paramsMenu (source).
_menu
paramsMenu
i'd have been happy to fix but don't know which approach to take.
possible choices:
seamstress.lua
hmmmm. I like _menu = paramsMenu in seamstress.lua. I don't at the moment see room for other menus on the params window, but this seems the most reasonable for future changes.
_menu = paramsMenu
lib/lfo
calls_menu.rebuild_params()
(here and here).but in seamstress the
_menu
global is calledparamsMenu
(source).i'd have been happy to fix but don't know which approach to take.
possible choices:
_menu
withparamsMenu
inlib/lfo
_menu
toparamsMenu
inseamstress.lua
paramsMenu
with_menu