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