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 "easy_logging"
|
||||
require "pp"
|
||||
|
||||
EasyLogging.level = Logger::DEBUG
|
||||
|
||||
|
@ -32,7 +32,7 @@ module Voicemeeter
|
||||
module Outputs
|
||||
def initialize(*args)
|
||||
super
|
||||
remote, *rem = args
|
||||
remote, *_ = args
|
||||
num_a, num_b = remote.kind.outs
|
||||
channels =
|
||||
(1..(num_a + num_b)).map do |i|
|
||||
|
Loading…
Reference in New Issue
Block a user