On Fri, 2014-02-07 at 11:49 -0300, Paul Brossier wrote: > On 02/07/2014 07:41 AM, Richard Shann wrote: > > On Thu, 2014-02-06 at 23:37 -0600, Jeremiah Benham wrote: [...] > > I have built the aubio-4 version under Debian stable (using headers > > and libraries for aubio-4 installed in the user's own home directory) > > and it executes ok. The note onset stuff is working (that is the > > opening source audio for transcribing to notation) but the microphone > > entry failed to detect any notes. The latter is somewhat uncertain > > because I often get a failure to get a signal in from the microphone > > on this box, however I immediately switched to the aubio3 version and > > that worked so there is probably a real problem there. > > I found a bug: fvec_median is used, so AUBIO_UNSTABLE needs to be > defined before including <aubio/aubio.h>. now i wonder why the compiler > didn't complain at all about not finding the prototype.
I put the define for AUBIO_UNSTABLE into the source and lo! microphone input now works. > > attached is the updated patch. I also simplified get_note() by using > fvec_copy(). could you run diff again against the current git master (better, perhaps Jeremiah could give you permissions to push to denemo's git?). Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
