naspro

view naspro-bridges-bad/ladspa/lrdf.h @ 174:4f7243a606b1

Updated copyright notices and build system
author Stefano D'Angelo <zanga.mail@gmail.com>
date Sat May 01 21:51:33 2010 +0300 (2010-05-01)
parents d7568c8379c1
children
line source
1 /*
2 * NASPRO - NASPRO Architecture for Sound Processing
3 * LADSPA bridge
4 *
5 * Copyright (C) 2007-2010 Stefano D'Angelo <zanga.mail@gmail.com>
6 *
7 * See the COPYING file for license conditions.
8 */
10 #ifndef _NALADSPA_LRDF_H
11 #define _NALADSPA_LRDF_H
13 #include <NASPRO/core/lib.h>
15 void _naladspa_lrdf_load_all();
16 void _naladspa_lrdf_unload_all();
17 void _naladspa_lrdf_get_classes(struct nacore_descriptor *desc);
18 void _naladspa_lrdf_get_scale_defaults(struct nacore_descriptor *desc,
19 struct nacore_port_descriptor *port_descs);
20 void _naladspa_lrdf_get_scale_points(struct nacore_descriptor *desc,
21 struct nacore_port_descriptor *port,
22 size_t index);
23 void _naladspa_lrdf_get_scale_units(struct nacore_descriptor *desc,
24 struct nacore_port_descriptor *port,
25 size_t index);
26 void _naladspa_lrdf_free_data(struct nacore_port_descriptor *port);
28 #endif /* !_NALADSPA_LRDF_H */