SamplerBox icon indicating copy to clipboard operation
SamplerBox copied to clipboard

SamplerBox is a sampler musical instrument based on RaspberryPi.

Results 37 SamplerBox issues
Sort by recently updated
recently updated
newest added

Required `rtmidi-python` is a 2014 library. Therefore, it's not working anymore with Python >= 3.9 (https://stackoverflow.com/questions/71410788/pip-failed-building-wheel-for-rtmidi-python-subprocess-exited-with-error-and-le). Problem is current Python version is 3.12, and even Raspberry Pi OS legacy version...

redtide/ConvertWithMoss enables conversion between a wide variety of sample libraries, my goal is to convert DecentSampler/PianoBook sample collections into a format compatible with SamplerBox. I tried just using the wav...

Rationale for this change: I wanted to create a 64-bit image using a VM inside macOS running on a M1 chip (the image creation is super fast compared to the...

This minimal change allows a cleaner way to change the port and baud rate when the needs are slightly different. In particular, this helps a lot under Windows where there's...

I read on a forum post that it's not compatible with Pi 5 yet. Any plan to add that?

disconnecting the serialport midi caused a program crash now the connection can be hot plugged

The python dependencies are now defined in the package itself. This makes it possible to conditionally install dependencies based on python versions. Furthermore this makes it possible to install it...