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
29
using namespace
juce;
30
31
#include "
version_checker/VersionChecker.h
"
32
#include "
json/JsonFile.h
"
33
#include "
serialiser/Serialiser.h
"
34
#include "
settings_file/SettingsFile.h
"
35
#include "
misc/helpers.h
"
36
#include "
threaded_timer/ThreadedTimer.h
"
JsonFile.h
Serialiser.h
SettingsFile.h
ThreadedTimer.h
VersionChecker.h
helpers.h
krotos_utils
krotos_utils.h
Generated by
1.12.0