SLV2
0.6.6
Main Page
Modules
Files
File List
slv2
scalepoint.h
1
/* SLV2
2
* Copyright (C) 2007-2009 Dave Robillard <http://drobilla.net>
3
*
4
* This library is free software; you can redistribute it and/or modify it
5
* under the terms of the GNU General Public License as published by the Free
6
* Software Foundation; either version 2 of the License, or (at your option)
7
* any later version.
8
*
9
* This library 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 General Public License
12
* for more details.
13
*
14
* You should have received a copy of the GNU General Public License along
15
* with this program; if not, write to the Free Software Foundation, Inc.,
16
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17
*/
18
19
#ifndef __SLV2_SCALE_POINT_H__
20
#define __SLV2_SCALE_POINT_H__
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
#include "slv2/types.h"
27
37
SLV2Value
38
slv2_scale_point_get_label
(SLV2ScalePoint point);
39
40
45
SLV2Value
46
slv2_scale_point_get_value
(SLV2ScalePoint point);
47
48
51
#ifdef __cplusplus
52
}
/* extern "C" */
53
#endif
54
55
#endif
/* __SLV2_SCALE_POINT_H__ */
Generated on Mon Jan 14 2013 02:59:23 for SLV2 by
1.8.3