Amidithru manually install

hi,

how can i manually install amidithru on a raspi 4 aarch64? is it possible?

Thanks

You can install from source code: GitHub - BlokasLabs/amidiauto

It should be done something like this:

# Install required library
sudo apt install libasound2-dev

# Get the source code
git clone https://github.com/BlokasLabs/amidiauto.git

# Build and install
cd amidiauto
make CXX=g++
sudo make install

Check if it succeeded:

systemctl status amidiauto

i was searching for amidithru… because i need it to create a virtual midi port…

is it possible also with amidiauto?

My mistake, do pretty much the same with this repo instead: GitHub - BlokasLabs/amidithru: User mode ALSA MIDI thru port.