Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolodavis/lilypond-midi-input
Enter LilyPond notes using a MIDI controller
https://github.com/nicolodavis/lilypond-midi-input
lilypond midi
Last synced: about 1 month ago
JSON representation
Enter LilyPond notes using a MIDI controller
- Host: GitHub
- URL: https://github.com/nicolodavis/lilypond-midi-input
- Owner: nicolodavis
- License: mit
- Created: 2022-09-27T06:42:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T07:17:09.000Z (about 2 years ago)
- Last Synced: 2023-10-17T04:16:42.479Z (about 1 year ago)
- Topics: lilypond, midi
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LilyPond MIDI Input
Enter LilyPond notes like "c", "d", "gis" etc. using a MIDI controller.
## Features
- Supports two octaves below and above middle C.
- Toggle between sharp and flat note entries using an assignable MIDI key.
- Toggle note durations with assignable MIDI keys.
- Assignable macro keys that can generate arbitrary key sequences (like "\relative", for example).## Building
With a Rust toolchain installed, run:
```
cargo build --release
```On Linux, you may have to install libxdo-dev.
### Ubuntu
```
apt install libxdo-dev
```### Arch
```
pacman -S xdotool
```## Running
```
lilypond-midi-input --port KeyboardName
```