sfizz icon indicating copy to clipboard operation
sfizz copied to clipboard

SFZ parser and synth c++ library, providing a JACK standalone client

Results 104 sfizz issues
Sort by recently updated
recently updated
newest added

For the multi-out the meters don't even switch to multiple outs.

bug

``` In file included from /disk-samsung/freebsd-ports/audio/sfizz/work/sfizz-1.2.0/plugins/editor/external/vstgui4/vstgui/lib/animation/animator.cpp:92: In file included from /disk-samsung/freebsd-ports/audio/sfizz/work/sfizz-1.2.0/plugins/editor/external/vstgui4/vstgui/lib/animation/animator.h:7: In file included from /disk-samsung/freebsd-ports/audio/sfizz/work/sfizz-1.2.0/plugins/editor/external/vstgui4/vstgui/lib/animation/../vstguifwd.h:7: /disk-samsung/freebsd-ports/audio/sfizz/work/sfizz-1.2.0/plugins/editor/external/vstgui4/vstgui/lib/animation/../vstguibase.h:149:3: error: unsupported compiler #error unsupported compiler ^ /disk-samsung/freebsd-ports/audio/sfizz/work/sfizz-1.2.0/plugins/editor/external/vstgui4/vstgui/lib/animation/../vstguibase.h:358:16: error: no member named 'move'...

good first issue

I mentioned this a while ago in the Discord, but should probably make a proper issue report. In Studio One, no CCs have any effect, not even the Volume and...

bug

@PythonBlue I believe the cutoff modifiers were already in actually, can you check? I added your other changes regarding that.

Sfizz is unsigned for Mac (Catalina OS and newer). It feels sketchy at best, and probably scares a lot of people away at the door. Didn't it use to be...

hi, I see you provide a Pd external. I'm wondering if we can have a repository with the source code for the external that we can use to build for...

I've tried the sfizz v1.2 VST3 plugin and it doesn't seem to implement detuning of MIDI events via the `Steinberg::Vst::NoteOnEvent::tuning` member. The VST2 version of *sforzando* by Plogue, on the...

improvement

Right now, if I use sfizz's C++ API and load a sfz file with `loadSfzFile()`, then sfizz may print out lot of stuff on stdout, e.g.: ``` Changing default sample...

bug
improvement

I'm currently working on higher quality interpolation code to liquidsfz. I looked at what other samplers do for samples close to the loop boundary. MuSE Zerberus and Fluidsynth take the...