Skip to content

Commit

Permalink
Commented out bug in soundclient.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjara committed Feb 3, 2015
1 parent af4cfeb commit c819a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/soundclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ def create_sound(self,soundParams):
#return(None,None)

def play_sound(self,soundID):
# FIXME: check that this sound as been defined
# FIXME: check that this sound has been defined
if USEJACK:
self.soundwaves[soundID].reset() # Reset phase to 0
#self.soundwaves[soundID].reset() # Reset phase to 0
self.sounds[soundID].play()
else:
soundfile = '/tmp/tempsound.wav'
Expand Down

0 comments on commit c819a24

Please sign in to comment.