Re: problem with plugin Manager
Posted: Sun Aug 23, 2015 5:41 pm
This plugin is listed in "All" in the Plugin Manager as "Sample Data Import" after you have enabled it and clicked OK. Before OK, it is listed as "ExperimentalSampleDataImport" as per the file name.DERF wrote:Problem with plug-in Manager (continuation).
I placed the plug - in "ExperimentalSampleDataImport.ny" in the file "Plug-ins" of "Audacity", In Audacity 2.1.1 under Windows 8.
I clicked " enable " in the plug - in Manager. I clicked on "OK". Now this plug - in does not appear any more in the list of the plug in Manager.
Without making that change, the plugin appears as expected in the Generate menu, after enable and OK in the Plugin Manager (I am on Windows 7 x64 at the moment).steve wrote:Add a space at the end of the line:Code: Select all
;control file "Input file" string "" ""
But the effect's interface does not appear until you add the space. Can we add the space in the file we offer for download?
The space must be placed at the end of the line.DERF wrote:It is necessary to place a space enter ... string "" (here) "", or ... string "" " (here) "?
Code: Select all
;control file "Input file" string "" ""SPACE HEREGale