giada icon indicating copy to clipboard operation
giada copied to clipboard

Your Hardcore Loop Machine.

Results 142 giada issues
Sort by recently updated
recently updated
newest added

Add a CMake option `WITH_SYSTEM_JSON`, disabled by default. This PR would not change the default behavior, but it would make using the system `nlohmann_json` as easy as setting the CMake...

**Environment** - OS: NixOS 20.05pre - Giada version: 0.17.1 **Describe the bug** I ran into the following error while compiling giada: ``` /build/source/src/utils/log.h:87:15: error: format not a string literal and...

bug
enhancement

**Environment** All. **Describe the bug** The file `extras/com.giadamusic.Giada.desktop` is the source of truth for the Linux `.desktop` file, but the [`make-package.sh` script](https://github.com/monocasual/giada/blob/master/.github/scripts/linux/make-package.sh#L17) defines its own (outdated) version. The packager script...

bug

It does have a wikidata (metadata) page though https://www.wikidata.org/wiki/Q60090952

meta

**Is your feature request related to a problem? Please describe.** I noticed that this repo has tests with the Catch2 framework but doesn't have any way to see how much...

meta

This is partA of a revamped version of https://github.com/monocasual/giada/pull/504, that only includes the "-latomic" fix for arm. this PR has the "fix typo" commits squashed into a single commit. also...

**Environment** - OS: openSUSE Tumbleweed - Giada version: 0.21.0+git.20220521.ce35a252 **Describe the bug** Build fails, see log snippet below. **To Reproduce** 1. `/usr/bin/cmake /home/abuild/rpmbuild/BUILD/giada-0.21.0+git.20220521.ce35a252/. '-GUnix Makefiles' -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share...

bug
To be confirmed

On Ubuntu 18.04(GNOME) Appimage v0.21.0 Attempting to run results in: ./Giada-v0.21.0-x86_64.AppImage: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./Giada-v0.21.0-x86_64.AppImage) strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5...

bug

`(IO Buffer Size/Sample Rate)*numChan` Example: Buffer size: 512 samples, sample rate: 48000, channels: 1: latency = (512 / 48000) * 1 = 0.0106666 (seconds) In milliseconds: 0.0106666 * 1000 =...

enhancement

**Environment** - OS: macOS Big Sur 11.3 - Giada version: giada-0.18.0.1-x86_64-macos **Describe the bug** When downloaded the compile version for macOS, I unzip then double click on the app and...

bug
help wanted
discussion