A question for the residents of Nornsville, regarding the UI module.
I’d like to get some simple playback icons, for example using:
UI.PlaybackIcon.new(64, 5, 10, 1)
UI.PlaybackIcon:redraw()
I’ve tried putting these directly into function redraw() at the end of my script and also wrapping them into a function first, but I keep getting the error:
attempt to index a nil value (global ‘UI’)
I’m sure I’m probably getting some syntax wrong here, so has anyone got an easy example of using the UI module I could see? I’d be keen to use some of the dials and sliders from there too!