diff --git a/lv2/sfizz.c b/lv2/sfizz.c index 7c184e0b..825519c9 100644 --- a/lv2/sfizz.c +++ b/lv2/sfizz.c @@ -61,7 +61,7 @@ #define SFIZZ_URI "http://sfztools.github.io/sfizz" #define SFIZZ_PREFIX SFIZZ_URI "#" #define SFIZZ__sfzFile "http://sfztools.github.io/sfizz:sfzfile" -#define SFIZZ__scalaFile "http://sfztools.github.io/sfizz:scalafile" +#define SFIZZ__tuningfile "http://sfztools.github.io/sfizz:tuningfile" #define SFIZZ__numVoices "http://sfztools.github.io/sfizz:numvoices" #define SFIZZ__preloadSize "http://sfztools.github.io/sfizz:preload_size" #define SFIZZ__oversampling "http://sfztools.github.io/sfizz:oversampling" @@ -196,7 +196,7 @@ sfizz_lv2_map_required_uris(sfizz_plugin_t *self) self->patch_value_uri = map->map(map->handle, LV2_PATCH__value); self->state_changed_uri = map->map(map->handle, LV2_STATE__StateChanged); self->sfizz_sfz_file_uri = map->map(map->handle, SFIZZ__sfzFile); - self->sfizz_scala_file_uri = map->map(map->handle, SFIZZ__scalaFile); + self->sfizz_scala_file_uri = map->map(map->handle, SFIZZ__tuningfile); self->sfizz_num_voices_uri = map->map(map->handle, SFIZZ__numVoices); self->sfizz_preload_size_uri = map->map(map->handle, SFIZZ__preloadSize); self->sfizz_oversampling_uri = map->map(map->handle, SFIZZ__oversampling); diff --git a/lv2/sfizz.ttl.in b/lv2/sfizz.ttl.in index dc5704c0..ef56b35b 100644 --- a/lv2/sfizz.ttl.in +++ b/lv2/sfizz.ttl.in @@ -41,7 +41,7 @@ midnam:update a lv2:Feature . "File SFZ"@it ; rdfs:range atom:Path . -<@LV2PLUGIN_URI@:scalafile> +<@LV2PLUGIN_URI@:tuningfile> a lv2:Parameter ; pg:group <@LV2PLUGIN_URI@#tuning> ; rdfs:label "Scala file", @@ -77,7 +77,7 @@ midnam:update a lv2:Feature . opts:supportedOption bufsize:maxBlockLength, bufsize:nominalBlockLength ; patch:writable <@LV2PLUGIN_URI@:sfzfile> ; - patch:writable <@LV2PLUGIN_URI@:scalafile> ; + patch:writable <@LV2PLUGIN_URI@:tuningfile> ; lv2:port [ a lv2:InputPort, atom:AtomPort ;