yokemura / Magical8bitPlug2

GNU General Public License v3.0
301 stars 19 forks source link

Update for use with v5.4.7 #2

Closed gazayas closed 4 years ago

gazayas commented 4 years ago

Hello, this is related to Issue #1.

According to this commit, since the function getRawParameters returns a std::atomic<float>* in v5.4.7, I updated the data types of the values receiving the return values in Source/Setting.h

There was one line in Source/PluginProcessor.cpp that was affected due to this change, so I changed the code at line 150/151 so it could build.

I've only tested it with my computer, so please let me know if it works. Also, please let me know if I'm missing anything!

Thank you.

yokemura commented 4 years ago

Thanks! The change looks reasonable I think I'd better start a develop branch to prepare for the next version including this change