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.cpp 444B

123456789101112
  1. // Your project must contain an AppConfig.h file with your project-specific settings in it,
  2. // and your header search path must make it accessible to the module's files.
  3. #include "SFZero.h"
  4. #include "sfzero/SFZDebug.cpp"
  5. #include "sfzero/SFZEG.cpp"
  6. #include "sfzero/SFZReader.cpp"
  7. #include "sfzero/SFZRegion.cpp"
  8. #include "sfzero/SFZSample.cpp"
  9. #include "sfzero/SFZSound.cpp"
  10. #include "sfzero/SFZSynth.cpp"
  11. #include "sfzero/SFZVoice.cpp"