From 20473bc111d2ec16dbe1403b0d8e4d963e15c0c3 Mon Sep 17 00:00:00 2001
From: John Glover <john@john-glovers-macbook.local>
Date: Fri, 17 Dec 2010 18:11:41 +0000
Subject: changed name of residual streaming method

---
 basetypes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
cgit v1.2.3