Whstlrs is a cross-platform midi visualizer, build in Rust, It helps people to practice song on a MIDI wind controller.
- Linux Raspberry PI
- macOS ?-)
- Windows 10
- midi wind controller
- graphics card supported by WGPU.
- https://www.rust-lang.org/
- https://lilypond.org/ for sheet music
Bash:
RUST_LOG=info ./cargo run
Powershell:
$Env:RUST_LOG = "info"
cargo run
- abc2ly -> lilypond format -> notes, midi, svg
- https://abcnotation.com/
- https://lilypond.org/
- https://en.wikipedia.org/wiki/Tin_whistle
- https://www.frescobaldi.org/
- https://charleslabs.fr/en/project-Irish+Whistle+Tab+-+Android+app
- https://github.com/PolyMeilex/Neothesia/
- https://michaeleskin.com/abctools/abctools.html
- click notes show fingering
- import of tune from the session
- UI with settings and load song
- Set speed and start of music
This code is distributed under a GPL v3 style license, see the LICENSE file for complete information.
Whstlrs Copyright (c) 2024 David Rasch