Files @ c677bf37a1b4
Branch filter:

Location: light9/flax/UI.py

Drew Perttula
effect list has button to add to current song
Ignore-this: 336da00ee802890c5b75af5b0d2ab255
# 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)
"""