diff --git a/README.md b/README.md index 276fa15..87f7ef9 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,12 @@ Usage is simple: * Open source! Free! * Randomize anything! Generate complex arpeggios and Euclidean patterns with the click of a button! * Prolong your encoder lifespan! Combined, there are over 1,000 potential values for EACH part, and Yarns has up to four parts. This program saves your encoder from a ton of clicking and spinning. +* Cross platform! Works on Windows, Mac, & Linux! ## Dependencies: * python2.7: https://www.python.org/ * wxpython: http://www.wxpython.org/ -* pygame: http://www.pygame.org/ +* rtmidi-python: https://github.com/superquadratic/rtmidi-python * natsort: https://pypi.python.org/pypi/natsort diff --git a/editor.py b/editor.py index 3eed5e5..598ab6a 100644 --- a/editor.py +++ b/editor.py @@ -1401,7 +1401,7 @@ def OnConfirm(self): midiManager.CloseMIDI() midiManager.OpenMIDI() - # add layout panel + # add layout panel and switch to it self.OnPartChange(0) self.ChangeSelection(1)