diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2020-10-01 19:23:51 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2020-10-01 19:23:51 +0200 |
commit | 4979f29d86ad3984819cc9fe068a530ab3ff80f9 (patch) | |
tree | 08e7782e2481129b69603d75195fc9a5a6c00fb8 /atom_inspector_nk.c | |
parent | 4f5c779b961c7a4898a642002fe81cbe8115f50e (diff) | |
download | sherlock.lv2-4979f29d86ad3984819cc9fe068a530ab3ff80f9.tar.xz |
add state extension prefix to atom inspector.
Diffstat (limited to 'atom_inspector_nk.c')
-rw-r--r-- | atom_inspector_nk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atom_inspector_nk.c b/atom_inspector_nk.c index 17daea8..ec628b8 100644 --- a/atom_inspector_nk.c +++ b/atom_inspector_nk.c @@ -60,6 +60,7 @@ _sratom_to_turtle(Sratom* sratom, serd_env_set_prefix_from_strings(env, (const uint8_t *)"ui", (const uint8_t *)LV2_UI_PREFIX); serd_env_set_prefix_from_strings(env, (const uint8_t *)"time", (const uint8_t *)LV2_TIME_URI"#"); serd_env_set_prefix_from_strings(env, (const uint8_t *)"patch", (const uint8_t *)LV2_PATCH_PREFIX); + serd_env_set_prefix_from_strings(env, (const uint8_t *)"state", (const uint8_t *)LV2_STATE_PREFIX); serd_env_set_prefix_from_strings(env, (const uint8_t *)"osc", NS_OSC); serd_env_set_prefix_from_strings(env, (const uint8_t *)"xpress", NS_XPRESS); |