LMMS
Loading...
Searching...
No Matches
plugins
CarlaBase
carla
source
modules
sfzero
SFZero.h
Go to the documentation of this file.
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
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
SFZCommon.h
SFZDebug.h
SFZEG.h
SFZReader.h
SFZRegion.h
SFZSample.h
SFZSound.h
SFZSynth.h
SFZVoice.h
Generated on
for LMMS by
1.16.1