LV2 plugins (and zynthian!) does support loading files. There is no limitation.
You should be capable to tell JUCE to export the "IR file" parameter & generate TTL for it. JUCE should support the Path extension, that is part of the LV2 core specs from long time ago. If this is not possible with JUCE, the limitation is not in LV2/Zynthian, but in JUCE not supporting the LV2 mechanism to load files, that is pretty straightforward.
The TTL generated by JUCE for the "IR file" paraemter should be something like this:
<plug:_20_irfile>
a lv2:Parameter;
mod:fileTypes "wav,flac";
rdfs:label "IR File";
rdfs:range atom:Path.
Regards,
LV2 plugins (and zynthian!) does support loading files. There is no limitation.
You should be capable to tell JUCE to export the "IR file" parameter & generate TTL for it. JUCE should support the Path extension, that is part of the LV2 core specs from long time ago. If this is not possible with JUCE, the limitation is not in LV2/Zynthian, but in JUCE not supporting the LV2 mechanism to load files, that is pretty straightforward.
The TTL generated by JUCE for the "IR file" paraemter should be something like this:
Regards,