Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gkvoelkl committed Apr 3, 2018
1 parent cdf41cf commit 6b82331
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psonic/synth_server.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ def synth(self, command):
def run(self, command):
self.send_command(SonicPi.RUN_COMMAND, command)

def send(self,command):
self.run(command)

def stop(self):
self.send_command(SonicPi.STOP_COMMAND)

Expand Down

0 comments on commit 6b82331

Please sign in to comment.