Rust seems rather interesting

1 Like

Been trying to use the rtmidi crate on a Pi4 not had a lot of success…

It gets past the syntax check after some hand cranking…

but fails on compile

complaints of missing .so.5 files and no version available…

And that’s that one solved …

wyleu@rasppidesk:~/duopiano/rust_duo_piano $ LD_LIBRARY_PATH=/usr/local/lib cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.14s
Running target/debug/rust_duo_piano
There are 2 MIDI input sources available.
Input Port #1: Midi Through:Midi Through Port-0 14:0
Input Port #2: GENERAL:GENERAL MIDI 1 32:0
There are 2 MIDI output ports available.
Output Port #1: Midi Through:Midi Through Port-0 14:0
Output Port #2: GENERAL:GENERAL MIDI 1 32:0

That GENERAL MIDI is the DUO piano…
This has taken about a week…
main.rs (851 Bytes)

I’m really feeling quite smug…