mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 15:00:46 +00:00
fixes bug in RequestVbanStream factory class
This commit is contained in:
parent
2ca66a5925
commit
00450483a4
@ -77,9 +77,9 @@ module Voicemeeter
|
|||||||
end
|
end
|
||||||
when :out
|
when :out
|
||||||
if i < vban_out
|
if i < vban_out
|
||||||
VbanAudioInstream.new(remote, i)
|
VbanAudioOutstream.new(remote, i)
|
||||||
elsif i < vban_out + midi
|
elsif i < vban_out + midi
|
||||||
VbanMidiInstream.new(remote, i)
|
VbanMidiOutstream.new(remote, i)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user