StrangeLoopsAudio / gRainbow

A synthesizer that uses pitch detection to choose candidates for granular synthesis or sampling.
GNU General Public License v3.0
193 stars 5 forks source link

Fix JUCE 7 deprecation warnings #42

Closed sjfricke closed 2 years ago

sjfricke commented 2 years ago

getCurrentPosition is deprecated for getPosition as some DAW don't return a value properly, hence the juce::Optional which is just JUCE's version of std::optional