redtide
redtide
Erm... my bad, I forgot about [this](https://github.com/sfztools/sfizz-ui/blob/develop/.github/workflows/build.yml#L174), and also confused for some reason that the issue was on the plugins side.
Thank you! I wonder if these changes could be done upstream to cpuid and atomic_queue instead have to maintain 2 patches just for 2 simple changes?
Some files use bundled `dr_{flac|wav}.h` and explicit use of `sndfile.hh`: it would be nice to have a global replacement in the entire library with `st_audiofile` function replacement utilities, and so...
About this: I'm currently trying to port my sites from [jekyll] (ruby and liquid, IIRC originally made by and for GitHub) to [mkdocs] (python and jinja2); these are static website...
in repo: https://github.com/redtide/lv2tutorial/tree/mkdocs/docs the site demo: https://redtide.github.io/lv2tutorial/ ~~EDIT: just noticed now that the license on my fork is still gpl3 though the fork is up to date with the upstream...
it's more a draft because it's a very big change, I think should be discussed: I splitted the readme in several documents to display as website pages, that means that...
if you are OK with it then I can handle the readme as well, not much things there, I have also some other (tiny) additions for it. I think i'll...
I have the thing ready, I only miss a cmake file for the bwidgets example. Before proceeding I need to talk to you about the CI build for the site...
OK, so now it's missing the examples directory where to move the plugins, with a related cmake files reorganization, so I will take the chance to add also the missing...
before doing anything, could be moving the plugins in a "examples" dir being confusing for users after seeing videos?