2 BEGIN_JUCE_MODULE_DECLARATION
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
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