Module: Voicemeeter::Mixin::Fx
Instance Method Summary collapse
Methods included from Conversions
Instance Method Details
#initialize(remote, i) ⇒ Object
68 69 70 71 72 |
# File 'lib/voicemeeter/mixin.rb', line 68 def initialize(remote, i) super self.make_accessor_float :reverb, :delay, :fx1, :fx2 self.make_accessor_bool :postreverb, :postdelay, :postfx1, :postfx2 end |