Hi,
Since 44cb676, pad name is missing from the filename when exporting pads. The resulting file only contains the extension type (for example “.html” or “.txt”).
I think the issue comes from the test on line 55 of ExportHandler.js. If I understand correctly the code, if exportFileName hook is not defined, hookFileName variable passed to the function should be an empty array.
Olivier;
Hi,
Since 44cb676, pad name is missing from the filename when exporting pads. The resulting file only contains the extension type (for example “
.html” or “.txt”).I think the issue comes from the test on line 55 of ExportHandler.js. If I understand correctly the code, if
exportFileNamehook is not defined,hookFileNamevariable passed to the function should be an empty array.Olivier;