LMMS
Loading...
Searching...
No Matches
SFZero.h
Go to the documentation of this file.
1/*
2BEGIN_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
11END_JUCE_MODULE_DECLARATION
12*/
13
14#ifndef INCLUDED_SFZERO_H
15#define INCLUDED_SFZERO_H
16
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"
26
27
28#endif // INCLUDED_SFZERO_H
29