LV2 Toolkit
1.1.1
Main Page
Related Pages
Modules
Classes
Examples
All
Classes
Namespaces
Functions
Typedefs
Enumerations
Enumerator
Groups
Pages
lvtk
ext
morph.hpp
1
/****************************************************************************
2
3
atom.hpp - support file for writing LV2 plugins in C++
4
5
Copyright (C) 2012 Michael Fisher <mfisher31@gmail.com>
6
7
This program is free software; you can redistribute it and/or modify
8
it under the terms of the GNU General Public License as published by
9
the Free Software Foundation; either version 3 of the License, or
10
(at your option) any later version.
11
12
This program is distributed in the hope that it will be useful,
13
but WITHOUT ANY WARRANTY; without even the implied warranty of
14
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
GNU General Public License for more details.
16
17
You should have received a copy of the GNU General Public License
18
along with this program; if not, write to the Free Software
19
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 01222-1307 USA
20
21
****************************************************************************/
22
23
#ifndef LVTK_MORPH_HPP
24
#define LVTK_MORPH_HPP
25
26
// This is just a convenience header include of LV2 Morph
27
#include <lv2/lv2plug.in/ns/ext/morph/morph.h>
28
29
namespace
lvtk {
30
31
32
}
/* namespace lvtk */
33
34
#endif
/* LVTK_MORPH_HPP */
Generated on Thu May 9 2013 17:39:00 for LV2 Toolkit by
1.8.3.1