https://github.com/jagenjo/playnote
A simple script in nodejs to send MIDI notes sequences to a midi output
https://github.com/jagenjo/playnote
midi node nodejs raspberry-pi rpi script terminal
Last synced: 2 months ago
JSON representation
A simple script in nodejs to send MIDI notes sequences to a midi output
- Host: GitHub
- URL: https://github.com/jagenjo/playnote
- Owner: jagenjo
- License: mit
- Created: 2020-03-15T19:10:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T21:46:54.000Z (over 6 years ago)
- Last Synced: 2025-08-29T06:21:55.917Z (10 months ago)
- Topics: midi, node, nodejs, raspberry-pi, rpi, script, terminal
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playnote
A simple script in nodejs to send MIDI notes sequences to a midi output.
Great to use in a Raspberry Pi connected through MIDI to any device.
Usage:
playnote
optional:
* -p num open port
* -s scale selects scale, valid names are major,minor,pentatonic,chromatic,stranger
* -t interval time between notes
* -o octave the octave number
* -v verbose
* -m mode valid modes are rand,up,down,updown,walk