struct SunVox::Event
- SunVox::Event
- Struct
- Value
- Object
Defined in:
sunvox.crConstructors
Instance Method Summary
- #clone
- #copy_with(note _note = @note, velocity _velocity = @velocity, mod_num _mod_num = @mod_num, ctl _ctl = @ctl, effect _effect = @effect, ctl_value _ctl_value = @ctl_value)
- #ctl : UInt8
- #ctl_value : UInt16
- #effect : UInt8
- #mod_num : Int16
- #note : SunVox::Note
- #velocity : UInt8
Constructor Detail
def self.new(note : SunVox::Note, velocity : UInt8, mod_num : Int16, ctl : UInt8, effect : UInt8, ctl_value : UInt16)
#
Instance Method Detail
def copy_with(note _note = @note, velocity _velocity = @velocity, mod_num _mod_num = @mod_num, ctl _ctl = @ctl, effect _effect = @effect, ctl_value _ctl_value = @ctl_value)
#