Self-owned backup fork of sfztools/sfizz (archived upstream 2025). Buildable snapshot in R2/archive.
Find a file
Paul Ferrand a970fc0698 Changes to the worker messages
Checking for file changes or loading disables future file change checks
The worker only responds to reactivate the file change checks
Upon parameter change, the new value is stored immediately so only one message is sent to the worker
Removed the changing_state bool and let the sfizz internal lock protect the state
2020-05-12 23:21:03 +02:00
.travis Bundle the dylibs 2020-04-18 07:06:28 +02:00
benchmarks Cherry pick the OPF refactor from the smoothers 2020-05-07 01:02:35 +02:00
clients Add a verbose state switch in the jack client 2020-05-06 13:36:38 +02:00
cmake Use libc++ by default only on Apple clang 2020-05-01 08:32:12 +02:00
devtools Set the default key=69 in CaptureEG, ensures correct length 2020-04-14 14:12:11 +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 Changes to the worker messages 2020-05-12 23:21:03 +02:00
scripts Add the normalization of opcode names 2020-05-04 19:13:19 +02:00
src Changes to the worker messages 2020-05-12 23:21:03 +02:00
tests Cherry pick the OPF refactor from the smoothers 2020-05-07 01:02:35 +02:00
vst Set a default polyphony of 256 2020-05-05 23:18:08 +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 Eliminate fmidi and fmt submodules 2020-05-03 06:57:06 +02:00
.travis.yml Remove travis irc notifications entirely 2020-05-07 18:05:18 +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 Allow render to be built if SFIZZ_JACK is not set 2020-05-03 06:59:59 +02:00
CONTRIBUTING.md Add a contribution guide 2020-04-20 20:17:12 +02:00
dpf.mk Add more dpf deps, needed for debug mode 2020-05-06 10:42:49 +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