umläute
umläute
building a plugin as a standalone application with JACK support, it seems that the connection management logic is ~~bogus~~^W conflicting with JACK's idea of connection management. One core idea of...
### Detailed steps on how to reproduce the bug - configure JUCE to build the extras - build JUCE with extras - export the `XDG_CONFIG_HOME` envvar, setting it to `/tmp/`...
`canmatrix` depends on `future`, but it seems that `future` is not really compatible with Python3.12 (yet?). One possible solution is to fix `future`, but - this is more complicated than...
since `isc_dhcp_leases==0.10.0` is available on [pypi](https://pypi.org/project/isc-dhcp-leases/), I think this repository should also have a tag/release of that version. it would also be nice to see at a glance what has...
Purr Data is available via flatpak (great), but it's icon looks suspiciously identical to Pd's icon. https://github.com/agraef/purr-data/blob/master/packages/linux_flatpak/net.purrdata.PurrData.svg since Purr-Data is similar to Pd, but is *not* the same as Pd,...
thanks for giving us IanniX under the GPL-3. Unfortunately, it seems that the font that is used throughout, [Museo Sans 500](https://github.com/buzzinglight/IanniX/blob/9cf9924388235e2007a68a45ebe3511b6cfb6f6a/Tools/Museo.ttf) is ***not free*** To quote from the exljbris' ["free...
so I have a 24bit PCM WAV that consists of 101 frames, which gives me a data-chunk worth of 303 bytes. such a file can be created as follows: ```C...
the [License.txt](https://github.com/porres/pd-else/blob/v1.0-beta20/License.txt) implies that the entire project is under the [WTFPL](https://en.wikipedia.org/wiki/WTFPL). However, both [`[fdn.rev~]`](https://github.com/porres/pd-else/blob/v1.0-beta20/Classes/Source/fdn.rev%7E.c) and [`[giga.rec~]`](https://github.com/porres/pd-else/blob/v1.0-beta20/Classes/Source/giga.rev%7E.c) are released under the GPL, which is more restrictive than the WTFPL. Please mention...
i'm trying to find documentation on how to import custom map tiles, but: - https://trekarta.info/ is rudimentary at best (no docs at all) - old links (as found in the...
upstream uses a mix of dots and dashes in their versions (otherwise following semver): `${major}.${minor}-${bugfix}`. though *sometimes* tags also use a more traditional `${major}.${minor}.${bugfix}`. Using a simple `tag-pattern: "^([\\d.-]+)$"`, results...