Skip to content

Commit

Permalink
Add init message
Browse files Browse the repository at this point in the history
  • Loading branch information
reckoner165 committed Jan 27, 2018
1 parent dd3beed commit f013b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soundmodular.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Patcher:
"""

def __init__(self, user_dict):
print "Setting up soundmodular Patcher."
self.module = Module(user_dict['sampling_rate'])

self.audio = pyaudio.PyAudio()
Expand Down

0 comments on commit f013b96

Please sign in to comment.