mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-22 01:40:49 +00:00
fixes bug in RecorderMode
This commit is contained in:
parent
d387503fa2
commit
ae30e929ac
@ -25,7 +25,7 @@ module Voicemeeter
|
||||
make_accessor_int :bitresolution, :channel, :kbps
|
||||
make_accessor_float :gain
|
||||
|
||||
@mode = RecorderMode.new(self)
|
||||
@mode = RecorderMode.new(remote)
|
||||
@armstrip = (0...remote.kind.num_strip).map { |j| RecorderArmStrip.new(remote, j) }
|
||||
@armbus = (0...remote.kind.num_bus).map { |j| RecorderArmBus.new(remote, j) }
|
||||
end
|
||||
@ -64,7 +64,6 @@ module Voicemeeter
|
||||
"recorder.mode"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
class RecorderArmChannel < IRemote
|
||||
def initialize(remote, j)
|
||||
@ -89,3 +88,4 @@ module Voicemeeter
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user