From 476cb419d37fa81bd100c9446f691ca274bf934f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 30 Oct 2018 01:02:29 +0100 Subject: [PATCH] [py] add note2freq to __all__ --- python/lib/aubio/midiconv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lib/aubio/midiconv.py b/python/lib/aubio/midiconv.py index 24b83951..7faa1be4 100644 --- a/python/lib/aubio/midiconv.py +++ b/python/lib/aubio/midiconv.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ utilities to convert midi note number to and from note names """ -__all__ = ['note2midi', 'midi2note', 'freq2note'] +__all__ = ['note2midi', 'midi2note', 'freq2note', 'note2freq'] import sys from ._aubio import freqtomidi, miditofreq -- 2.11.0