Intelligence is simply talking to many people

Samplerbox for Raspberry Pi pianos

https://homspace.nl/samplerbox/SBbuild.html#Xsamples

There is a basic version of the software, and then there is another version someone improved.

Then you need the SalamanderGrandPiano files. This is 1.1gb and the 'Adapted' version is like 145mb (but you can't really get good volume differences with it).

SAMPLERBOX IMPROVEMENTS

  • little delay when scrolling between programs so you don't have to load each program but can seek for the program you want
  • another text file, config-custom.txt with fields user can just modify easily. For example, user wants to set another button/dial to be for scrolling between programs (maybe his controller doesn't have a ‘program’ button. So he just enters ‘pin2’ or whatever the appropriate thing is in the field. Oops, it's not pin2. He enters pin3 and the button/dial on his controller works.

SamplerBox

Make samples

Sfz samples https://rkhive.com/piano.html

https://cymatics.fm/blogs/production/soundfonts

  1. 1.Set up rPi with RTOS (FreeRTOS or Zephyr
  2. https://www.freertos.org/ download and extract
  3. -Build by running
  4. -Install the FreeRTOS library with
  5. -add theh FreeRTOS library with <#include “FreeRTOS.h”>
  6. -link project against the FreeRTOS library by adding this flag to your compiler command <-lfreertos>
  7. -Set up your project to use the FreeRTOS API by follwing the instructions in the FreeRTOS documentation (this will involve creating tasks, setting up queues and semaphores, and using FreeRTOS API to control the behaviour of your tasks
  8. 2.Install software sampler that is compatible with the RTOS
  9. 3.Create sample library of 4 velocities
  10. 4.Configure software sampler to use the sample library, and set it up to receive midi input

Comments: 0

Interested to discuss? Leave a comment.

Image




Your email will not be published nor shared with anyone. In your text you can use markdown for marking up *italic*, links <http://example.org> and other elements. These comments are moderated and published manually as soon as possible.