projects
/
node-aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa9868
)
test.js: add missing del_aubio_pitch
author
Paul Brossier
<piem@piem.org>
Wed, 20 Apr 2016 12:32:10 +0000
(14:32 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 20 Apr 2016 12:32:10 +0000
(14:32 +0200)
test.js
patch
|
blob
|
history
diff --git
a/test.js
b/test.js
index
dc43e1f
..
cfbca33
100644
(file)
--- a/
test.js
+++ b/
test.js
@@
-58,6
+58,7
@@
var get_file_bpm = function(path, params) {
aubio.del_aubio_source(source);
aubio.del_aubio_tempo(tempo);
+ aubio.del_aubio_pitch(pitch);
}