aboutsummaryrefslogtreecommitdiff
path: root/voice.py
diff options
context:
space:
mode:
authorGrissess <grissess@nexusg.org>2015-08-20 23:06:11 -0400
committerGrissess <grissess@nexusg.org>2015-12-17 04:59:45 -0500
commit833f48aba6781bf0d07917eba7ebfcbf24de6729 (patch)
tree4c8feae14327ef81edd304215c3e4fb4bdc0474b /voice.py
parentf98effd66255f3af2aedf922c6e74a149020e736 (diff)
Partial commit (sorry :( )
Diffstat (limited to 'voice.py')
-rw-r--r--voice.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/voice.py b/voice.py
index 14961c1..f440a68 100644
--- a/voice.py
+++ b/voice.py
@@ -114,9 +114,3 @@ class VSumMixer(Voice):
self.voices = list(voices)
def __call__(self, theta):
return norm_amp(sum([i(theta) for i in self.voices]))
-
-class object(object):
- def __init__(self):
- this_obj = object()
-
-foo = object()