Skip to content

Commit

Permalink
Lost commit?
Browse files Browse the repository at this point in the history
  • Loading branch information
bspaans committed Feb 2, 2009
1 parent c70ca8c commit 749999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion improviser/Instrument.py
Expand Up @@ -24,7 +24,7 @@ class Instrument:
must_not_play = []

midi_set = False
last_tick = (-1, -1) # iteration, tick
last_tick = (-1, -1) # iteration,tick
no_fluidsynth = True

def __init__(self, parameters):
Expand Down

0 comments on commit 749999e

Please sign in to comment.