-
If I wanted to arrange my parameters in a specific order, is there an argument I can pass or something? Or are they ordered in the order that the object is created?
-
Even though we generally replace these objects with `[f ]` the parser could simple add new `send/receive` objects into the graph.
This way we could even add this to the input and output `@hv_param/…
-
The default DPF and Javascript user interfaces have no meaningful visual feedback (e.g. LEDs), and an improved UI that is more performance/instrument friendly could be developed to replace it. Unlike …
vulcu updated
9 months ago
-
We need a script to compile Heavy source code into C for user download.
The script will be invoked by the server and will receive all relevant patch information on the command line.
After creating…
-
**When using other objects from heavylib , the command to specify the path doesn't work . I´ve tried all the combinations possible . If someone finds out how to do it would be great . For the moment …
-
Wanted to confirm if `Bento4` is able to repackage a mp4 file with Dolby Vision track to the DASH format with CENC encryption.
Didn't find it from the document, but by searching in the source code,…
-
Several reports that MIDI crashes the E-S Daisy after a while.
No idea why yet.
-
So I have coded some PD externals of my own, and I was wondering if there is any way to compile them along with a patch with hvcc? I guess all (most?) of the standard PD objects must have been already…
-
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…
-
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 0 0 1 0;
#X connect 2 0 1 0;
```
I get
```
__sqrt~f requires…