Home
last modified time | relevance | path

Searched refs:atom_child_type (Results 1 – 3 of 3) sorted by relevance

/dports/audio/moony-lv2/moony-0.36.0/api/
H A Dapi_state.c51 if(lua_geti(L, -1, moony->uris.atom_child_type) == LUA_TNUMBER) in _lstateresponder_register_access()
485 if(lua_geti(L, -1, moony->uris.atom_child_type) == LUA_TNUMBER) in _lstateresponder__call()
697 if(lua_geti(L, -1, moony->uris.atom_child_type) == LUA_TNUMBER) // prop[Atom.childType] in _lstateresponder_sync()
728 if(lua_geti(L, -1, moony->uris.atom_child_type) == LUA_TNUMBER) // prop[Atom.childType] in _lstateresponder_sync()
791 if(lua_geti(L, -1, moony->uris.atom_child_type) == LUA_TNUMBER) // prop[Atom.child_type] in _lstateresponder_stash()
H A Dapi.c1393 moony->uris.atom_child_type = moony->map->map(moony->map->handle, LV2_ATOM__childType); in moony_init()
/dports/audio/moony-lv2/moony-0.36.0/include/
H A Dmoony.h265 LV2_URID atom_child_type; member