-
-
dreamer
posted in technical issues • read moreYou should be able to run LTS binaries on 25.10 - Actually any Linux binary built with an older libc will probably work on a newer system.
-
dreamer
posted in technical issues • read more@jameslo A lot of the objects you are using are not supported by the Heavy Compiler -> https://wasted-audio.github.io/hvcc/docs/09.supported_vanilla_objects.html
-
dreamer
posted in technical issues • read moreWe have added
exprandexpr~support this month and it should come to the plugdata toolchain shortly! -
dreamer
posted in technical issues • read more@donnerbono Latest HVCC now supports expr and expr~!
You will have to put
0.5instead of.5though
Some other limitations also apply: https://wasted-audio.github.io/hvcc/docs/02.getting_started.html#known-limitations
-
dreamer
posted in technical issues • read moreClearly you need some header files. On debian based systems
alsa/asoundlib.hcomes fromlibasound2-dev -
dreamer
posted in technical issues • read moreYou need to install all the build requirements on your machine first ..
-
dreamer
posted in output~ • read moreAt least it's extremely fun to play with! -> https://github.com/evgenykochetkov/pd-mf
-
dreamer
posted in technical issues • read more@crttrkix Subpatches don't get "passed on" values of anything. That's not how they work.
The name of a subpatch is just that: a name.
Everything else a subpatch inherits from the parent, $0 (identity) and any arguments.
-
dreamer
posted in technical issues • read moreWhy would the subpatches have different contents?
You've put the same code in the subpatch inside the abstraction, so every instance of that abstractions contains the same code and subpatch.
