Cleanup
[carla.git] / source / modules / sfzero / SFZero.h
blob0345f81fd607bf60e11816925ae098f81b71c50a
1 /*
2 BEGIN_JUCE_MODULE_DECLARATION
3 ID: SFZero
4 vendor: altalogix
5 version: 2.0.2
6 name: SFZero sfz player
7 description: SFZero .szf/.sf2 soundfont player; forked from https://github.com/stevefolta/SFZero and converted to Juce module by Leo Olivers
8 website: https://github.com/altalogix/SFZero
9 dependencies: juce_gui_basics, juce_audio_basics, juce_audio_processors
10 license: MIT
11 END_JUCE_MODULE_DECLARATION
14 #ifndef INCLUDED_SFZERO_H
15 #define INCLUDED_SFZERO_H
17 #include "sfzero/SFZCommon.h"
18 #include "sfzero/SFZDebug.h"
19 #include "sfzero/SFZEG.h"
20 #include "sfzero/SFZReader.h"
21 #include "sfzero/SFZRegion.h"
22 #include "sfzero/SFZSample.h"
23 #include "sfzero/SFZSound.h"
24 #include "sfzero/SFZSynth.h"
25 #include "sfzero/SFZVoice.h"
28 #endif // INCLUDED_SFZERO_H