zkerriga / sonic-pi-setup

:notes::computer: A small script for correctly running Sonic Pi on ArchLinux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sonic Pi - launch script

This script is dedicated to the amazing program Sonic Pi, which allows you to program live music! ⭐

Problem:

This program is installed by the following command:

sudo pacman -S sonic-pi

But, unfortunately, doesn't run out of the box in the ArchLinux system.

Local solution:

I describe my steps that allowed me to run the program on my machine:

# Special group for working with sound
sudo groupadd realtime
sudo gpasswd -a <user> realtime

# Several additional libraries
sudo pacman -S realtime-privileges libffado celt qjackctl

The script specifies the launch of the sound server for the program and the program itself. When you have enjoyed enough of the Sonic Pi, you can simply close the program. The script to release all the resources! 😏

About

:notes::computer: A small script for correctly running Sonic Pi on ArchLinux.


Languages

Language:Shell 100.0%