-
Hi,
trying to build ardour5 using your tap in macOS 10.13 fails with
-> task in 'libappleutility' failed (exit status 1):
{task 4408289744: cxx AUOutputBL.cpp -> AUOutputBL.cpp.1.o}
full…
-
This will require:
- reviewing all supported format
- cataloguing channel order
- generating suitable matrices
We'll be able to implement this feature when matrix loading has been implemented.
Relat…
-
**Scenario :** In our projects we copy some of the old code from one system to the other. We have different naming conventions in the destination system.
**Expectation:**
Can we add the Naming conv…
-
About a year ago I started pd-lib-builderizing and dekenizing ggee, but stopped halfway. Too many objects were incomplete, broken or outdated. The comments I made however might be useful for a second …
-
Is it intended? It should not - the local extension must stay local. A bug?
UPD:
-
trigger https://rules.abaplint.org/many_parentheses/
```abap
SELECT vbak~vbeln
vbak~erdat
vbak~erzet
FROM ( ( ( ( ( vbak INNER JOIN vbap ON vbak~vbeln = vbap~vbeln ) INNER …
-
Using the binuaral encoder
there is a glitch when going from front and back towards the centre, the sound jumps from muffled to bright.
-
For my thesis I'll work on the networking abilities of ssr-wfs.
To give a little info on the context: this means defining a way to connect several ssr instances over tcp/ip to make them work in a lar…
dvzrv updated
7 years ago
-
When running the codespell tool on the source code, several typos are reported:
./source/NCAnalysisUGens/SMS.cpp:179: auxilliary ==> auxiliary
./source/NCAnalysisUGens/sc/help/TPV.html:120: threshho…
-
The unary operator trunc should always round towards zero.
-3.3.trunc should give -3 but SC gives -4
-3.3.trunc(0.25) should give -3.25 but SC gives -3.5
I know of no language where trunc always rou…