Pisound for Raspberry Pi 5?

Can somebody say whether the rpi 5 fan fits under the pisound? Or can I extend the breakout pins?

it does not fit perfectly with the fan, the plastic of the midi interfaces touches the cooler, not the fan.
First I thought it does not fit an bought me a connecting cable pin40 to pin 40 extension cable.
Nevertheless I did get it running but it was a software topic. So i tested it without the cable on my own risk and it worked (after I considered the comment of Giedrius)

Do you have the new Pisound? Here the IN and OUT are touching the cooler and fan ā€¦ MIDI is completely free. Not sure if I want to try it like this :smiley: Do I need a new Pisound?

All Pisounds are shaped the same. :slight_smile:

Soā€¦ no pun intended: Can I shape something off that plastic of the IN and OUTs or is that absolutely a dumb idea? It almost fits ā€¦ but itā€™s under tension ofc when I add the plastic screws.

When a jack is inserted the metal tab at the port tip contact will rise, if you decide to trim the plastic tab, make sure it avoids direct contact with other conductive materials.

The Raspberry Pi website addresses this here (Heating and cooling Raspberry Pi 5 - Raspberry Pi)

ā€œWell, you can mount a HAT above the Active Cooler using a set of 16mm GPIO extenders.ā€

Honestly the design oversight is a bit disappointing, especially considering this is a first party cooler. This makes compatibility with most existing hats, cases and enclosures a bigger problem than it really needs to be, hopefully thereā€™s a revised version with the necessary clearances at some point in the future.

1 Like

Ya fwiw I can confirm it doesnā€™t fit a pi 5 without an extender, but fits fine with an extender.

OK, I have to admit Iā€™m struggling to get Pisound to work with Raspberry Pi 5. Iā€™m not getting any audio out, and Iā€™m not sure midi messages are getting in either ā€”

I ran sudo rpi-update and now when I run the test commands i get what seem like reasonable outputs

I have a midi keyboard hooked up, and when I press keys the led flashes on key down and key up.

But thatā€™s about as far as Iā€™ve gotten. I donā€™t get any sound out, and also Iā€™m not even sure the midi keyboard is getting interpreted properly.

First, I was getting an error where it couldnā€™t find the jack server.

Then I got that error message to go away after running jack_control start

But I still get no sound out of the Pisound audio out jack. And when I press the keys on the midi keyboard, the led on the pisound lights up, but in Pianoteq the corresponding keys donā€™t light up.

So long story short, I canā€™t seem to get this thing working. Any advice?

1024 doesnā€™t work for Pi5. Set to 512.

OK thanks @lee-yunseok! Iā€™m getting there ā€” I set the period to 512, and that might have been what got me to the next stage.

Good news: audio out is working fine now. I know this because Pianoteq has a software keyboard, and when I click on the software keyboard it sounds great.

Bad news: the midi input side of things isnā€™t working for me. The behavior is a bit strange: if I play twenty or so notes, roughly one of those notes will register and play (just the keydown). It is the correct note. But all the other keyboard presses donā€™t register. The little LED on the pisound board flashes on every key down and key up, but only a tiny percentage of those events seems to be making it to the software.

These is how itā€™s configured: ALSA, Jack Audio Connection Kit.

There are other options, like these 3 Pisound itemsā€¦

But if I try to select any of these pisound options, it throws an error:

This is how the JACK stuff is currently configured


And this is the JACK Graph thing ā€” I donā€™t really undertand this chart, but not sure if thereā€™s anything that looks off to you there.

Anyway, thatā€™s where Iā€™m at. I know the midi keyboard physically is fine ā€” I tested it with an iPad and garage band and it works there no problem.

Any advice for how to make my midi over din keyboard work with Pisound?

Thanks for the help!

Pianoteq and your graph doesnā€™t load your keyboard. Set MIDI Driver to raw in QjackCtl and retry.

Also check your iPad bluetooth connection when you use the keyboard with Pi.

@lee-yunseok, does the DIN-5 MIDI work ok for you?

I just checked using the latest kernel provided by rpi-update, I can see the DIN-5 input is receiving incorrect values, Iā€™ll look into that. The output seems to be more reliable.

@lee-yunseok and @Ted1, could you please paste the output of uname -r here?

DIN very works well for me. 6.1.70-v8-16k+ #1712 aarch64

Both, input and output?

I donā€™t use output port.

1 Like

uname -r for me returns: 6.1.70-v8-16k+

@lee-yunseok I also changed the MIDI Driver to ā€˜rawā€™ but that had no effect:

I still seem to be having the same issue ā€” the midi light flashes but no notes register (or rather, notes register very intermittently, like one in 100 presses).

Any other things to try?

Well I use pisound, 192k or 96k for my use, period 3 in my jack settings, Jack DBus of course. But I donā€™t think itā€™s related.

Here I attached my screenshot. Iā€™ve download Pianoteq trial and test with Jack, it works in latest 6.1.72-v8-16k+ kernel.

ALSA also working without Jack. Donā€™t use Jack if you select ALSA on Pianoteq, just select pisound, PS-#### for output.

1 Like

Iā€™ve seen an issue with communication between Pi 5 and Pisound, depending on the current CPU scaling - Iā€™ll investigate this further and will likely have to make a software fix to make MIDI stable in all CPU frequencies of Pi 5.

1 Like