LMMS
Loading...
Searching...
No Matches
nekobee_types.h
Go to the documentation of this file.
1/* nekobee DSSI software synthesizer plugin
2 *
3 * Copyright (C) 2004 Sean Bolton and others.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; either version 2 of
8 * the License, or (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be
11 * useful, but WITHOUT ANY WARRANTY; without even the implied
12 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13 * PURPOSE. See the GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public
16 * License along with this library; if not, write to the Free
17 * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18 * MA 02111-1307, USA.
19 */
20
21#ifndef _XSYNTH_TYPES_H
22#define _XSYNTH_TYPES_H
23
24#include <stddef.h>
25
29
30#endif /* _XSYNTH_TYPES_H */
struct _nekobee_patch_t nekobee_patch_t
Definition nekobee_types.h:28
struct _nekobee_synth_t nekobee_synth_t
Definition nekobee_types.h:26
struct _nekobee_voice_t nekobee_voice_t
Definition nekobee_types.h:27
Definition nekobee_voice.h:54
Definition nekobee_synth.h:48
Definition nekobee_voice.h:86