naspro
view naspro-bridges-bad/ladspa/pluglib.h @ 163:d7568c8379c1
Initiial DSSI support + reorganization
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Fri Sep 11 13:31:52 2009 +0200 (2009-09-11) |
| parents | src/ladspa/pluglib.h@cc067fdfbaf4 |
| children | 4f7243a606b1 |
line source
1 /*
2 * NASPRO - NASPRO Architecture for Sound Processing
3 * LADSPA bridge
4 *
5 * Copyright (C) 2007-2009 Stefano D'Angelo <zanga.mail@gmail.com>
6 *
7 * See the COPYING file for license conditions.
8 */
10 #ifndef _NALADSPA_PLUGLIB_H
11 #define _NALADSPA_PLUGLIB_H
13 #include <NASPRO/core/lib.h>
15 void _naladspa_pluglib_load_all();
16 void _naladspa_pluglib_unload_all();
18 nacore_avl_tree_t _naladspa_pluglib_desc_tree;
20 #endif /* !_NALADSPA_PLUGLIB_H */
