JP Cimalando

Results 156 issues of JP Cimalando

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

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

Dropzone and Rapture SFZv2 supports embedding of samples. See: https://github.com/sfzformat/sfzformat.github.io/issues/23 Note that parsing this data is necessarily context-dependent; the parser needs the knowledge that it's handling a binary-valued opcode and...

improvement

We support the code signature, this would be the next step. - [ ] enable the hardened runtime / study how to do this without Xcode (preferably, and if possibly)...

improvement

The idea is to implement a control interface for sfizz, that permits access to engine information in read/write/both. The benefit is to avoid creating a large amount of API for...

new feature

Let's fill in some info regarding effects as we figure out the implementation and controls, on wiki as well as here. - [x] filter - [x] strings - [x] eq...

new feature

This is a formula that seems to determine Flex EG segments of ARIA. ``` f(x)=x, if k=0 f(x)=x^k, if k>0 f(x)=1-((1-x)^(-k)), if k

new feature

Some notes on implementing a future effect graph See the pages 351-352. It has an example of using it for routing. This need the effects `buffer`, `mixer` and the buses...

new feature

Standalone with JACK client and Editor It's based on vst3 sample projects, namely `audiohost` and `editorhost`, which are dynamic-loading wrappers of the vst3 bundle. For some unknown reason, sdk doesn't...

There are some audio formats which permit extraction of multiple wavetables from a single file. It is a starting point to implement multi-wavetable in a way which doesn't yet require...

new feature