Self-owned backup fork of sfztools/sfizz (archived upstream 2025). Buildable snapshot in R2/archive.
Find a file
Jean Pierre Cimalando 8b711780d7 Update the base system of MinGW docker
The current upstream seems to need an update of the base libs in order to run
the MinGW compiler.
2020-04-12 01:33:09 +02:00
.travis Update the base system of MinGW docker 2020-04-12 01:33:09 +02:00
benchmarks Forgot to rename the strings benchmark 2020-04-02 15:53:46 +02:00
clients Adapt the newer parser to Sfizz 2020-03-28 00:29:36 +01:00
cmake Pass the option -msse also on x86_64 2020-04-04 19:50:45 +02:00
devtools Eliminate EG recording latency (because of connection loop) 2020-04-01 09:40:26 +02:00
doxygen Typo [ci-skip] 2020-04-08 18:14:13 +02:00
external Updated abseil to LTS branch of 2020-02 2020-03-15 22:25:42 +01:00
lv2 Add the panic to the LV2 for good measure 2020-03-16 09:44:48 +01:00
scripts Merge pull request #142 from paulfd/midi-state-block-processing 2020-03-31 23:22:25 +02:00
src Merge pull request #171 from paulfd/master-polyphony 2020-04-11 23:47:53 +02:00
tests Merge pull request #171 from paulfd/master-polyphony 2020-04-11 23:47:53 +02:00
vst Point the VSTGUI submodule to fork sfztools/vstgui 2020-04-02 22:36:18 +02:00
.clang-format clang-format: do not sort includes [ci skip] 2020-03-01 09:06:26 +01:00
.clang-tidy Added the clang-tidy job in the Test stage 2020-03-08 17:03:09 +01:00
.editorconfig Minor changes 2019-12-30 05:39:39 +01:00
.gitignore Reorganize VST SDK as submodules 2020-04-02 17:24:52 +02:00
.gitmodules Point the VSTGUI submodule to fork sfztools/vstgui 2020-04-02 22:36:18 +02:00
.travis.yml Reorganize VST SDK as submodules 2020-04-02 17:24:52 +02:00
appveyor.yml Reorganize VST SDK as submodules 2020-04-02 17:24:52 +02:00
AUTHORS.md Added authors file from readme [ci skip] 2020-02-27 14:56:36 +01:00
CMakeLists.txt Add tool to capture Dimension EG curves 2020-04-01 09:40:26 +02:00
LICENSE.md Updated README 2020-01-25 13:53:04 +01:00
README.md Added authors file from readme [ci skip] 2020-02-27 14:56:36 +01:00
screenshot.png Clean up readme, quick additional info will follow 2020-02-18 13:38:53 +01:00

sfizz

Travis Build Status AppVeyor Build Status

SFZ library and LV2 plugin, please check our website for more details.

Screenshot

Dependencies and licenses

The sfizz library makes primary use of:

  • libsndfile, licensed under the GNU Lesser General Public License v2.1
  • Abseil, licensed under the Apache License 2.0
  • atomic_queue by Maxim Egorushkin, licensed under the MIT license
  • filesystem by Steffen Schümann, licensed under the BSD 3-Clause license
  • hiir by Laurent de Soras, licensed under the WTFPL v2 license

The sfizz library also uses in some subprojects:

  • Catch2, licensed under the Boost Software License 1.0
  • benchmark, licensed under the Apache License 2.0
  • LV2, licensed under the ISC license
  • JACK, licensed under the GNU Lesser General Public License v2.1
  • neon_mathfun.h and sse_mathfun.h by Julien Pommier, licensed under the zlib license