SamplerBox
SamplerBox copied to clipboard
SamplerBox is a sampler musical instrument based on RaspberryPi.
Sometimes, when i play default 0 saw files, it never ends. I need to restart my roland module. It may happen as well that the sample lasts more than expected....
Pavel posted Feb 2, 05:18: http://www.samplerbox.org/forum/23 I have implemented %%velocitysensitivity option for patches to change volume depending on velocity https://github.com/paul-at/SamplerBox/tree/velocity-sensitive # Install git clone https://github.com/paul-at/SamplerBox/tree/velocity-sensitive cd SamplerBox; make # Instructions...
remi posted Jun 9, 15:41: http://www.samplerbox.org/forum/9 Windows version: https://www.dropbox.com/s/2r2cetkqeg7qy8p/portableSamplerBox.rar?dl=0 - Instructions: - Install python 2.7 https://www.python.org/downloads/ - Extract portableSamplerBox anywhere on your computer - Launch getaudioid.bat It will display your...
Simon posted yesterday, 21:46: http://www.samplerbox.org/forum/141 Is there a way to use a midi file as input ? I was so entrained by this project that i bougth everything and assabled...
Forum --> HansEhv posted Apr 10, 01:55 http://www.samplerbox.org/forum/137 Hi all,  Our band needed a **one-time sample player with looping capabilities** and I've used Joseph's great idea to build it....
Receive Panic Key (messagetype=11, note=123) and disable all playingnotes
Useful if you don't have a way to check if your settings was properly configured It will make the system led (the green one which is used to display SD...
This script mount the system in read/write. I always forget the command so I thought it would be useful.
See https://www.samplerbox.org/article/midiinwithrpi point 3. Needs to be double-checked if it still works nowadays, with new kernels. There are 3 places to check: * https://github.com/josephernest/SamplerBox/blob/master/isoimage/root/boot/config.txt * https://github.com/josephernest/SamplerBox/blob/master/isoimage/root/boot/cmdline.txt * https://github.com/josephernest/SamplerBox/blob/ea16c5f943fd2faf2d6f43807036a10d8578fa6c/samplerbox.py#L387 Then we...
It's written to install the python package - rtmidi-python Which it's known having issues (https://stackoverflow.com/questions/70979605/unknown-error-when-installing-python-rtmidi) so instead it should be written: - python-rtmidi which is the valid rtmidi package