Some questions for building a new instrument - Printable Version +- HomSpace Forum (https://homspace.nl/forum) +-- Forum: SamplerBox (https://homspace.nl/forum/forum-1.html) +--- Forum: Community (https://homspace.nl/forum/forum-2.html) +--- Thread: Some questions for building a new instrument (/thread-43.html) |
Some questions for building a new instrument - Willi123 - 05-06-21 Hello everybody, thanks for accepting me in this forum. SamplerBox is an ingenious way to create a musical instrument, thanks to all developers ! Therefore I decided to build one, the main focus should be piano and harpsichord. I will build my own MIDI-keyboard based on a Fatar TP40M/76keys. After all I read in this forum, I will use this Raspberry Pi 3 Modell B Plus: https://www.amazon.de/ABOX-Raspberry-Ultimatives-Starterkit-aus-Schaltnetzteil/dp/B07DDCRFP6/ref=sr_1_4?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=2I0WCGZFZDT3X&dchild=1&keywords=raspberry+pi+3+b%2B&qid=1622826475&sprefix=raspberry%2Caps%2C226&sr=8-4 combined with this HiFiBerry DAC2 Pro: https://www.amazon.de/HiFiBerry-DAC2-Pro/dp/B08GKGVMZN/ref=sr_1_3?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=hifiberry&qid=1622826776&sr=8-3 I will download this last image: https://homspace.nl/samplerbox/downloads/ on the 32GB-SD-Card. Most probably I have to increase the partition size in order to have both instruments on the card ? I will use the provided Salamander Piano, if possible with all 16 velocities. I assume, some configuration work is needed for that. Do I have to install special audio drivers on that SD-Card ? Do you think, that the latency is good enough for playing classical piano without significant glitches ? Can I omit stuff like LCD-display, since kind of an up/down button would satify me to change sounds. Sorry for all these questions, but you are the experts! RE: Some questions for building a new instrument - noek - 06-06-21 Hi Willy,
If you only found the forum till now, just click the samplerbox logo on top and you'll get the first page. Have fun, Noek. RE: Some questions for building a new instrument - Willi123 - 07-06-21 (06-06-21, 21:14)noek Wrote: Hi Willy, Thanks Noek, I will consider your advise and also read carefully the whole doc ! RE: Some questions for building a new instrument - Willi123 - 07-06-21 (07-06-21, 15:16)Willi123 Wrote: noekHi, does somebody has experience with this audio & midi interface: https://blokas.io/pisound/ I read in this review: https://www.macprovideo.com/article/audio-hardware/review-blokas-pisound-audio-midi-interface-for-raspberry-pi that some GPIO-pins are used/blocked by Pisound and may not be usable for the sound selection buttons (or LCD-display). RE: Some questions for building a new instrument - Willi123 - 09-06-21 (07-06-21, 16:22)Willi123 Wrote: Willi123 Hi again, does somebody know if Raspberry Pi 3+ and Pisound (https://blokas.io/pisound/) and the last available SD-card-image work together ? The unused GPIO-pins are routed through Pisound so they are accessible and I can use them for changing sounds. Most probably i have to change to replace samplerate=44100 --> 48000 Does this have any effect on the Salamander-Piano sound ? Do I also need to set py audio device 3 ? Any comments or hints are welcome ! Thanks Willi RE: Some questions for building a new instrument - hansehv - 09-06-21 Hi Willi, I know of one tested PIsound implementation on newest release, but not it's exact details so next info is not as complete as it could be. That build has a 7-segment I2C display and has been tested with two buttons, but actually uses one. Might be the PIsound button. So it's possible to use the GPIO pins, but looking at PIsounds specs & pictures, I figure it took some soldering skills From configuring point of view it's a standard "hat-DAC" and should be autodetected - I don't know if mentioned build uses autodetect as it's an early adapter and may still use explicit values. However the driver has to be enabled, so (theoretically interpreting the docs): in the (/boot/)config.txt you need to comment the "dtparam=audio=on" line and add a "dtoverlay=pisound" line. But you're not a this detailed stage yet.... I've added the "USE_48kHz=<False/True>" for DACs working hardcoded on 48kHz in combination 44100Hz samples. Please read the "What about sample rates, choose between 44100Hz and 48kHz" FAQ or the build page for additional details. This way you also follow posting guideline #2, which I would appreciate, though I do understand it's overwhelming. On the other hand: it's DIY. RE: Some questions for building a new instrument - Willi123 - 20-06-21 (09-06-21, 22:12)hansehv Wrote: Thanks a lot, so I will start and let's see, maybe additional help is needed. |