mourednik / argotlunar

Surreal transformations of audio streams
http://argotlunar.info
GNU General Public License v2.0
166 stars 11 forks source link

Build Error - ‘empty’ is not a member of ‘juce::String’ #7

Closed tank-trax closed 3 years ago

tank-trax commented 3 years ago

Debian Buster 10.6 trying to build VST3 using JUCE 6.04

Compiling Parameters.cpp
../../Source/Parameters.cpp: In member function ‘const juce::String Parameters::getParameterName(int)’:
../../Source/Parameters.cpp:243:20: error: ‘empty’ is not a member of ‘juce::String’
     return String::empty;
mourednik commented 3 years ago

Hello. It is a major piece of work to upgrade to a newer JUCE version. I'm closing this issue and will see how much work is involved to upgrade. Thanks.

tank-trax commented 3 years ago

thanks for the reply, I thought I'd give it a try :-)

tank-trax commented 3 years ago

this happens with the VST2 as well