From 3239ee33ab5a2f4b546889148af7a0859f406699 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 27 Sep 2012 15:28:35 -0600 Subject: [PATCH] added two simple analyzer examples --- timeside/analyzer/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/timeside/analyzer/__init__.py b/timeside/analyzer/__init__.py index 92d3bf9..504d50f 100644 --- a/timeside/analyzer/__init__.py +++ b/timeside/analyzer/__init__.py @@ -6,4 +6,6 @@ from core import * from max_level import * from mean_level import * from dc import * +from aubio_bpm import * +from aubio_onsetrate import * -- 2.39.5