-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjuce_nodeKitten.h
More file actions
36 lines (24 loc) · 1.06 KB
/
juce_nodeKitten.h
File metadata and controls
36 lines (24 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*******************************************************************************
The block below describes the properties of this module, and is read by
the Projucer to automatically generate project code that uses it.
For details about the syntax and how to create or use a module, see the
JUCE Module Format.txt file.
BEGIN_JUCE_MODULE_DECLARATION
ID: juce_nodeKitten
vendor: structure sound
version: 0.9.0
name: JUCE nodeKitten wrapper
description: Experimental OpenGL Classes
website: http://structuresound.com
license: MIT
dependencies: juce_opengl
END_JUCE_MODULE_DECLARATION
*******************************************************************************/
#ifndef JUCE_NODE_KITTEN_H_INCLUDED
#define JUCE_NODE_KITTEN_H_INCLUDED
#include <juce_core/juce_core.h>
#include <juce_opengl/juce_opengl.h>
#include <juce_events/juce_events.h>
//==============================================================================
#include "src/nodeKitten.h"
#endif // JUCE_OSC_H_INCLUDED