giuliomoro
giuliomoro
Trying to build tag 3.8.13-xenomai-r81. I succesfully built with the default config file, then I try to rebuid with the following changes to the config file ``` @@ -1457 +1457...
I am experimenting with some modules being built into the kernel or as loadable modules. The only way I manage to avoid linking errors after changing the config file is...
Wondering what is wrong with `flutebore.dsp`: currently the `process` line ``` process = _ : fluteBore(60, 60, 12); ``` does little more than an audio pass through, as far as...
Hi there, am I wrong or the current use of `jetRatio` is wrong? This line https://github.com/timowest/flute-lv2/blob/master/faust/flutelib.dsp#L59 is ``` jetDelay = fdelay(4096, SR / freq * jetRatio); ``` should it not...
…tion returns aligned memory. Closes https://github.com/enzienaudio/hvcc/issues/18
This is because the abstractions in `interpreters/pd2hv/libs/pd` are missing `@hv_param` from their `[send ... ]` objects,
Closes enzienaudio/hvcc#11 and enzienaudio/hvcc#12
In Pd, channel numbers are 1-16 for the first opened MIDI port, and then they keep going if you have more ports (e.g.: 17-32 is the second port). This is...
Currently in order to check that your server works fine,that php is running and that it has permissions to store files, you need to go through the whole test. This...
If I have ``` xml ... ``` is there a way to disable check scalerange for a specific page? From what I can tell from test-schema.xsd, there is not. There...