Home
last modified time | relevance | path

Searched refs:rdfs_comment (Results 1 – 15 of 15) sorted by relevance

/dports/audio/lilv/lilv-0.24.12/test/
H A Dtest_port.c175 LilvNode* rdfs_comment = lilv_new_uri(world, LILV_NS_RDFS "comment"); in main() local
176 LilvNodes* comments = lilv_port_get_value(plug, p, rdfs_comment); in main()
179 LilvNode* comment = lilv_port_get(plug, p, rdfs_comment); in main()
186 comments = lilv_port_get_value(plug, p, rdfs_comment); in main()
193 comments = lilv_port_get_value(plug, p, rdfs_comment); in main()
197 lilv_node_free(rdfs_comment); in main()
/dports/audio/eteroj-lv2/eteroj.lv2-0.10.0/
H A Deteroj_query.c58 LV2_URID rdfs_comment; member
193 lv2_atom_forge_key(forge, handle->urid.rdfs_comment); in _add()
219 lv2_atom_forge_key(forge, handle->urid.rdfs_comment); in _add()
474 handle->urid.rdfs_comment = handle->map->map(handle->map->handle, in instantiate()
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/lilv-0.24.0/test/
H A Dlilv_test.c1191 LilvNode* rdfs_comment = lilv_new_uri(world, LILV_NS_RDFS "comment"); in test_port() local
1192 LilvNodes* comments = lilv_port_get_value(plug, p, rdfs_comment); in test_port()
1195 LilvNode* comment = lilv_port_get(plug, p, rdfs_comment); in test_port()
1202 comments = lilv_port_get_value(plug, p, rdfs_comment); in test_port()
1209 comments = lilv_port_get_value(plug, p, rdfs_comment); in test_port()
1213 lilv_node_free(rdfs_comment); in test_port()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lilv/test/
H A Dlilv_test.c1216 LilvNode* rdfs_comment = lilv_new_uri(world, LILV_NS_RDFS "comment"); in test_port() local
1217 LilvNodes* comments = lilv_port_get_value(plug, p, rdfs_comment); in test_port()
1220 LilvNode* comment = lilv_port_get(plug, p, rdfs_comment); in test_port()
1227 comments = lilv_port_get_value(plug, p, rdfs_comment); in test_port()
1234 comments = lilv_port_get_value(plug, p, rdfs_comment); in test_port()
1238 lilv_node_free(rdfs_comment); in test_port()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dlv2_plugin.cc183 LilvNode* rdfs_comment; member in LV2World
1264 LilvNodes* comments = lilv_plugin_get_value(_impl->plugin, _world.rdfs_comment); in get_docs()
1280 _world.rdfs_comment); in get_parameter_docs()
1487 LilvNode* rdfs_comment = lilv_new_uri(_world.world, LILV_NS_RDFS "comment"); in find_presets() local
1494 LilvNode* comment = get_value(_world.world, preset, rdfs_comment); in find_presets()
1520 lilv_node_free(rdfs_comment); in find_presets()
3320 rdfs_comment = lilv_new_uri(world, LILV_NS_RDFS "comment"); in LV2World()
3390 lilv_node_free(rdfs_comment); in ~LV2World()
3509 LilvNode* rdfs_comment = lilv_new_uri(_world.world, LILV_NS_RDFS "comment"); in get_presets() local
3516 LilvNode* comment = get_value(_world.world, preset, rdfs_comment); in get_presets()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/api/
H A Dapi_state.c116 || !lv2_atom_forge_key(lforge->forge, moony->uris.rdfs_comment) in _lstateresponder_register_access()
154 if(lua_geti(L, -1, moony->uris.rdfs_comment) == LUA_TSTRING) in _lstateresponder_register_access()
158 if( !lv2_atom_forge_key(lforge->forge, moony->uris.rdfs_comment) in _lstateresponder_register_access()
H A Dapi.c1378 moony->uris.rdfs_comment = moony->map->map(moony->map->handle, RDFS__comment); in moony_init()
/dports/audio/moony-lv2/moony-0.36.0/include/
H A Dmoony.h250 LV2_URID rdfs_comment; member
/dports/audio/jalv/jalv-1.6.6/src/
H A Djalv_internal.h257 LilvNode* rdfs_comment; member
H A Djalv_qt.cpp513 LilvNode* comment = lilv_port_get(plugin, lilvPort, nodes->rdfs_comment); in Control()
H A Djalv_gtk.c1126 jalv->world, record->node, jalv->nodes.rdfs_comment, NULL); in build_control_widget()
H A Djalv.c968 jalv->nodes.rdfs_comment = lilv_new_uri(world, LILV_NS_RDFS "comment"); in jalv_open()
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DCarlaLv2Utils.hpp286 Lilv::Node rdfs_comment; member in Lv2WorldClass
420 rdfs_comment (new_uri(NS_rdfs "comment")), in Lv2WorldClass()
1874 if (LilvNode* const commentNode = lilvPort.get(lv2World.rdfs_comment.me)) in lv2_rdf_new()
2457 lv2World.rdfs_comment.me, nullptr)) in lv2_rdf_new()
/dports/audio/moony-lv2/moony-0.36.0/plugin/
H A Dnk_ui.c243 LV2_URID rdfs_comment; member
2991 handle->rdfs_comment = handle->map->map(handle->map->handle, RDFS__comment); in instantiate()
3422 else if( (property == handle->rdfs_comment) in _patch_set_parameter_property()
/dports/audio/synthpod-lv2/synthpod-01aad91/plugins/
H A Dsynthpod_common_nk.c410 LilvNode *rdfs_comment; member
4421 p = handle->node.rdfs_comment; in _refresh_main_plugin_list()
4820 LilvNode *comment_node = lilv_world_get(handle->world, preset, handle->node.rdfs_comment, NULL);
8052 handle->node.rdfs_comment = lilv_new_uri(handle->world, LILV_NS_RDFS"comment"); in _init()
8169 lilv_node_free(handle->node.rdfs_comment); in _deinit()