diff options
author | John Glover <glover.john@gmail.com> | 2010-12-22 18:49:50 +0000 |
---|---|---|
committer | John Glover <glover.john@gmail.com> | 2010-12-22 18:49:50 +0000 |
commit | bb8083adf0d17a7c70950924f9eeafcaa21b8e11 (patch) | |
tree | db274f62287f6a8d2591b13dc3684821a55c4a59 /__init__.py | |
parent | 0fc0718e4e06f3ffc8518b3a3672ede08369617a (diff) | |
download | simpl-bb8083adf0d17a7c70950924f9eeafcaa21b8e11.tar.gz simpl-bb8083adf0d17a7c70950924f9eeafcaa21b8e11.tar.bz2 simpl-bb8083adf0d17a7c70950924f9eeafcaa21b8e11.zip |
Updated SMS to work with the simpl v0.2 API
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |