struct SunVox::Event

Defined in:

sunvox.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(note : SunVox::Note, velocity : UInt8, mod_num : Int16, ctl : UInt8, effect : UInt8, ctl_value : UInt16) #

[View source]

Instance Method Detail

def clone #

[View source]
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) #

[View source]
def ctl : UInt8 #

def ctl_value : UInt16 #

def effect : UInt8 #

def mod_num : Int16 #

def note : SunVox::Note #

def velocity : UInt8 #