hugbug / conpianist

App to control Yamaha CSP digital pianos from Windows, macOS or Linux.
GNU General Public License v3.0
32 stars 4 forks source link

Update JUCE: 5.3.1->5.4.7 #27

Closed hugbug closed 4 years ago

hugbug commented 4 years ago

Newer versions of JUCE replace ScopedPointer with std::unique_ptr. Our code needs to be adjusted for that change. There are also few other minor changes to account for.