Skip to content

struct SunVox::Event
inherits Struct #

Class methods#

.new(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) #

#ctl : UInt8 #

#ctl_value : UInt16 #

#effect : UInt8 #

#mod_num : Int16 #

#note : SunVox::Note #

#velocity : UInt8 #