struct SunVox::Event
inherits Struct
#
Class methods#
.new(note : SunVox::Note, velocity : UInt8, mod_num : Int16, ctl : UInt8, effect : UInt8, ctl_value : UInt16)
#
(note : SunVox::Note, velocity : UInt8, mod_num : Int16, ctl : UInt8, effect : UInt8, ctl_value : UInt16)
Methods#
#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)
#
(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
#
: UInt8
#ctl_value : UInt16
#
: UInt16
#effect : UInt8
#
: UInt8
#mod_num : Int16
#
: Int16
#note : SunVox::Note
#
: SunVox::Note
#velocity : UInt8
#
: UInt8