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

And a better logging capability too !

improvement

When selecting "Load file" from the menu, the file is opened with write permissions. I see no good reason for this, and because of my setup it has caused me...

bug

This issue is super specific, and probably seldom actually encountered: While trying out all the filter modes, I found that brf_1p and apf_1p on high frequency settings crashes the audio...

bug

**Background** @atsushieno is working on a pipeline to generate audio programmatically, and that requires the sfizz path to be programmatically set. I was browsing his project and came across this...

improvement

sfizz might be ideal for certain GM applications. In case you're not familiar, the idea with General MIDI is a set of program assignments (e.g., piano is prog 1, etc.)...

good first issue

We know that LV2 has problem reloading the SFZ files sometimes, because of the State path system which keeps a symlink, and also does not permit portable sessions. The idea...

improvement

A user with visual impairment, who also happens to develop sample libraries, inquired about sampling engines that are accessible from screen reading (text-to-speech) software. Logic and EXS are compatible with...

new feature

The current development version creates corruption on multiple platforms (#1004, #1005). It's set at 4.10.2 in 1.1.1, but we have interest in tracking the upstream version when it becomes stable.

bug

Some current parser problems, checked against ARIA and Cakewalk. --- - [x] recursive dollar variable expansions (#230) validity: ARIA, Cakewalk If the variable expands to another string with dollar, it...

bug

This is working in sforzando and Cakewalk DropZone, DP and RP ``` #define $rootkey pitch_keycenter=64 #define $lokey lokey=64 #define $hikey hikey=64 sample=snare.wav loop_mode=one_shot $rootkey $lokey $hikey ```

bug