View Single Post
Old 10-21-2019, 08:54 PM   #536
babag
Human being with feelings
 
Join Date: Nov 2009
Posts: 2,227
Default

ah. thanks. but now i'm getting:
Quote:
toolbartest-01_GUI.lua:34: ')' expected near '='
that's this line:
Code:
  GUI.New("btn_"..k, "Button", (k - 1) * button_width, 0, button_width, 24, caption = v.label, func = function() reaper.Main_OnCommand(v.command, 0) end)
don't get that. looks right to my untrained eye.

thanks again,
babag

btw, this is really cool.
babag is offline   Reply With Quote