-
Okay if not interested, but I was just wondering would LSP be interested in creating instrument format player? I have personally been trying to narrow down an instrument format to use and have found …
-
Thanks for creating this great tool. I downloaded https://github.com/sfz/tests/ and was using it to test your tool:
```
git clone https://github.com/sfz/tests.git
cd ./tests
sfzlint "./sfz1 basic …
-
This is a feature request idea, probably to be filed under far future if ever.... saw someone asking about a SFZ oscillator in the slack chat...
Had also already thought about this idea and have many…
-
Environments used: Windows and MacOS
When I convert a .sfz file into .dspreset file, the wav files into the dspreset file have a wrong extra data information
For example:
```xml
…
-
### Issue type
General playback bug
### Description with steps to reproduce
1. create a score with a part that uses piano as a dynamic
2. add in a sf or sfz to the part
3. the playback volume fo…
-
https://sfz.tools/sfizz/
on here
click on this quick link: SFZ Format
https://sfzformat.github.io
-
sfizz-1.2.3 compiled with gcc 11. If I start sfizz_jack and then hit ctrl-d to try to end the program, sfizz_jack instead goes into an infinite loop and I’ll have to hit ctrl-c to stop it.
Example …
acli updated
4 months ago
-
Once we have support for playing samples via liquidsfz PR #7, we could implement making some content easily accessible for users. The idea would be that the user could download sample packs in our UI,…
-
Trying to install synthclone on Ubuntu 23.10 and, a while after running `make`, the compilation fails with the following error:
```
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DSYNTHCLONE_P…
-
Given inductively defined naturals `data N = Z | S N` we can define finite sets as follows:
``` haskell
data Fin :: N -> Type where
FZ :: Fin (S n)
FS :: Fin n -> Fin (S n)
```
If I wrap the abo…