giuliomoro
giuliomoro
### Describe the bug If you push the temperature of the SoC so that `vcgencmd get_throttled` starts reporting soft temp, frequency capped and/or throttlling, it will ignore any attempt from...
Say that I have an object/abstraction that heavy does not know about, and that I can live without that object but I want to keep it in my file (because...
I would expect the opposite. Or at least I would expect a way to force the opposite.
## Bug Report I disabled the extension and then re-enabled it. Now when trying to load any page on the user-facing site (e.g.: / or `/d/2031`) I get "Something went...
If you have a message into it it won't error, won't warn, won't work. This is probably because vcf~ is implemented as an external with a `[inlet~]`. Desired behaviour: turn...
hvcc/generators/ir2c/static/HvSignalEnvelope.c The inputs are stored in the internal buffer as squared, which is good, but the sum is performed all at once when the result is needed. This will cause...
The [source](https://github.com/Wasted-Audio/hvcc/blob/develop/hvcc/generators/ir2c/static/HvHeavy.h#L378-L379) and [documentation](https://github.com/Wasted-Audio/hvcc/blob/develop/docs/05.c.md) say: ``` /** Copy a message onto the stack. The message persists. */ HvMessage *hv_msg_copy(const HvMessage *const m); ``` However, that's not "copied onto the stack"....
https://github.com/Wasted-Audio/hvcc/blob/develop/hvcc/generators/ir2c/static/HvMessage.c#L97-L110 ``` bool msg_hasFormat(const HvMessage *m, const char *fmt) { hv_assert(fmt != NULL); const int n = msg_getNumElements(m); for (int i = 0; i < n; ++i) { switch (fmt[i])...
If I build this patch ``` #N canvas 63 63 450 300 12; #X obj 197 124 pow~; #X obj 207 205 dac~; #X obj 251 122 sqrt~; #X connect...