Skip to content

Commit 48bd5e6

Browse files
softinspljones
andcommitted
Apply suggestions from code review
Co-authored-by: Peter L Jones <[email protected]>
1 parent eced0ab commit 48bd5e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wiki/en/Include-Client-Commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
- `--mutemyown` Prevent me from hearing what I play in the server mix (headless only)
33
- `-c` or `--connect` Connect to given server address on startup, format `address[:port]`
44
- `-j` or `--nojackconnect` Disable auto JACK connections
5-
- `--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).
5+
- `--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).
66
- `--clientname` Window title and JACK client name

wiki/en/Tips-Tricks-More.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ When using JACK or macOS, make sure you connect your MIDI device's output port t
119119
2. The long form is a sequence of offsets and counts for various controllers:
120120
121121
```
122-
[MIDI channel];[control letter][offset](*[count](;...))
122+
[MIDI channel];[control letter][offset](*[count])(;...)
123123
```
124124
125125
* `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.

0 commit comments

Comments
 (0)