summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Glover <john@john-glovers-macbook.local>2010-12-17 18:11:41 +0000
committerJohn Glover <john@john-glovers-macbook.local>2010-12-17 18:11:41 +0000
commit20473bc111d2ec16dbe1403b0d8e4d963e15c0c3 (patch)
tree3aadae70041225b3b24a4f48804a6798f794aa75
parente63147a042bebb1cdbeec3b82cc263d16f537a95 (diff)
downloadsimpl-20473bc111d2ec16dbe1403b0d8e4d963e15c0c3.tar.gz
simpl-20473bc111d2ec16dbe1403b0d8e4d963e15c0c3.tar.bz2
simpl-20473bc111d2ec16dbe1403b0d8e4d963e15c0c3.zip
changed name of residual streaming method
-rw-r--r--basetypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/basetypes.py b/basetypes.py
index 2a25688..09c5256 100644
--- a/basetypes.py
+++ b/basetypes.py
@@ -355,7 +355,7 @@ class Residual(object):
self.hop_size = 512
self.frame_size = 2048
- # TODO: break this up into find_residual and find_frame_residual
+ # TODO: break this up into find_residual and residual_frame
# so that it can be streamed
def find_residual(self, synth, original):
"Calculate and return the residual signal"