bibliopixel.util.offset_range module¶
Handle DMX and MIDI channel offsets
-
class
bibliopixel.util.offset_range.DMXChannel(offset=0, begin=None, end=None)[source]¶ Bases:
bibliopixel.util.offset_range.OffsetRange-
BEGIN= 1¶
-
END= 512¶
-
-
class
bibliopixel.util.offset_range.MidiChannel(offset=0, begin=None, end=None)[source]¶ Bases:
bibliopixel.util.offset_range.OffsetRange-
BEGIN= 1¶
-
END= 16¶
-
-
class
bibliopixel.util.offset_range.MidiNote(offset=0, begin=None, end=None)[source]¶ Bases:
bibliopixel.util.offset_range.OffsetRange-
BEGIN= 0¶
-
END= 127¶
-