projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a4402
)
[py] add note2freq to __all__
author
Paul Brossier
<piem@piem.org>
Tue, 30 Oct 2018 00:02:29 +0000
(
01:02
+0100)
committer
Paul Brossier
<piem@piem.org>
Tue, 30 Oct 2018 00:02:29 +0000
(
01:02
+0100)
python/lib/aubio/midiconv.py
patch
|
blob
|
history
diff --git
a/python/lib/aubio/midiconv.py
b/python/lib/aubio/midiconv.py
index
24b8395
..
7faa1be
100644
(file)
--- 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