mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 15:00:46 +00:00
lint
This commit is contained in:
parent
01f50a2fc4
commit
07836b7c26
@ -1,6 +1,5 @@
|
|||||||
require_relative "../../lib/voicemeeter"
|
require_relative "../../lib/voicemeeter"
|
||||||
require "easy_logging"
|
require "easy_logging"
|
||||||
require "pp"
|
|
||||||
|
|
||||||
EasyLogging.level = Logger::DEBUG
|
EasyLogging.level = Logger::DEBUG
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ module Voicemeeter
|
|||||||
module Outputs
|
module Outputs
|
||||||
def initialize(*args)
|
def initialize(*args)
|
||||||
super
|
super
|
||||||
remote, *rem = args
|
remote, *_ = args
|
||||||
num_a, num_b = remote.kind.outs
|
num_a, num_b = remote.kind.outs
|
||||||
channels =
|
channels =
|
||||||
(1..(num_a + num_b)).map do |i|
|
(1..(num_a + num_b)).map do |i|
|
||||||
|
Loading…
Reference in New Issue
Block a user