-
I'm trying to compile Sonic Pi on Endeavour OS, an Arch based Linux Distro. The build process fails:
```
[ 94%] Linking CXX executable sonic-pi
[ 94%] Built target sonic-pi
[ 94%] Building CXX o…
-
Hello is this compatible with WSL on Windows on Ubuntu 20? I have run the following commands based on your documentation, but am not making any progress. Have I missed a critical step?
```
sudo apt…
-
Currently the installation on MacOS is struggling with to things:
- aubio libraries cannot be moved to `/usr/lib` due to read-only filesystem precautions by apple.
- conan setup not working as in l…
-
When loading a music file in the mp3 format, the programm terminates with the error message "RIFF Header not found".
-
I imported the aubio.framework into my Xcode iOS project but when I try to do the "import aubio" statement, I get the error: "no such module 'aubio'"...does anyone know how to solve this?
-
**Describe the bug**
When I run `./vcpkg install --triplet=x64-osx`, the `Total elapsed time`is 2.25 us. But the time is definitely longer than a second. When I run with `time`:
```
➜ vcpkg git:(a…
-
I think that the octave indicated in the file name may be consistently off by one for several of the instruments. For example:
- the piano samples appear to be labelled one octave lower than they …
-
Currently, we calculate pitch and fft while singing using in-house code based on aubio and the libda headers.
Considering we've recently integrated aubio (and therefore fftw-3), maybe it'd be worth…
-
Between them these two commits upset build on Rpi, Ubuntu and Debian.
Now they need libaubio to be built by unix-prebuild.sh rather than working with libaubio5 as an apt install, and although fast_os…
rbnpi updated
3 years ago
-
Following the excellent [INSTALL-LINUX.md](https://github.com/samaaron/sonic-pi/blob/master/INSTALL-LINUX.md) by @SunderB, (and after apt installing `libjack-jackd2-0` and `libffi7`) I came across thi…