view flax/UI.py @ 1033:b5ee7aa9341a

effecteval now runs effects in the background, following the current song, and sends dmx output Ignore-this: 3f6a727a8b431cbb1fa1beb454dc3c4
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 27 May 2014 06:29:00 +0000
parents 45b12307c695
children
line wrap: on
line source

# 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)
"""