#music #utility #audio #cli #minutes

bin+lib tixonome

A simple CLI metronome in Rust

6 releases

0.3.2 May 15, 2021
0.3.1 May 15, 2021
0.2.1 May 13, 2021
0.1.0 May 13, 2021

#17 in #minutes

BSD-3-Clause

11KB
79 lines

Crates.io

Tixonome

A simple CLI metronome in Rust. By default, BPM is set to 72, 4/4 beats per bar (with accent).

Installation

Please make sure that .cargo/bin/ is in your PATH.

From crates.io

cargo install tixonome

Directly from Github with git

cargo install --git https://github.com/momozor/tixonome

Locally

cargo install --path .

Usage

You can just run tixonome without extra arguments. You can set the beats per minute and beats per bar through -a and -b.

Example:


tixonome -a 3 -b 120 # bpb at 3, and bpm 120

Maximum BPM: 180 Minimum BPM: 40

Maximum BPB: 4 Minimum BPB: 2

For more details, please run tixonome --help.

Contributing

Bug reports and pull requests are welcome.

License

This software is released under the BSD-3-Clause license. Please see LICENSE file for more details.

Dependencies

~2.7–7MB
~131K SLoC