struct

Obsctl::TUI::MixerRows

Inherits Struct < Value < Object

The screen rows a channel strip is divided into. A row is nil when the panel is too short to afford it; the meter always survives, because a mixer without meters is not a mixer.

Constructors

new(name : Int32 | Nil, meter_top : Int32, meter_height : Int32, decibels : Int32 | Nil, value : Int32 | Nil, mute : Int32 | Nil)
Source

Instance methods

clone
Source
copy_with(name _name = @name, meter_top _meter_top = @meter_top, meter_height _meter_height = @meter_height, decibels _decibels = @decibels, value _value = @value, mute _mute = @mute)
Source
decibels
meter_height
meter_top
mute
name
value