Skip to content

In LV2 (zynthian), implement loading of IR files using the LV2 Path extension. #7

Description

@jofemodo

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions