openAVproductions / openAV-Luppp

Luppp is a live performance tool, created by OpenAV productions.
http://openavproductions.com/luppp
GNU General Public License v3.0
257 stars 45 forks source link

Display helpful button tooltips #333

Open Spengreb opened 3 months ago

Spengreb commented 3 months ago

I've added tooltips to a variety of buttons in LUPPP to describe their usage to a complete noob.

This was the first code change I tried to make to LUPPP and forgot to push it to upstream, I hope the descriptions are correct for each element. I read as much as I could to understand each one but honestly some of there are still not so clear to me, like what XRec is supposed to do.

harryhaaren commented 2 months ago

XRec is "overdub". Or "CrossRecord", or XRec in my head :)

Spengreb commented 1 month ago

Updated the other tooltip descriptions and commented that printf out.

I messed around with XRec a bit more and I think I get it now. It's not quite an overdub but more of a redo. Instead of queuing playback it queues recording on the given clip. Perhaps the name of the button should be changed? I'll think about it a bit more and probably do more on XRec in another PR as there is more behavior i would like to see added here.