mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
finish applying port autoconnect refactor, move entry point to top level, update usage
This commit is contained in:
parent
fe70b57dc1
commit
c3de403645
9 changed files with 126 additions and 102 deletions
26
README.md
26
README.md
|
|
@ -15,11 +15,13 @@ or [**matrix** `@unspeaker:matrix.org`](https://matrix.to/#/@unspeaker:matrix.or
|
|||
|
||||

|
||||
|
||||
## usage
|
||||
|
||||
```
|
||||
Usage: tek [OPTIONS] <COMMAND>
|
||||
|
||||
Commands:
|
||||
clock A standalone transport view
|
||||
clock A standalone transport clock
|
||||
sequencer A MIDI sequencer
|
||||
sampler A MIDI-controlled audio sampler
|
||||
groovebox Sequencer and sampler together
|
||||
|
|
@ -30,13 +32,21 @@ Commands:
|
|||
help Print this message or the help of the given subcommand(s)
|
||||
|
||||
Options:
|
||||
-t, --name <NAME> Name of JACK client
|
||||
-S, --sync-lead Whether to attempt to become transport master
|
||||
-s, --sync-follow Whether to sync to external transport master
|
||||
-b, --bpm <BPM> Initial tempo in beats per minute
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
|
||||
-n, --name <NAME> Name of JACK client
|
||||
-S, --sync-lead Whether to attempt to become transport master
|
||||
-s, --sync-follow Whether to sync to external transport master
|
||||
-b, --bpm <BPM> Initial tempo in beats per minute
|
||||
-t, --show-clock Whether to include a transport toolbar (default: true)
|
||||
-I, --midi-from <MIDI_FROM> MIDI outs to connect to (multiple instances accepted)
|
||||
-i, --midi-from-re <MIDI_FROM_RE> MIDI outs to connect to (multiple instances accepted)
|
||||
-O, --midi-to <MIDI_TO> MIDI ins to connect to (multiple instances accepted)
|
||||
-o, --midi-to-re <MIDI_TO_RE> MIDI ins to connect to (multiple instances accepted)
|
||||
-l, --left-from <LEFT_FROM> Audio outs to connect to left input
|
||||
-r, --right-from <RIGHT_FROM> Audio outs to connect to right input
|
||||
-L, --left-to <LEFT_TO> Audio ins to connect from left output
|
||||
-R, --right-to <RIGHT_TO> Audio ins to connect from right output
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
```
|
||||
|
||||
the project roadmap is at https://codeberg.org/unspeaker/tek/milestones
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue