Skip to content

Commit

Permalink
Code update
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jan 15, 2015
1 parent 8620610 commit 36db863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.*~
*.jar
*.log
*.zip
.*
bin
gen
Expand Down
4 changes: 1 addition & 3 deletions src/org/billthefarmer/mididriver/MidiDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,8 @@ private void processMidi()

synchronized (this)
{
for(byte[] queuedEvent: queuedEvents)
{
for (byte[] queuedEvent: queuedEvents)
write(queuedEvent);
}

queuedEvents.clear();
}
Expand Down

0 comments on commit 36db863

Please sign in to comment.