sfizz 1.2.3

sfizz is a sample-based musical synthesizer. It features the well-established SFZ instrument format at its core, which permits to use existing instrument libraries, or create personal instruments with ease. Not only is sfizz ready-to-use as an instrument plugin of its own, the library allows developers to create instruments of their own, taking advantage of the abilities of SFZ.

Tags audio synthesizer cpp c
License BSDL-2
State stable

Recent Releases

1.2.314 Jan 2024 23:58 minor bugfix: Added Support for curvecc opcodes on v1 EGs (@PythonBlue) Support for lotimer/hitimer (@essej) Changed Allow polyphonic aftertouch (cc 130) to respect the note number, which improves e.g. the choking logic (@essej) Fixed Adjusted the gain compensation on pan stages (@cvde) Ensure that voices are cleaned up before being force-reused (@iv-m) Fixed a bug in the wavpack wrapper for multichannel files (@KKQ-KKQ) Fixed a bug in the way the tuning root was computed (@KKQ-KKQ) Fixed a bug where samples would be loaded in RAM twice when using hint_ram_based=1 Fixed a bug where quasi-simultaneous notes would not properly choke each other Don't send a note off even if a note was choked by a CC event.