Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Peter L Jones <[email protected]>
  • Loading branch information
softins and pljones committed Dec 11, 2024
1 parent eced0ab commit 48bd5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wiki/en/Include-Client-Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
- `--mutemyown` Prevent me from hearing what I play in the server mix (headless only)
- `-c` or `--connect` Connect to given server address on startup, format `address[:port]`
- `-j` or `--nojackconnect` Disable auto JACK connections
- `--ctrlmidich` MIDI controller channel to listen on, MIDI control number and count of consecutive CC numbers (Jamulus channels), Mute Myself CC number and device selection option. Format: `channel[;fn[*n]][;pn[*n]][;sn[*n]][;mn[*n]][;on][;dDeviceName]` See [Tips & Tricks](Tips-Tricks-More#using---ctrlmidich-for-midi-controllers).
- `--ctrlmidich` MIDI channel to listen on, Jamulus control + MIDI control number and count of consecutive CC numbers (or Jamulus channels), device selection option. Format: `channel[;fn[*n]][;pn[*n]][;sn[*n]][;mn[*n]][;on][;dDeviceName]` See [Tips & Tricks](Tips-Tricks-More#using---ctrlmidich-for-midi-controllers).
- `--clientname` Window title and JACK client name
2 changes: 1 addition & 1 deletion wiki/en/Tips-Tricks-More.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ When using JACK or macOS, make sure you connect your MIDI device's output port t
2. The long form is a sequence of offsets and counts for various controllers:
```
[MIDI channel];[control letter][offset](*[count](;...))
[MIDI channel];[control letter][offset](*[count])(;...)
```
* `MIDI channel` is required or else the parameter argument is ignored and the feature is not active. `0` means "any channel", `1`-`16` listen only to MIDI messages on the specified MIDI channel.
Expand Down

0 comments on commit 48bd5e6

Please sign in to comment.