dreamer
dreamer
Actually it was fixed by installing `libjpeg-dev` (needed by pillow).
Can I ask why you are using conda? (I find conda 1) bloated and 2) does OS-level things that it really shouldn't). Why not virtualenv, pyenv or pipenv?
Conda does way too much "automagic" to my liking (and tends to do many things "the wrong way" too). Imo it's better to do things more explicitly (and deterministically) then...
Then you are doing it wrong? :)
The near history and versioning is such a mess because this was my first time packaging for pypi and I made a ton of mistakes and pypi doesn't allow overwriting...
v0.2.0 is out: https://github.com/Wasted-Audio/hvcc/releases/tag/v0.2.0
I'm looking at porting your fix to my fork, but can you explain the changes to `pd_external.c`, `Heavy_NAME.hpp` and `hvcc.py`? With just the changes in `pd2dv/` this already seems to...
For those on IRC there are #dataflow and #lad on irc.libera.chat where I hang out regularly.
It is anyway quite a pain to piece together the old sdk from archive.org and put it in place. In my fork I've changed the VST2 build to instead use...
Build instructions are here: http://veejayhq.github.io/installing/ (I do not use Arch, but I can imagine that the user repos are of poor quality)