Module vlib.vControl

Control is the base class for all views which let the user change a value or some "state" from the UI

Fields

self.active (bool, r/w) active property of this control note: implemented differently from class to class...
self.midi_mapping (string) define name of the midi-mapping note: supply a similarly-named function to establish actual handling of midi messages in your tool...


Fields

self.active
(bool, r/w) active property of this control note: implemented differently from class to class...
self.midi_mapping
(string) define name of the midi-mapping note: supply a similarly-named function to establish actual handling of midi messages in your tool...
generated by LDoc 1.4.2