Channel

class Channel(var sample: Int = 0, var note: Int = 24, var command: Int = 0, var data: Int = 0, var samplepos: Double = 0.0, var samplespeed: Double = 0.0, var flags: Int = 0, var noteon: Int = 0, var slidespeed: Int = 0, var slideto: Double = 0.0, var slidetospeed: Int = 0, var arpeggio: Int = 0, var period: Double = 0.0, var volume: Int = 64, var voiceperiod: Double = 0.0, var voicevolume: Int = 0, var oldvoicevolume: Int = 0, var semitone: Int = 12, var vibratospeed: Int = 0, var vibratodepth: Int = 0, var vibratopos: Int = 0, var vibratowave: Int = 0, var lastoffset: Int = 0, var lastretrig: Int = 0, var volramp: Double = 0.0, var volrampfrom: Int = 0, var trigramp: Double = 0.0, var trigrampfrom: Double = 0.0, var currentsample: Double = 0.0, var lastsample: Double = 0.0, var volslide: Int = 0)

Constructors

Link copied to clipboard
constructor(sample: Int = 0, note: Int = 24, command: Int = 0, data: Int = 0, samplepos: Double = 0.0, samplespeed: Double = 0.0, flags: Int = 0, noteon: Int = 0, slidespeed: Int = 0, slideto: Double = 0.0, slidetospeed: Int = 0, arpeggio: Int = 0, period: Double = 0.0, volume: Int = 64, voiceperiod: Double = 0.0, voicevolume: Int = 0, oldvoicevolume: Int = 0, semitone: Int = 12, vibratospeed: Int = 0, vibratodepth: Int = 0, vibratopos: Int = 0, vibratowave: Int = 0, lastoffset: Int = 0, lastretrig: Int = 0, volramp: Double = 0.0, volrampfrom: Int = 0, trigramp: Double = 0.0, trigrampfrom: Double = 0.0, currentsample: Double = 0.0, lastsample: Double = 0.0, volslide: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var data: Int
Link copied to clipboard
var flags: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var note: Int
Link copied to clipboard
var noteon: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var sample: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var volume: Int