Skip to content

Commit

Permalink
Correct script names
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Nov 26, 2019
1 parent 3e4953e commit c220924
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ automatically, when you install the `jack-audio-tools` distribution via `pip`:
pip install jack-audio-tools


### `midi_to_transport`
### `jack-midi-to-transport`

JACK client which allows to control transport state via MIDI.

Expand Down Expand Up @@ -48,7 +48,7 @@ If the client's device number is set to 127 (the default), it matches all
MMC message device numbers.


### `rtmidi_to_transport`
### `jack-rtmidi-to-transport`

JACK client which allows to control transport state via MIDI.

Expand All @@ -63,14 +63,14 @@ To use it, specify the `rtmidi` extra dependency when installing the
pip install "jack-audio-tools[rtmidi]"


### `timebase_master`
### `jack-timebase-master`

A simple JACK timebase master, which provides musical timing related
information (i.e. currents bar, beats per bar, beat denominator, BPM etc.)
to other JACK clients.


### `transporter`
### `jack-transporter`

Query or change the JACK transport state.

Expand Down

0 comments on commit c220924

Please sign in to comment.