diff --git a/README.md b/README.md index be87984..fe405bb 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,31 @@ Raw raw Send raw OSC messages to the mixer. Main - main mute Get or set the mute state of the Main L/R output. - main fader Get or set the fader level of the Main L/R output. - main fadein Fade in the Main L/R output over a specified duration. - main fadeout Fade out the Main L/R output over a specified duration. + main mute Get or set the mute state of the Main L/R output. + main fader Get or set the fader level of the Main L/R output. + main fadein Fade in the Main L/R output over a specified duration. + main fadeout Fade out the Main L/R output over a specified duration. + main eq on Get or set the EQ on/off state of the Main L/R output. + main eq gain Get or set the gain of the specified EQ band. + main eq freq Get or set the frequency of the specified EQ band. + main eq q Get or set the Q factor of the specified EQ band. + main eq 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 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 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. Strip strip mute Get or set the mute state of the strip. @@ -85,15 +106,21 @@ Strip strip eq freq Get or set the frequency of the EQ band. strip eq q Get or set the Q factor of the EQ band. strip eq type Get or set the type of the EQ band. - strip comp on Get or set the compressor on/off state of the strip. + strip comp on Get or set the compressor on/off state of the + strip. strip comp mode Get or set the compressor mode of the strip. - strip comp threshold Get or set the compressor threshold of the strip. + strip comp threshold Get or set the compressor threshold of the + strip. strip comp ratio Get or set the compressor ratio of the strip. strip comp mix Get or set the compressor mix of the strip. - strip comp makeup Get or set the compressor makeup gain of the strip. - strip comp attack Get or set the compressor attack time of the strip. - strip comp hold Get or set the compressor hold time of the strip. - strip comp release Get or set the compressor release time of the strip. + strip comp makeup Get or set the compressor makeup gain of the + strip. + strip comp attack Get or set the compressor attack time of the + strip. + strip comp hold Get or set the compressor hold time of the + strip. + strip comp release Get or set the compressor release time of the + strip. Bus bus mute Get or set the mute state of the bus. @@ -102,20 +129,30 @@ Bus bus fadeout Fade out the bus over a specified duration. bus name Get or set the name of the bus. bus eq on Get or set the EQ on/off state of the bus. - bus eq mode Get or set the EQ mode of the bus (peq, geq or teq). + bus eq mode Get or set the EQ mode of the bus (peq, geq or + teq). bus eq gain Get or set the gain of the EQ band. bus eq freq Get or set the frequency of the EQ band. bus eq q Get or set the Q factor of the EQ band. - bus eq type Get or set the type of the EQ band (lcut, lshv, peq, veq, hshv, hcut). - bus comp on Get or set the compressor on/off state of the bus. - bus comp mode Get or set the compressor mode of the bus (comp, exp). - bus comp threshold Get or set the compressor threshold of the bus (in dB). + bus eq type Get or set the type of the EQ band (lcut, lshv, + peq, veq, hshv, hcut). + bus comp on Get or set the compressor on/off state of the + bus. + bus comp mode Get or set the compressor mode of the bus (comp, + exp). + bus comp threshold Get or set the compressor threshold of the bus + (in dB). bus comp ratio Get or set the compressor ratio of the bus. - bus comp mix Get or set the compressor mix level of the bus (in %). - bus comp makeup Get or set the compressor makeup gain of the bus (in dB). - bus comp attack Get or set the compressor attack time of the bus (in ms). - bus comp hold Get or set the compressor hold time of the bus (in ms). - bus comp release Get or set the compressor release time of the bus (in ms). + bus comp mix Get or set the compressor mix level of the bus + (in %). + bus comp makeup Get or set the compressor makeup gain of the bus + (in dB). + bus comp attack Get or set the compressor attack time of the bus + (in ms). + bus comp hold Get or set the compressor hold time of the bus + (in ms). + bus comp release Get or set the compressor release time of the + bus (in ms). Headamp headamp gain Get or set the gain of the headamp.