ssh pi@loop.local
sudo apt install libportaudio2
wget -O ~/pepelats.zip https://github.com/slmnv5/pepelats/archive/refs/tags/r1.1.5.zip
# to get the latest not released version use line below
# wget -O ~/pepelats.zip https://github.com/slmnv5/pepelats/raw/refs/heads/main/pepelats.zip
unzip ~/pepelats.zip -d ~/pepelats
# command to edit file
nano ~/.bashrc
# one line to add at the end
~/pepelats/loop.sh
The looper shows status on the web page: http://loop.local:8000 This page allows you to edit configuration files of the looper and see messages in log files. Sample configuration is accessible in starting page, use it as example to modify your personal configuration.
Connect MIDI controller and make sure it's name (or part of
name) is listed in file user configuration. Check log file for any
errors related to MIDI connection or audio device connection. Also
make sure that MIDI controller notes are listed in file user.ini
If computer keyboard is connected it will be used for MIDI input as described in
[MIDI controller]