From bb8083adf0d17a7c70950924f9eeafcaa21b8e11 Mon Sep 17 00:00:00 2001 From: John Glover Date: Wed, 22 Dec 2010 18:49:50 +0000 Subject: Updated SMS to work with the simpl v0.2 API --- __init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 182226e..82e693e 100644 --- a/__init__.py +++ b/__init__.py @@ -14,7 +14,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -from basetypes import Peak, PeakDetection, Partial, PartialTracking, Synthesis, Residual +from basetypes import Frame, Peak, Partial +from basetypes import PeakDetection, PartialTracking, Synthesis, Residual from basetypes import compare_peak_amps, compare_peak_freqs from sndobj import SndObjPeakDetection, SndObjPartialTracking, SndObjSynthesis from sms import SMSPeakDetection, SMSPartialTracking, SMSSynthesis, SMSResidual -- cgit v1.2.3