Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
notinachos committed May 23, 2015
1 parent 458cc4d commit 84afc6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 84afc6c

Please sign in to comment.