Krotos Modules 3
Loading...
Searching...
No Matches
krotos_gui.h
Go to the documentation of this file.
1/*******************************************************************************
2 The block below describes the properties of this module, and is read by
3 the Projucer to automatically generate project code that uses it.
4 For details about the syntax and how to create or use a module, see the
5 JUCE Module Format.txt file.
6
7
8 BEGIN_JUCE_MODULE_DECLARATION
9
10 ID: krotos_gui
11 vendor: Krotos
12 version: 1.0.0
13 name: Krotos GUI
14 description: A collection of GUI utilities.
15 website: http://www.krotosaudio.com
16 license: Krotos
17 dependencies: juce_graphics, juce_audio_processors
18
19 END_JUCE_MODULE_DECLARATION
20
21 *******************************************************************************/
22
23#pragma once
24
25#include <juce_graphics/juce_graphics.h>
26#include <juce_audio_processors/juce_audio_processors.h>
28#include <juce_audio_utils/juce_audio_utils.h>
29#include <krotos_analytics/krotos_analytics.h>
31
32using namespace juce;
33
The default colours and visuals to be used in Krotos plugins.