| Home | Trees | Indices | Help |
|---|
|
|
1 #Embedded file name: /Users/versonator/Hudson/live/Projects/AppLive/Resources/MIDI Remote Scripts/_Framework/NotifyingControlElement.py 2 from SubjectSlot import Subject, SubjectEvent 3 from ControlElement import ControlElement 46 """ 7 Class representing control elements that can send values 8 """ 9 __subject_events__ = (SubjectEvent(name='value', doc=' Called when the control element receives a MIDI value\n from the hardware '),)10
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 6 18:53:33 2013 | http://epydoc.sourceforge.net |