mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-08 18:03:37 +00:00
increase the column count for the generated help output
This commit is contained in:
@@ -66,4 +66,4 @@ tasks:
|
||||
generate:
|
||||
desc: Run code generation
|
||||
cmds:
|
||||
- go generate ./...
|
||||
- COLUMNS=120 go generate ./...
|
||||
|
||||
@@ -27,90 +27,55 @@ Main
|
||||
main eq <band> freq Get or set the frequency of the specified EQ band.
|
||||
main eq <band> q Get or set the Q factor of the specified EQ band.
|
||||
main eq <band> type Get or set the type of the specified EQ band.
|
||||
main comp on Get or set the compressor on/off state of the Main L/R
|
||||
output.
|
||||
main comp on Get or set the compressor on/off state of the Main L/R output.
|
||||
main comp mode Get or set the compressor mode of the Main L/R output.
|
||||
main comp threshold Get or set the compressor threshold of the Main L/R
|
||||
output.
|
||||
main comp threshold Get or set the compressor threshold of the Main L/R output.
|
||||
main comp ratio Get or set the compressor ratio of the Main L/R output.
|
||||
main comp mix Get or set the compressor mix level of the Main L/R
|
||||
output.
|
||||
main comp makeup Get or set the compressor makeup gain of the Main L/R
|
||||
output.
|
||||
main comp attack Get or set the compressor attack time of the Main L/R
|
||||
output.
|
||||
main comp hold Get or set the compressor hold time of the Main L/R
|
||||
output.
|
||||
main comp release Get or set the compressor release time of the Main L/R
|
||||
output.
|
||||
main comp mix Get or set the compressor mix level of the Main L/R output.
|
||||
main comp makeup Get or set the compressor makeup gain of the Main L/R output.
|
||||
main comp attack Get or set the compressor attack time of the Main L/R output.
|
||||
main comp hold Get or set the compressor hold time of the Main L/R output.
|
||||
main comp release Get or set the compressor release time of the Main L/R output.
|
||||
|
||||
MainMono
|
||||
mainmono mute Get or set the mute state of the Main Mono output.
|
||||
mainmono fader Get or set the fader level of the Main Mono output.
|
||||
mainmono fadein Fade in the Main Mono output over a specified
|
||||
duration.
|
||||
mainmono fadeout Fade out the Main Mono output over a specified
|
||||
duration.
|
||||
mainmono eq on Get or set the EQ on/off state of the Main Mono
|
||||
output.
|
||||
mainmono fadein Fade in the Main Mono output over a specified duration.
|
||||
mainmono fadeout Fade out the Main Mono output over a specified duration.
|
||||
mainmono eq on Get or set the EQ on/off state of the Main Mono output.
|
||||
mainmono eq <band> gain Get or set the gain of the specified EQ band.
|
||||
mainmono eq <band> freq Get or set the frequency of the specified EQ band.
|
||||
mainmono eq <band> q Get or set the Q factor of the specified EQ band.
|
||||
mainmono eq <band> type Get or set the type of the specified EQ band.
|
||||
mainmono comp on Get or set the compressor on/off state of the Main
|
||||
Mono output.
|
||||
mainmono comp mode Get or set the compressor mode of the Main Mono
|
||||
output.
|
||||
mainmono comp threshold Get or set the compressor threshold of the Main
|
||||
Mono output.
|
||||
mainmono comp ratio Get or set the compressor ratio of the Main Mono
|
||||
output.
|
||||
mainmono comp mix Get or set the compressor mix level of the Main
|
||||
Mono output.
|
||||
mainmono comp makeup Get or set the compressor makeup gain of the Main
|
||||
Mono output.
|
||||
mainmono comp attack Get or set the compressor attack time of the Main
|
||||
Mono output.
|
||||
mainmono comp hold Get or set the compressor hold time of the Main
|
||||
Mono output.
|
||||
mainmono comp release Get or set the compressor release time of the Main
|
||||
Mono output.
|
||||
mainmono comp on Get or set the compressor on/off state of the Main Mono output.
|
||||
mainmono comp mode Get or set the compressor mode of the Main Mono output.
|
||||
mainmono comp threshold Get or set the compressor threshold of the Main Mono output.
|
||||
mainmono comp ratio Get or set the compressor ratio of the Main Mono output.
|
||||
mainmono comp mix Get or set the compressor mix level of the Main Mono output.
|
||||
mainmono comp makeup Get or set the compressor makeup gain of the Main Mono output.
|
||||
mainmono comp attack Get or set the compressor attack time of the Main Mono output.
|
||||
mainmono comp hold Get or set the compressor hold time of the Main Mono output.
|
||||
mainmono comp release Get or set the compressor release time of the Main Mono output.
|
||||
|
||||
Matrix
|
||||
matrix <index> mute Get or set the mute state of the Matrix
|
||||
output.
|
||||
matrix <index> fader Get or set the fader level of the Matrix
|
||||
output.
|
||||
matrix <index> fadein Fade in the Matrix output over a specified
|
||||
duration.
|
||||
matrix <index> fadeout Fade out the Matrix output over a specified
|
||||
duration.
|
||||
matrix <index> eq on Get or set the EQ on/off state of the Matrix
|
||||
output.
|
||||
matrix <index> mute Get or set the mute state of the Matrix output.
|
||||
matrix <index> fader Get or set the fader level of the Matrix output.
|
||||
matrix <index> fadein Fade in the Matrix output over a specified duration.
|
||||
matrix <index> fadeout Fade out the Matrix output over a specified duration.
|
||||
matrix <index> eq on Get or set the EQ on/off state of the Matrix output.
|
||||
matrix <index> eq <band> gain Get or set the gain of the specified EQ band.
|
||||
matrix <index> eq <band> freq Get or set the frequency of the specified EQ
|
||||
band.
|
||||
matrix <index> eq <band> q Get or set the Q factor of the specified EQ
|
||||
band.
|
||||
matrix <index> eq <band> freq Get or set the frequency of the specified EQ band.
|
||||
matrix <index> eq <band> q Get or set the Q factor of the specified EQ band.
|
||||
matrix <index> eq <band> type Get or set the type of the specified EQ band.
|
||||
matrix <index> comp on Get or set the compressor on/off state of the
|
||||
Matrix output.
|
||||
matrix <index> comp mode Get or set the compressor mode of the Matrix
|
||||
output.
|
||||
matrix <index> comp threshold Get or set the compressor threshold of the
|
||||
Matrix output.
|
||||
matrix <index> comp ratio Get or set the compressor ratio of the Matrix
|
||||
output.
|
||||
matrix <index> comp mix Get or set the compressor mix level of the
|
||||
Matrix output.
|
||||
matrix <index> comp makeup Get or set the compressor makeup gain of the
|
||||
Matrix output.
|
||||
matrix <index> comp attack Get or set the compressor attack time of the
|
||||
Matrix output.
|
||||
matrix <index> comp hold Get or set the compressor hold time of the
|
||||
Matrix output.
|
||||
matrix <index> comp release Get or set the compressor release time of the
|
||||
Matrix output.
|
||||
matrix <index> comp on Get or set the compressor on/off state of the Matrix output.
|
||||
matrix <index> comp mode Get or set the compressor mode of the Matrix output.
|
||||
matrix <index> comp threshold Get or set the compressor threshold of the Matrix output.
|
||||
matrix <index> comp ratio Get or set the compressor ratio of the Matrix output.
|
||||
matrix <index> comp mix Get or set the compressor mix level of the Matrix output.
|
||||
matrix <index> comp makeup Get or set the compressor makeup gain of the Matrix output.
|
||||
matrix <index> comp attack Get or set the compressor attack time of the Matrix output.
|
||||
matrix <index> comp hold Get or set the compressor hold time of the Matrix output.
|
||||
matrix <index> comp release Get or set the compressor release time of the Matrix output.
|
||||
|
||||
Strip
|
||||
strip <index> mute Get or set the mute state of the strip.
|
||||
@@ -131,21 +96,15 @@ Strip
|
||||
strip <index> eq <band> freq Get or set the frequency of the EQ band.
|
||||
strip <index> eq <band> q Get or set the Q factor of the EQ band.
|
||||
strip <index> eq <band> type Get or set the type of the EQ band.
|
||||
strip <index> comp on Get or set the compressor on/off state of the
|
||||
strip.
|
||||
strip <index> comp on Get or set the compressor on/off state of the strip.
|
||||
strip <index> comp mode Get or set the compressor mode of the strip.
|
||||
strip <index> comp threshold Get or set the compressor threshold of the
|
||||
strip.
|
||||
strip <index> comp threshold Get or set the compressor threshold of the strip.
|
||||
strip <index> comp ratio Get or set the compressor ratio of the strip.
|
||||
strip <index> comp mix Get or set the compressor mix of the strip.
|
||||
strip <index> comp makeup Get or set the compressor makeup gain of the
|
||||
strip.
|
||||
strip <index> comp attack Get or set the compressor attack time of the
|
||||
strip.
|
||||
strip <index> comp hold Get or set the compressor hold time of the
|
||||
strip.
|
||||
strip <index> comp release Get or set the compressor release time of the
|
||||
strip.
|
||||
strip <index> comp makeup Get or set the compressor makeup gain of the strip.
|
||||
strip <index> comp attack Get or set the compressor attack time of the strip.
|
||||
strip <index> comp hold Get or set the compressor hold time of the strip.
|
||||
strip <index> comp release Get or set the compressor release time of the strip.
|
||||
|
||||
Bus
|
||||
bus <index> mute Get or set the mute state of the bus.
|
||||
@@ -154,30 +113,20 @@ Bus
|
||||
bus <index> fadeout Fade out the bus over a specified duration.
|
||||
bus <index> name Get or set the name of the bus.
|
||||
bus <index> eq on Get or set the EQ on/off state of the bus.
|
||||
bus <index> eq mode Get or set the EQ mode of the bus (peq, geq or
|
||||
teq).
|
||||
bus <index> eq mode Get or set the EQ mode of the bus (peq, geq or teq).
|
||||
bus <index> eq <band> gain Get or set the gain of the EQ band.
|
||||
bus <index> eq <band> freq Get or set the frequency of the EQ band.
|
||||
bus <index> eq <band> q Get or set the Q factor of the EQ band.
|
||||
bus <index> eq <band> type Get or set the type of the EQ band (lcut, lshv,
|
||||
peq, veq, hshv, hcut).
|
||||
bus <index> comp on Get or set the compressor on/off state of the
|
||||
bus.
|
||||
bus <index> comp mode Get or set the compressor mode of the bus (comp,
|
||||
exp).
|
||||
bus <index> comp threshold Get or set the compressor threshold of the bus
|
||||
(in dB).
|
||||
bus <index> eq <band> type Get or set the type of the EQ band (lcut, lshv, peq, veq, hshv, hcut).
|
||||
bus <index> comp on Get or set the compressor on/off state of the bus.
|
||||
bus <index> comp mode Get or set the compressor mode of the bus (comp, exp).
|
||||
bus <index> comp threshold Get or set the compressor threshold of the bus (in dB).
|
||||
bus <index> comp ratio Get or set the compressor ratio of the bus.
|
||||
bus <index> comp mix Get or set the compressor mix level of the bus
|
||||
(in %).
|
||||
bus <index> comp makeup Get or set the compressor makeup gain of the bus
|
||||
(in dB).
|
||||
bus <index> comp attack Get or set the compressor attack time of the bus
|
||||
(in ms).
|
||||
bus <index> comp hold Get or set the compressor hold time of the bus
|
||||
(in ms).
|
||||
bus <index> comp release Get or set the compressor release time of the
|
||||
bus (in ms).
|
||||
bus <index> comp mix Get or set the compressor mix level of the bus (in %).
|
||||
bus <index> comp makeup Get or set the compressor makeup gain of the bus (in dB).
|
||||
bus <index> comp attack Get or set the compressor attack time of the bus (in ms).
|
||||
bus <index> comp hold Get or set the compressor hold time of the bus (in ms).
|
||||
bus <index> comp release Get or set the compressor release time of the bus (in ms).
|
||||
|
||||
Headamp
|
||||
headamp <index> gain Get or set the gain of the headamp.
|
||||
|
||||
@@ -27,22 +27,15 @@ Main
|
||||
main eq <band> freq Get or set the frequency of the specified EQ band.
|
||||
main eq <band> q Get or set the Q factor of the specified EQ band.
|
||||
main eq <band> type Get or set the type of the specified EQ band.
|
||||
main comp on Get or set the compressor on/off state of the Main L/R
|
||||
output.
|
||||
main comp on Get or set the compressor on/off state of the Main L/R output.
|
||||
main comp mode Get or set the compressor mode of the Main L/R output.
|
||||
main comp threshold Get or set the compressor threshold of the Main L/R
|
||||
output.
|
||||
main comp threshold Get or set the compressor threshold of the Main L/R output.
|
||||
main comp ratio Get or set the compressor ratio of the Main L/R output.
|
||||
main comp mix Get or set the compressor mix level of the Main L/R
|
||||
output.
|
||||
main comp makeup Get or set the compressor makeup gain of the Main L/R
|
||||
output.
|
||||
main comp attack Get or set the compressor attack time of the Main L/R
|
||||
output.
|
||||
main comp hold Get or set the compressor hold time of the Main L/R
|
||||
output.
|
||||
main comp release Get or set the compressor release time of the Main L/R
|
||||
output.
|
||||
main comp mix Get or set the compressor mix level of the Main L/R output.
|
||||
main comp makeup Get or set the compressor makeup gain of the Main L/R output.
|
||||
main comp attack Get or set the compressor attack time of the Main L/R output.
|
||||
main comp hold Get or set the compressor hold time of the Main L/R output.
|
||||
main comp release Get or set the compressor release time of the Main L/R output.
|
||||
|
||||
Strip
|
||||
strip <index> mute Get or set the mute state of the strip.
|
||||
@@ -63,21 +56,15 @@ Strip
|
||||
strip <index> eq <band> freq Get or set the frequency of the EQ band.
|
||||
strip <index> eq <band> q Get or set the Q factor of the EQ band.
|
||||
strip <index> eq <band> type Get or set the type of the EQ band.
|
||||
strip <index> comp on Get or set the compressor on/off state of the
|
||||
strip.
|
||||
strip <index> comp on Get or set the compressor on/off state of the strip.
|
||||
strip <index> comp mode Get or set the compressor mode of the strip.
|
||||
strip <index> comp threshold Get or set the compressor threshold of the
|
||||
strip.
|
||||
strip <index> comp threshold Get or set the compressor threshold of the strip.
|
||||
strip <index> comp ratio Get or set the compressor ratio of the strip.
|
||||
strip <index> comp mix Get or set the compressor mix of the strip.
|
||||
strip <index> comp makeup Get or set the compressor makeup gain of the
|
||||
strip.
|
||||
strip <index> comp attack Get or set the compressor attack time of the
|
||||
strip.
|
||||
strip <index> comp hold Get or set the compressor hold time of the
|
||||
strip.
|
||||
strip <index> comp release Get or set the compressor release time of the
|
||||
strip.
|
||||
strip <index> comp makeup Get or set the compressor makeup gain of the strip.
|
||||
strip <index> comp attack Get or set the compressor attack time of the strip.
|
||||
strip <index> comp hold Get or set the compressor hold time of the strip.
|
||||
strip <index> comp release Get or set the compressor release time of the strip.
|
||||
|
||||
Bus
|
||||
bus <index> mute Get or set the mute state of the bus.
|
||||
@@ -86,30 +73,20 @@ Bus
|
||||
bus <index> fadeout Fade out the bus over a specified duration.
|
||||
bus <index> name Get or set the name of the bus.
|
||||
bus <index> eq on Get or set the EQ on/off state of the bus.
|
||||
bus <index> eq mode Get or set the EQ mode of the bus (peq, geq or
|
||||
teq).
|
||||
bus <index> eq mode Get or set the EQ mode of the bus (peq, geq or teq).
|
||||
bus <index> eq <band> gain Get or set the gain of the EQ band.
|
||||
bus <index> eq <band> freq Get or set the frequency of the EQ band.
|
||||
bus <index> eq <band> q Get or set the Q factor of the EQ band.
|
||||
bus <index> eq <band> type Get or set the type of the EQ band (lcut, lshv,
|
||||
peq, veq, hshv, hcut).
|
||||
bus <index> comp on Get or set the compressor on/off state of the
|
||||
bus.
|
||||
bus <index> comp mode Get or set the compressor mode of the bus (comp,
|
||||
exp).
|
||||
bus <index> comp threshold Get or set the compressor threshold of the bus
|
||||
(in dB).
|
||||
bus <index> eq <band> type Get or set the type of the EQ band (lcut, lshv, peq, veq, hshv, hcut).
|
||||
bus <index> comp on Get or set the compressor on/off state of the bus.
|
||||
bus <index> comp mode Get or set the compressor mode of the bus (comp, exp).
|
||||
bus <index> comp threshold Get or set the compressor threshold of the bus (in dB).
|
||||
bus <index> comp ratio Get or set the compressor ratio of the bus.
|
||||
bus <index> comp mix Get or set the compressor mix level of the bus
|
||||
(in %).
|
||||
bus <index> comp makeup Get or set the compressor makeup gain of the bus
|
||||
(in dB).
|
||||
bus <index> comp attack Get or set the compressor attack time of the bus
|
||||
(in ms).
|
||||
bus <index> comp hold Get or set the compressor hold time of the bus
|
||||
(in ms).
|
||||
bus <index> comp release Get or set the compressor release time of the
|
||||
bus (in ms).
|
||||
bus <index> comp mix Get or set the compressor mix level of the bus (in %).
|
||||
bus <index> comp makeup Get or set the compressor makeup gain of the bus (in dB).
|
||||
bus <index> comp attack Get or set the compressor attack time of the bus (in ms).
|
||||
bus <index> comp hold Get or set the compressor hold time of the bus (in ms).
|
||||
bus <index> comp release Get or set the compressor release time of the bus (in ms).
|
||||
|
||||
Headamp
|
||||
headamp <index> gain Get or set the gain of the headamp.
|
||||
|
||||
Reference in New Issue
Block a user