Home
last modified time | relevance | path

Searched refs:ui_bundle_node (Results 1 – 2 of 2) sorted by relevance

/dports/audio/synthpod-lv2/synthpod-01aad91/sandbox_ui.lv2/
H A Dsandbox_slave.c67 LilvNode *ui_bundle_node; member
457 sb->ui_bundle_node = lilv_new_file_uri(sb->world, NULL, sb->ui_bundle_path); in sandbox_slave_new()
470 if(sb->ui_bundle_node) in sandbox_slave_new()
472 lilv_world_load_bundle(sb->world, sb->ui_bundle_node); in sandbox_slave_new()
619 if(sb->ui_bundle_node) in sandbox_slave_free()
621 lilv_world_unload_bundle(sb->world, sb->ui_bundle_node); in sandbox_slave_free()
622 lilv_node_free(sb->ui_bundle_node); in sandbox_slave_free()
/dports/audio/synthpod-lv2/synthpod-01aad91/plugins/
H A Dsynthpod_common_nk.c2897 const LilvNode *ui_bundle_node = lilv_ui_get_bundle_uri(ui); in _mod_ui_add() local
2939 const char *ui_bundle_uri = ui_bundle_node in _mod_ui_add()
2940 ? lilv_node_as_uri(ui_bundle_node) in _mod_ui_add()