gluon / AbletonLive9_RemoteScripts

Unofficial repository for Ableton Live 9 MIDI Remote Scripts by Julien Bayle
http://julienbayle.net/ableton-live-9-midi-remote-scripts/
513 stars 245 forks source link

Typo found in _Framework / TransportComponent.py #35

Open ghost opened 8 years ago

ghost commented 8 years ago

At Line 35, it's declared as self.arrangement_overdub_toggle (missing initial underscore after self.) but it was called in the function (Line 103 & 104): def set_arrangement_overdub_button(self, button): as self._arrangement_overdub_toggle.set_toggle_button(button)

This causes the function to fail.