Hello,
The tutorial in the previous message shows how to run senstroke on archlinux.
Using the following commands, i modify my ubuntu studio 20.10 to run senstroke sensors.
sudo apt install build-essential wget debhelper fakeroot wget \
dh-autoreconf flex bison libdbus-glib-1-dev libglib2.0-dev \
libcap-ng-dev udev libudev-dev libreadline-dev libical-dev \
check dh-systemd libebook1.2-dev libasound2-dev
wget https://launchpad.net/ubuntu/+archive/primary/+files/bluez_5.55-0ubuntu1.debian.tar.xz
wget https://launchpad.net/ubuntu/+archive/primary/+files/bluez_5.55.orig.tar.xz
tar xJf ./bluez_5.55.orig.tar.xz
cd bluez-5.55/
tar xJf ../bluez_5.55-0ubuntu1.debian.tar.xz
sed -i 's/\(--enable-usb\)/\1 --enable-midi/' debian/rules
dpkg-buildpackage -rfakeroot -b -ui -uc
cd ..
sudo dpkg -i bluez*.deb libbluetooth*.deb
With these modifications, (ubuntu studio 20.10 does not enable midi stuff with bluetooth by default), you can connect senstroke to your computer and then run drumgizmo LV2 with Ardour6 or run hydrogen like described in the tutorial above.
BR,