Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SFZero.h 854B

1234567891011121314151617181920212223242526272829
  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. #ifndef INCLUDED_SFZERO_H
  14. #define INCLUDED_SFZERO_H
  15. #include "sfzero/SFZCommon.h"
  16. #include "sfzero/SFZDebug.h"
  17. #include "sfzero/SFZEG.h"
  18. #include "sfzero/SFZReader.h"
  19. #include "sfzero/SFZRegion.h"
  20. #include "sfzero/SFZSample.h"
  21. #include "sfzero/SFZSound.h"
  22. #include "sfzero/SFZSynth.h"
  23. #include "sfzero/SFZVoice.h"
  24. #endif // INCLUDED_SFZERO_H