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:
|
generate:
|
||||||
desc: Run code generation
|
desc: Run code generation
|
||||||
cmds:
|
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> 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> 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 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
|
main comp on Get or set the compressor on/off state of the Main L/R output.
|
||||||
output.
|
|
||||||
main comp mode Get or set the compressor mode 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
|
main comp threshold Get or set the compressor threshold of the Main L/R output.
|
||||||
output.
|
|
||||||
main comp ratio Get or set the compressor ratio 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
|
main comp mix Get or set the compressor mix level of the Main L/R output.
|
||||||
output.
|
main comp makeup Get or set the compressor makeup gain of the Main L/R output.
|
||||||
main comp makeup Get or set the compressor makeup gain of the Main L/R
|
main comp attack Get or set the compressor attack time of the Main L/R output.
|
||||||
output.
|
main comp hold Get or set the compressor hold time of the Main L/R output.
|
||||||
main comp attack Get or set the compressor attack time of the Main L/R
|
main comp release Get or set the compressor release time of the Main L/R output.
|
||||||
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
|
||||||
mainmono mute Get or set the mute state of the Main Mono output.
|
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 fader Get or set the fader level of the Main Mono output.
|
||||||
mainmono fadein Fade in the Main Mono output over a specified
|
mainmono fadein Fade in the Main Mono output over a specified duration.
|
||||||
duration.
|
mainmono fadeout Fade out the Main Mono output over a specified duration.
|
||||||
mainmono fadeout Fade out the Main Mono output over a specified
|
mainmono eq on Get or set the EQ on/off state of the Main Mono output.
|
||||||
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> 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> 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> 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 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
|
mainmono comp on Get or set the compressor on/off state of the Main Mono output.
|
||||||
Mono output.
|
mainmono comp mode Get or set the compressor mode of the Main Mono output.
|
||||||
mainmono comp mode Get or set the compressor mode of the Main Mono
|
mainmono comp threshold Get or set the compressor threshold of the Main Mono output.
|
||||||
output.
|
mainmono comp ratio Get or set the compressor ratio of the Main Mono output.
|
||||||
mainmono comp threshold Get or set the compressor threshold of the Main
|
mainmono comp mix Get or set the compressor mix level of the Main Mono output.
|
||||||
Mono output.
|
mainmono comp makeup Get or set the compressor makeup gain of the Main Mono output.
|
||||||
mainmono comp ratio Get or set the compressor ratio of the Main Mono
|
mainmono comp attack Get or set the compressor attack time of the Main Mono output.
|
||||||
output.
|
mainmono comp hold Get or set the compressor hold time of the Main Mono output.
|
||||||
mainmono comp mix Get or set the compressor mix level of the Main
|
mainmono comp release Get or set the compressor release time of the Main Mono output.
|
||||||
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
|
||||||
matrix <index> mute Get or set the mute state of the Matrix
|
matrix <index> mute Get or set the mute state of the Matrix output.
|
||||||
output.
|
matrix <index> fader Get or set the fader level of the Matrix output.
|
||||||
matrix <index> fader Get or set the fader level of the Matrix
|
matrix <index> fadein Fade in the Matrix output over a specified duration.
|
||||||
output.
|
matrix <index> fadeout Fade out the Matrix output over a specified duration.
|
||||||
matrix <index> fadein Fade in the Matrix output over a specified
|
matrix <index> eq on Get or set the EQ on/off state of the Matrix output.
|
||||||
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> 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
|
matrix <index> eq <band> freq Get or set the frequency of the specified EQ band.
|
||||||
band.
|
matrix <index> eq <band> q Get or set the Q factor 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> 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 <index> comp on Get or set the compressor on/off state of the Matrix output.
|
||||||
Matrix output.
|
matrix <index> comp mode Get or set the compressor mode of the Matrix output.
|
||||||
matrix <index> comp mode Get or set the compressor mode of the Matrix
|
matrix <index> comp threshold Get or set the compressor threshold of the Matrix output.
|
||||||
output.
|
matrix <index> comp ratio Get or set the compressor ratio of the Matrix output.
|
||||||
matrix <index> comp threshold Get or set the compressor threshold of the
|
matrix <index> comp mix Get or set the compressor mix level of the Matrix output.
|
||||||
Matrix output.
|
matrix <index> comp makeup Get or set the compressor makeup gain of the Matrix output.
|
||||||
matrix <index> comp ratio Get or set the compressor ratio of the Matrix
|
matrix <index> comp attack Get or set the compressor attack time of the Matrix output.
|
||||||
output.
|
matrix <index> comp hold Get or set the compressor hold time of the Matrix output.
|
||||||
matrix <index> comp mix Get or set the compressor mix level of the
|
matrix <index> comp release Get or set the compressor release time of the Matrix output.
|
||||||
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
|
||||||
strip <index> mute Get or set the mute state of the 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> 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> 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> 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 <index> comp on Get or set the compressor on/off state of the strip.
|
||||||
strip.
|
|
||||||
strip <index> comp mode Get or set the compressor mode 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 <index> comp threshold Get or set the compressor threshold of the strip.
|
||||||
strip.
|
|
||||||
strip <index> comp ratio Get or set the compressor ratio 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 mix Get or set the compressor mix of the strip.
|
||||||
strip <index> comp makeup Get or set the compressor makeup gain of the
|
strip <index> comp makeup Get or set the compressor makeup gain of the strip.
|
||||||
strip.
|
strip <index> comp attack Get or set the compressor attack time of the strip.
|
||||||
strip <index> comp attack Get or set the compressor attack time of the
|
strip <index> comp hold Get or set the compressor hold time of the strip.
|
||||||
strip.
|
strip <index> comp release Get or set the compressor release 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
|
||||||
bus <index> mute Get or set the mute state of the 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> fadeout Fade out the bus over a specified duration.
|
||||||
bus <index> name Get or set the name of the bus.
|
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 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
|
bus <index> eq mode Get or set the EQ mode of the bus (peq, geq or teq).
|
||||||
teq).
|
|
||||||
bus <index> eq <band> gain Get or set the gain of the EQ band.
|
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> 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> 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,
|
bus <index> eq <band> type Get or set the type of the EQ band (lcut, lshv, peq, veq, hshv, hcut).
|
||||||
peq, veq, hshv, hcut).
|
bus <index> comp on Get or set the compressor on/off state of the bus.
|
||||||
bus <index> comp on Get or set the compressor on/off state of the
|
bus <index> comp mode Get or set the compressor mode of the bus (comp, exp).
|
||||||
bus.
|
bus <index> comp threshold Get or set the compressor threshold of the bus (in dB).
|
||||||
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 ratio Get or set the compressor ratio of the bus.
|
||||||
bus <index> comp mix Get or set the compressor mix level of the bus
|
bus <index> comp mix Get or set the compressor mix level of the bus (in %).
|
||||||
(in %).
|
bus <index> comp makeup Get or set the compressor makeup gain of the bus (in dB).
|
||||||
bus <index> comp makeup Get or set the compressor makeup gain of the bus
|
bus <index> comp attack Get or set the compressor attack time of the bus (in ms).
|
||||||
(in dB).
|
bus <index> comp hold Get or set the compressor hold time of the bus (in ms).
|
||||||
bus <index> comp attack Get or set the compressor attack time of the bus
|
bus <index> comp release Get or set the compressor release time of the bus (in ms).
|
||||||
(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
|
||||||
headamp <index> gain Get or set the gain of the 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> 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> 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 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
|
main comp on Get or set the compressor on/off state of the Main L/R output.
|
||||||
output.
|
|
||||||
main comp mode Get or set the compressor mode 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
|
main comp threshold Get or set the compressor threshold of the Main L/R output.
|
||||||
output.
|
|
||||||
main comp ratio Get or set the compressor ratio 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
|
main comp mix Get or set the compressor mix level of the Main L/R output.
|
||||||
output.
|
main comp makeup Get or set the compressor makeup gain of the Main L/R output.
|
||||||
main comp makeup Get or set the compressor makeup gain of the Main L/R
|
main comp attack Get or set the compressor attack time of the Main L/R output.
|
||||||
output.
|
main comp hold Get or set the compressor hold time of the Main L/R output.
|
||||||
main comp attack Get or set the compressor attack time of the Main L/R
|
main comp release Get or set the compressor release time of the Main L/R output.
|
||||||
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
|
||||||
strip <index> mute Get or set the mute state of the 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> 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> 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> 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 <index> comp on Get or set the compressor on/off state of the strip.
|
||||||
strip.
|
|
||||||
strip <index> comp mode Get or set the compressor mode 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 <index> comp threshold Get or set the compressor threshold of the strip.
|
||||||
strip.
|
|
||||||
strip <index> comp ratio Get or set the compressor ratio 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 mix Get or set the compressor mix of the strip.
|
||||||
strip <index> comp makeup Get or set the compressor makeup gain of the
|
strip <index> comp makeup Get or set the compressor makeup gain of the strip.
|
||||||
strip.
|
strip <index> comp attack Get or set the compressor attack time of the strip.
|
||||||
strip <index> comp attack Get or set the compressor attack time of the
|
strip <index> comp hold Get or set the compressor hold time of the strip.
|
||||||
strip.
|
strip <index> comp release Get or set the compressor release 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
|
||||||
bus <index> mute Get or set the mute state of the 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> fadeout Fade out the bus over a specified duration.
|
||||||
bus <index> name Get or set the name of the bus.
|
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 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
|
bus <index> eq mode Get or set the EQ mode of the bus (peq, geq or teq).
|
||||||
teq).
|
|
||||||
bus <index> eq <band> gain Get or set the gain of the EQ band.
|
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> 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> 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,
|
bus <index> eq <band> type Get or set the type of the EQ band (lcut, lshv, peq, veq, hshv, hcut).
|
||||||
peq, veq, hshv, hcut).
|
bus <index> comp on Get or set the compressor on/off state of the bus.
|
||||||
bus <index> comp on Get or set the compressor on/off state of the
|
bus <index> comp mode Get or set the compressor mode of the bus (comp, exp).
|
||||||
bus.
|
bus <index> comp threshold Get or set the compressor threshold of the bus (in dB).
|
||||||
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 ratio Get or set the compressor ratio of the bus.
|
||||||
bus <index> comp mix Get or set the compressor mix level of the bus
|
bus <index> comp mix Get or set the compressor mix level of the bus (in %).
|
||||||
(in %).
|
bus <index> comp makeup Get or set the compressor makeup gain of the bus (in dB).
|
||||||
bus <index> comp makeup Get or set the compressor makeup gain of the bus
|
bus <index> comp attack Get or set the compressor attack time of the bus (in ms).
|
||||||
(in dB).
|
bus <index> comp hold Get or set the compressor hold time of the bus (in ms).
|
||||||
bus <index> comp attack Get or set the compressor attack time of the bus
|
bus <index> comp release Get or set the compressor release time of the bus (in ms).
|
||||||
(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
|
||||||
headamp <index> gain Get or set the gain of the headamp.
|
headamp <index> gain Get or set the gain of the headamp.
|
||||||
|
|||||||
Reference in New Issue
Block a user