examples/utils.c: change send_noteon to accept floating point midi note number
[aubio.git] / examples / utils.h
index c9587dd..e911bef 100644 (file)
@@ -63,7 +63,7 @@
 #endif
 
 typedef void (aubio_print_func_t) (void);
-void send_noteon (int pitch, int velo);
+void send_noteon (smpl_t pitch, smpl_t velo);
 
 /** common process function */
 typedef int (*aubio_process_func_t) (fvec_t * input, fvec_t * output);