Files @ 5b157494a741
Branch filter:

Location: light9/flax/UI.py

drewp@bigasterisk.com
vidref always show song time, and don't lose the details on normal size view
Ignore-this: 9d74c2424efff1bb4519c9303cbef942
# Abstract UI widgets

class UI(Something):
    pass

class Scale(UI):
    def __init__(self, start, stop, res=0.001):
        pass

""" unfinished
class Button(UI):
    def __init__(self, etc)
"""