openshot-audio
0.1.6
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
JuceLibraryCode
modules
juce_audio_basics
juce_audio_basics.h
Go to the documentation of this file.
1
/*
2
==============================================================================
3
4
This file is part of the JUCE library.
5
Copyright (c) 2015 - ROLI Ltd.
6
7
Permission is granted to use this software under the terms of either:
8
a) the GPL v2 (or any later version)
9
b) the Affero GPL v3
10
11
Details of these licenses can be found at: www.gnu.org/licenses
12
13
JUCE is distributed in the hope that it will be useful, but WITHOUT ANY
14
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
16
17
------------------------------------------------------------------------------
18
19
To release a closed-source product which uses JUCE, commercial licenses are
20
available: visit www.juce.com for more information.
21
22
==============================================================================
23
*/
24
25
#ifndef JUCE_AUDIO_BASICS_H_INCLUDED
26
#define JUCE_AUDIO_BASICS_H_INCLUDED
27
28
#include "../juce_core/juce_core.h"
29
30
//=============================================================================
31
namespace
juce
32
{
33
34
#undef Complex // apparently some C libraries actually define these symbols (!)
35
#undef Factor
36
37
#include "
buffers/juce_AudioDataConverters.h
"
38
#include "
buffers/juce_AudioSampleBuffer.h
"
39
#include "
buffers/juce_FloatVectorOperations.h
"
40
#include "
effects/juce_Decibels.h
"
41
#include "
effects/juce_IIRFilter.h
"
42
#include "
effects/juce_LagrangeInterpolator.h
"
43
#include "
effects/juce_FFT.h
"
44
#include "
effects/juce_Reverb.h
"
45
#include "
midi/juce_MidiMessage.h
"
46
#include "
midi/juce_MidiBuffer.h
"
47
#include "
midi/juce_MidiMessageSequence.h
"
48
#include "
midi/juce_MidiFile.h
"
49
#include "
midi/juce_MidiKeyboardState.h
"
50
#include "
sources/juce_AudioSource.h
"
51
#include "
sources/juce_PositionableAudioSource.h
"
52
#include "
sources/juce_BufferingAudioSource.h
"
53
#include "
sources/juce_ChannelRemappingAudioSource.h
"
54
#include "
sources/juce_IIRFilterAudioSource.h
"
55
#include "
sources/juce_MixerAudioSource.h
"
56
#include "
sources/juce_ResamplingAudioSource.h
"
57
#include "
sources/juce_ReverbAudioSource.h
"
58
#include "
sources/juce_ToneGeneratorAudioSource.h
"
59
#include "
synthesisers/juce_Synthesiser.h
"
60
61
}
62
63
#endif // JUCE_AUDIO_BASICS_H_INCLUDED
juce_FFT.h
juce_MidiKeyboardState.h
juce_ToneGeneratorAudioSource.h
juce
Definition:
juce_audio_basics.cpp:75
juce_Synthesiser.h
juce_AudioSource.h
juce_MidiFile.h
juce_Reverb.h
juce_Decibels.h
juce_MixerAudioSource.h
juce_IIRFilterAudioSource.h
juce_ChannelRemappingAudioSource.h
juce_MidiBuffer.h
juce_ReverbAudioSource.h
juce_IIRFilter.h
juce_FloatVectorOperations.h
juce_BufferingAudioSource.h
juce_MidiMessageSequence.h
juce_PositionableAudioSource.h
juce_MidiMessage.h
juce_ResamplingAudioSource.h
juce_AudioSampleBuffer.h
juce_LagrangeInterpolator.h
juce_AudioDataConverters.h
Generated on Mon Jul 2 2018 23:36:11 for openshot-audio by
1.8.8