heya 👋🏼, stumbled upon this project. i just tried it out to see if i can light up my roli lightpad block.
running on up-to-date linux laptop/. installation works, the systemd unit starts fine, udev uaccess permissions work (yes i replugged), but somehow controlling the leds fail.
running the daemon in the foreground:
$ blocksd run --foreground --verbosee
16:46:36 INFO [blocksd.daemon] blocksd starting
16:46:36 INFO [blocksd.api.server] API server listening on /run/user/1000/blocksd/blocksd.sock
16:46:36 INFO [blocksd.api.server] Web UI at http://127.0.0.1:9010
16:46:36 INFO [blocksd.daemon] blocksd ready — scanning for ROLI devices
16:46:36 INFO [blocksd.topology.manager] Topology manager started
16:46:36 DEBUG [blocksd.topology.detector] Found ROLI device: Lightpad BLOCK:Lightpad BLOCK MIDI 1 32:0 (in=2, out=2)
16:46:36 INFO [blocksd.topology.manager] Created device group for Lightpad BLOCK:Lightpad BLOCK MIDI 1 32:0
16:46:36 INFO [blocksd.topology.device_group] Master serial: LPBD3KVU4XFSJ8XU
16:46:36 INFO [blocksd.topology.device_group] Topology: 1 devices, 0 connections
16:46:36 INFO [blocksd.daemon] 🔗 Topology: 1 devices, 0 connections
16:46:36 DEBUG [blocksd.topology.device_group] Activating API mode on LPBD3KVU4XFSJ8XU (idx=1)
16:46:36 INFO [blocksd.topology.device_group] Device API connected: 1765396023982546604
16:46:36 DEBUG [blocksd.topology.device_group] Requested config sync for LPBD3KVU4XFSJ8XU
16:46:36 INFO [blocksd.daemon] ✨ Device connected: Lightpad Block (LPBD3KVU4XFSJ8XU) — battery 15%
16:46:37 DEBUG [blocksd.topology.detector] Found ROLI device: Lightpad BLOCK:Lightpad BLOCK MIDI 1 32:0 (in=2, out=2)
16:46:39 DEBUG [blocksd.topology.detector] Found ROLI device: Lightpad BLOCK:Lightpad BLOCK MIDI 1 32:0 (in=2, out=2)
16:46:40 DEBUG [blocksd.topology.detector] Found ROLI device: Lightpad BLOCK:Lightpad BLOCK MIDI 1 32:0 (in=2, out=2)
(last line repeats over and over again every ~2 seconds)
from a different terminal, trying to make the thing light up in solid red:
$ blocksd led solid ff0000
Scanning for ROLI devices... (Ctrl+C to stop)
16:49:09 INFO [blocksd.topology.manager] Topology manager started
16:49:09 INFO [blocksd.topology.manager] Created device group for Lightpad BLOCK:Lightpad BLOCK MIDI 1 32:0
16:49:09 INFO [blocksd.topology.device_group] Topology: 1 devices, 0 connections
16:49:09 INFO [blocksd.topology.device_group] Device API connected: 1765396023982546604
16:49:10 INFO [blocksd.cli.led] Applied LED pattern to Lightpad Block (LPBD3KVU4XFSJ8XU)
the roli block shows this:
… with some white animation thingy flowing down repeatedly (phone camera decided to rotate these pics 🤷🏼):
any clue what's wrong? help appreciated!
heya 👋🏼, stumbled upon this project. i just tried it out to see if i can light up my roli lightpad block.
running on up-to-date linux laptop/. installation works, the systemd unit starts fine, udev uaccess permissions work (yes i replugged), but somehow controlling the leds fail.
running the daemon in the foreground:
(last line repeats over and over again every ~2 seconds)
from a different terminal, trying to make the thing light up in solid red:
the roli block shows this:
… with some white animation thingy flowing down repeatedly (phone camera decided to rotate these pics 🤷🏼):
any clue what's wrong? help appreciated!