umläute

Results 134 issues of umläute
trafficstars

Following the [build/README](https://github.com/grame-cncm/faustlive/blob/fdb68d1e54af44cd9cbbf846cef1737c5a2feca4/Build/README.md#project-generation) instructions, to build FaustLive: ~~~ cd Build mkdir flbuild cd flbuild qmake .. make ~~~ i don't see any generated binaries in the `Build/flbuild/` directory. Instead, all...

I started FaustLive, clicked randomly on one of the examples (unfortunately i don't remember which one), went to *export as...* (Ctrl+P), picked *some* linux target (again, i don't really remember...

minor fixes for things i find tedious while preparing a (tentative) Debian package - a number of files are marked as executable (mostly .cpp and .h) - shebang missing from...

This is on a Debian system with faust-2.15.11: faust binaries (`faust`, and the `faust2...` generators) are installed into `/usr/bin`, faust-headers are installed into `/usr/include/faust/`; e.g. `/usr/include/faust/dsp/libfaust.h`) Building faustlive with QT5...

afaict (not having REAPER at hand), the specs allow a plugin to _write_ to a `slider` variable, and the host is supposed to _display_ this value. probably the `[jsusf~]` could...

### Operating System Info Other ### Other OS Debian ### OBS Studio Version 28.0.1 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://github.com/obsproject/obs-studio/releases/tag/28.0.1 ### OBS Studio...

Linux
Other OS (*nix)

i tried to upgrade JUCE to JUCE-7.0.2 and experienced build failures (as expected, as `AudioPlayHead::getCurrentPosition()` has been deprecated in JUCE-7.0.0) here's a naive attempt to fix the build: ```diff ---...

### Detailed steps on how to reproduce the bug With CMake-based projects, the typical way to enable/disable support for e.g. FLAC, is to add a `JUCE_USE_FLAC=1` (which is the default),...

### Describe the bug it seems that `python-can` fails the test-suite on big-endian machines. See https://ci.debian.net/data/autopkgtest/testing/s390x/p/python-can/24833388/log.gz (see below for an excerpt) ### To Reproduce run the test-suite on a big-endian...

bug
backend:socketcan

recently the [`python-soundfile`](https://github.com/bastibe/python-soundfile) wrapper for `libsndfile` failed one of its unit-tests: writing a large negative number (e.g. `-2.0^15 - 1 == 32769.0`) into a `float`-soundfile and reading it back as...

Bug