Example #1
0
 def __del__(self):
     MixerControlLocableAbstract.__del__(self)
Example #2
0
 def __init__(self, config, card_index, control, cid):
     MixerControlLocableAbstract.__init__(self, config, card_index, control, cid)
     self.sliders = []
     self.buttons = {}