LMMS
Loading...
Searching...
No Matches
lv2_data_access.h
Go to the documentation of this file.
1/* lv2_data_access.h - C header file for the LV2 Data Access extension.
2 * Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
3 *
4 * This header is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU Lesser General Public License as published
6 * by the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This header is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
12 * License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public License
15 * along with this header; if not, write to the Free Software Foundation,
16 * Inc., 59 Temple Place, Suite 330, Boston, MA 01222-1307 USA
17 */
18
19#ifndef LV2_DATA_ACCESS_H
20#define LV2_DATA_ACCESS_H
21
22#define LV2_DATA_ACCESS_URI "http://lv2plug.in/ns/ext/data-access"
23
24
32
33
40typedef struct {
41
53 const void* (*data_access)(const char* uri);
54
56
57
58#endif // LV2_DATA_ACCESS_H
59
static SordNode * uri(SordWorld *world, int num)
Definition sord_test.c:47
Definition data-access.h:44