gbyesiltas / ReMastered

MIDI controlled harmonizer (prismizer) plugin made using the JUCE framework
3 stars 0 forks source link

Change to another pitch detection module/library #4

Closed gbyesiltas closed 1 year ago

gbyesiltas commented 1 year ago

aubio is pretty fast and works well but every single time I'm trying to build with it I need to go through a bunch of configuration hops and I couldn't get it to work for arm64 so far.

Found this one after a quick google search: https://github.com/adamski/pitch_detector

gbyesiltas commented 1 year ago

I added the aubio source code instead of the framework, solves the issue for now