Use native file dialog again. Readme.

This commit is contained in:
xenakios 2018-03-21 13:48:01 +02:00
parent 6b09d11d49
commit a45136e818
2 changed files with 3 additions and 1 deletions

View File

@ -389,7 +389,7 @@ void PaulstretchpluginAudioProcessorEditor::chooseFile()
String filterstring = processor.m_afm->getWildcardForAllFormats();
FileChooser myChooser("Please select audio file...",
initialloc,
filterstring,false);
filterstring,true);
if (myChooser.browseForFileToOpen())
{
File resu = myChooser.getResult();

View File

@ -10,6 +10,8 @@ History :
03-21-2018 1.1.0
-Added free filter spectral processing module
*Yellow envelope line is the editable envelope, blue line is the envelope transformed with the
free filter plugin parameters
*Click on envelope view to add point
*Alt-click on envelope point to remove point
*Alt-drag envelope line to change curvature