diff options
Diffstat (limited to 'plugins/eg-sampler.lv2')
-rw-r--r-- | plugins/eg-sampler.lv2/peaks.h | 2 | ||||
-rw-r--r-- | plugins/eg-sampler.lv2/uris.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/eg-sampler.lv2/peaks.h b/plugins/eg-sampler.lv2/peaks.h index a5bd267..45d3465 100644 --- a/plugins/eg-sampler.lv2/peaks.h +++ b/plugins/eg-sampler.lv2/peaks.h @@ -120,7 +120,7 @@ peaks_sender_start(PeaksSender* sender, Forge a message which sends a range of peaks. Writes a peaks:PeakUpdate object to `forge`, like: - [source,n3] + [source,turtle] ---- [] a peaks:PeakUpdate ; diff --git a/plugins/eg-sampler.lv2/uris.h b/plugins/eg-sampler.lv2/uris.h index b3639bc..1609db7 100644 --- a/plugins/eg-sampler.lv2/uris.h +++ b/plugins/eg-sampler.lv2/uris.h @@ -73,7 +73,7 @@ map_sampler_uris(LV2_URID_Map* map, SamplerURIs* uris) /** Write a message like the following to `forge`: - [source,n3] + [source,turtle] ---- [] a patch:Set ; @@ -102,7 +102,7 @@ write_set_file(LV2_Atom_Forge* forge, /** Get the file path from `obj` which is a message like: - [source,n3] + [source,turtle] ---- [] a patch:Set ; |