Searched refs:atom_child_type (Results 1 – 3 of 3) sorted by relevance
/dports/audio/moony-lv2/moony-0.36.0/api/ |
H A D | api_state.c | 51 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 D | api.c | 1393 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 D | moony.h | 265 LV2_URID atom_child_type; member
|