umläute

Results 134 issues of umläute

oftentimes i forget to stop recording a track when it's finished, and only remember later (e.g. when still at transport off the hike; or even when back at thome). also...

enhancement

on non-macOS, o2 is unconditionally compiled with the `-mcx16` flag, as can be seen in https://github.com/rbdannenberg/o2/blob/253d109f4a2eaf62a885663ca50a34a6f04dbd74/CMakeLists.txt#L361 however, this flag is only available for `x86` CPUs (32bit, 64bit), and not for...

it seems that the CMakeFile sets the build flags https://github.com/rbdannenberg/o2/blob/151b1c6b9536fac333e647a13a6cef3b547fa814/CMakeLists.txt#L361 in a way, that does not allow the user to inject additional build flags. would it be possible to use...

running ./arraytest compiled for the x86 architecture (aka x86_32, or i386,... 32bit intel), but also on `armhf` (32bit arm, as found in the RaspberryPi) aborts with an assertion: ```sh ./arraytest...

currently CicmWrapper seems to be included verbatim into the libraries that use it (e.g. via `git submodules`). if the API/ABI is stable: would it make sense to install a shared-library...

i see that you are patching some of the JUCE-modules. unfortunately in my setup, the juce-sources are fixed and cannot be patched (using Debian's _libjuce_). So I wonder whether it...

### Description This adds a new job to the BUILD workflow, that generates a tarball with all the submodules (as GitHub's "Source Download" will happily exclude all the submodules, resulting...

Seeking Testers
CI

would it be possible to add a `-o ` option to `mysofa2json`? ``` mysofa2json -c -o x.json tests/Mesh2HRTF.sofa ``` i know it is easy enough to just redirect the output...

Th PyAssimp port uses the Python `distutils` module. https://github.com/assimp/assimp/blob/020554e213365e009f5455ae3572bb0ae10026eb/port/PyAssimp/setup.py#L4 https://github.com/assimp/assimp/blob/020554e213365e009f5455ae3572bb0ae10026eb/port/PyAssimp/pyassimp/helper.py#L11 In Python 3.10 and 3.11, `distutils` has been formally marked as deprecated. Code that imports `distutils` will no longer work...

pyassimp
Techdebt

giada uses the latest and greatest FLTK git snapshot, and relies on features not available in the last stable FLTK release (at the time of writing this is FLTK-1.3.8 from...