mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 23:00:48 +00:00
StripMixins removed
This commit is contained in:
parent
6cb7ae020e
commit
ccd7e93e94
@ -1,6 +1,5 @@
|
|||||||
module Voicemeeter
|
module Voicemeeter
|
||||||
module Mixins
|
module Mixins
|
||||||
module StripMixins
|
|
||||||
module Fades
|
module Fades
|
||||||
def fadeto(target, time)
|
def fadeto(target, time)
|
||||||
self.setter("FadeTo", "(#{target}, #{time})")
|
self.setter("FadeTo", "(#{target}, #{time})")
|
||||||
@ -13,6 +12,15 @@ module Voicemeeter
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module Return
|
||||||
|
include Meta_Functions
|
||||||
|
|
||||||
|
def initialize(remote, i)
|
||||||
|
super
|
||||||
|
make_accessor_float :returnreverb, :returndelay, :returnfx1, :returnfx2
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
module Apps
|
module Apps
|
||||||
def appgain(name, gain)
|
def appgain(name, gain)
|
||||||
self.setter("AppGain", "(\"#{name}\", #{gain})")
|
self.setter("AppGain", "(\"#{name}\", #{gain})")
|
||||||
@ -70,18 +78,5 @@ module Voicemeeter
|
|||||||
make_accessor_bool :postreverb, :postdelay, :postfx1, :postfx2
|
make_accessor_bool :postreverb, :postdelay, :postfx1, :postfx2
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
module Return
|
|
||||||
include Meta_Functions
|
|
||||||
|
|
||||||
def initialize(remote, i)
|
|
||||||
super
|
|
||||||
make_accessor_float :returnreverb,
|
|
||||||
:returndelay,
|
|
||||||
:returnfx1,
|
|
||||||
:returnfx2
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user