Krotos Modules 3
Loading...
Searching...
No Matches
krotos_utils.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_utils
11 vendor: Krotos
12 version: 1.0.0
13 name: Krotos Utils
14 description: A collection of utilities.
15 website: http://www.krotosaudio.com
16 license: Krotos
17 author: Wesley Scott
18
19 END_JUCE_MODULE_DECLARATION
20
21 *******************************************************************************/
22
23#pragma once
24
25#include <juce_audio_basics/juce_audio_basics.h>
26#include <juce_data_structures/juce_data_structures.h>
27#include <juce_audio_processors/juce_audio_processors.h>
28
29using namespace juce;
30
32#include "json/JsonFile.h"
35#include "misc/helpers.h"