shithub: aubio

Download patch

ref: 4435ea6e919e6ac5eb914be6d2c633e60ecd7b4b
parent: cd60b5c250ac64ab1aa827a6b26f2e800bb2dfc2
author: Paul Brossier <piem@piem.org>
date: Tue Jul 10 11:30:32 EDT 2012

src/fmat.h: length and height

--- a/src/fmat.h
+++ b/src/fmat.h
@@ -43,11 +43,11 @@
 
 /** fmat_t buffer creation function
 
-  \param length the length of the buffer to create
-  \param channels the number of channels in the buffer
+  \param length the length of the matrix to create
+  \param height the height of the matrix to create
 
 */
-fmat_t * new_fmat(uint_t length, uint_t channels);
+fmat_t * new_fmat(uint_t length, uint_t height);
 /** fmat_t buffer deletion function
 
   \param s buffer to delete as returned by new_fmat()