n

newsignal

Syntax: newsignal( samples, rate, bits, tracks)

Creates a new signal, with a given length in samples, a rate in samples per second (floating point number), a number of bits per sample and number of tracks. You can calculate the length in samples by multiplying the desired length in seconds with the sample rate.

Parameters

samples:Length of the signal in samples.
rate:Sample rate in samples per second.
bits:Number of bits per sample, must not be zero, should be a number from 8...32.
tracks:Number of tracks.

next

Syntax: next()

Corresponds to the Next toolbar button. If the playback is currently running, it skips forward to the next label. If the playback is not running, this does the same as the command view:scroll_next_label().