Crates.io | print_chords |
lib.rs | print_chords |
version | 0.1.4 |
source | src |
created_at | 2021-06-04 14:35:29.645302 |
updated_at | 2023-08-06 11:55:24.514166 |
description | A stand-alone jack application that listens to a midi port and prints the chord names. |
homepage | |
repository | https://codeberg.org/PieterPenninckx/print_chords |
max_upload_size | |
id | 406153 |
size | 74,505 |
A stand-alone jack application that listens to a midi port and prints the chord names.
Currently, only the following chord types are supported:
print_chords
has only been tested to work under Linux.
The only installation method currently provided is to compile from source code,
either from crates.io
or after downloading the source code.
libjack
and libjack-dev
or similar from your distro's package managercargo install print_chords
ORprint_chords
, go to the folder containing the Cargo.toml
file and run cargo install
See the USAGE.txt file.
Contributions are welcome! See CONTRIBUTING.md for more information.
print_chords
is currently only an application and not a library.
If you want to re-use part of the source code, I would appreciate it if you get in touch,
so that we can discuss how to manage the source code efficiently.
print_chords
is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version that is approved by Pieter Penninckx.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program, in the file LICENSE-AGPL-3.0.txt. If not, see https://www.gnu.org/licenses/.