[py] add note2freq to __all__
authorPaul Brossier <piem@piem.org>
Tue, 30 Oct 2018 00:02:29 +0000 (01:02 +0100)
committerPaul Brossier <piem@piem.org>
Tue, 30 Oct 2018 00:02:29 +0000 (01:02 +0100)
python/lib/aubio/midiconv.py

index 24b8395..7faa1be 100644 (file)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 """ utilities to convert midi note number to and from note names """
 
 # -*- 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
 
 import sys
 from ._aubio import freqtomidi, miditofreq