Update version number
This commit is contained in:
parent
f2275d49eb
commit
3e2ce4ad45
@ -274,7 +274,7 @@ void PaulstretchpluginAudioProcessorEditor::filesDropped(const StringArray & fil
|
|||||||
|
|
||||||
void PaulstretchpluginAudioProcessorEditor::chooseFile()
|
void PaulstretchpluginAudioProcessorEditor::chooseFile()
|
||||||
{
|
{
|
||||||
String initiallocfn = processor.m_propsfile->m_props_file->getValue("importfilefolder",
|
String initiallocfn = processor.m_propsfile->m_props_file->getValue("importfilefolder",
|
||||||
File::getSpecialLocation(File::userHomeDirectory).getFullPathName());
|
File::getSpecialLocation(File::userHomeDirectory).getFullPathName());
|
||||||
File initialloc(initiallocfn);
|
File initialloc(initiallocfn);
|
||||||
String filterstring = processor.m_afm->getWildcardForAllFormats();
|
String filterstring = processor.m_afm->getWildcardForAllFormats();
|
||||||
|
@ -27,7 +27,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#undef max
|
#undef max
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
String g_plugintitle{ "PaulXStretch 1.0.0 preview 4" };
|
String g_plugintitle{ "PaulXStretch 1.0.0 preview 5" };
|
||||||
|
|
||||||
std::set<PaulstretchpluginAudioProcessor*> g_activeprocessors;
|
std::set<PaulstretchpluginAudioProcessor*> g_activeprocessors;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user