Hi All,
Found a typo in juce_AiffAudioFormat.cpp. Line 171:
case minor: keyString = "major"; break;
should be
case minor: keyString = "minor"; break;
Should be pretty easy to fix
Cheers,
Vincent
Hi All,
Found a typo in juce_AiffAudioFormat.cpp. Line 171:
case minor: keyString = "major"; break;
should be
case minor: keyString = "minor"; break;
Should be pretty easy to fix
Cheers,
Vincent
oops! Thanks, I’ll tidy that up!