shithub: aubio

Download patch

ref: 476cb419d37fa81bd100c9446f691ca274bf934f
parent: e9a440263005222ed072a03114f238f4d3510d6a
author: Paul Brossier <piem@piem.org>
date: Mon Oct 29 21:02:29 EDT 2018

[py] add note2freq to __all__

--- 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