actually set get_state uri (fix copy/paste bug)
This commit is contained in:
parent
20893784fc
commit
c5ef4d1fda
2
drmr.h
2
drmr.h
@ -201,7 +201,7 @@ void map_drmr_uris(LV2_URID_Map *map,
|
|||||||
uris->kit_path =
|
uris->kit_path =
|
||||||
map->map(map->handle,
|
map->map(map->handle,
|
||||||
DRMR_URI "#kitpath");
|
DRMR_URI "#kitpath");
|
||||||
uris->kit_path =
|
uris->get_state =
|
||||||
map->map(map->handle,
|
map->map(map->handle,
|
||||||
DRMR_URI "#getstate");
|
DRMR_URI "#getstate");
|
||||||
uris->atom_eventTransfer =
|
uris->atom_eventTransfer =
|
||||||
|
Loading…
Reference in New Issue
Block a user