Musical Notations using Aubio in Xcode

265 views Asked by At

I am trying to make a program for basic monophonic note transciption using aubio, for my high school class. I am trying to run an example code in Xcode and I get these errors:

Apple Mach-O Linker(Id)Error "_CFStringCreateWithCString", referenced from:

Any advice on how to fix these errors, or on note transcription using aubio in Xcode would be appreciated! Thanks!

1

There are 1 answers

0
piem On

You will need to link against CoreFoundation, AudioToolbox, and Accelerate system frameworks, as well as the aubio framework.

Please ask your questions @ https://github.com/aubio/aubio/issues.

Also check out http://www.denemo.org, which does monophonic transcription to score using aubio.