mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-22 09:50:49 +00:00
num_strip_levels and num_bus_levels
added to KindMap
This commit is contained in:
parent
06795329cc
commit
416a69113a
@ -10,6 +10,8 @@ module Voicemeeter
|
|||||||
def virt_out = outs[1]
|
def virt_out = outs[1]
|
||||||
def num_strip = ins.sum
|
def num_strip = ins.sum
|
||||||
def num_bus = outs.sum
|
def num_bus = outs.sum
|
||||||
|
def num_strip_levels = 2 * phys_in + 8 * virt_in
|
||||||
|
def num_bus_levels = 8 * (phys_out + virt_out)
|
||||||
def to_s = "#{name}".capitalize
|
def to_s = "#{name}".capitalize
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user