On Thu, 2016-06-02 at 22:24 -0500, Jeremiah Benham wrote: > Richard, > > I am trying to compile without any libaubio. This function was in > src/audio/pitchentry.c. I have told src/Makefile.am not to build > pitchentry.c.Is there a better place for this function to be defined > so that scheme-callbacks.o can compile?
yes, but it requires pulling out the PR_temperament from being local to pitchrecog.c I think I understand the issues involved (I've been experimenting this morning) and I hope I can move it to figure.c later today. Richard > > gchar * > determine_interval (gint bass, gint harmony, gboolean * status) > > > Jeremiah > > _______________________________________________ > Denemo-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/denemo-devel _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
