p

paste

Syntax: paste()

Replaces the current selection with the content of the clipboard. If the clipboard is empty, this command does nothing. The sample rate of the inserted data is adjusted to match the sample rate of the current signal if necessary. Only enabled tracks are affected, disabled tracks remain unchanged. Please be aware that this might produce a time shift between enabled and disabled tracks! If the number of tracks of the clipboard data differs from the number of enabled tracks, then the data is mixed to be spread equally over all selected tracks.

See also

copy()

pause

Syntax: continue()

Corresponds to the Pause toolbar button and lets the playback pause if it is currently running, or continue if it is currently paused.

See also

continue()

playback_start

Syntax: playback_start()

Corresponds to the Start toolbar button and lets the playback start if it is currently paused.

plugin

Syntax: plugin(name, [parameter ...])

Executes a plugin, with an optional list of parameters. If no parameter list is given, then the setup function of the plugin will be called, using the parameters of the previous invocation or default parameters as input (normally shows a setup dialog, depending on the plugin). Please refer to the chapter about plugins for a description of the various plugins.

Parameters

name:the (internal) name of a Kwave plugin
parameter:a list of parameters understood by the plugin (optional)

plugin:execute

Syntax: plugin:execute(name, [parameter ...])

Similar to the command plugin(), but without calling the setup function of the plugin if no parameters were passed.

Parameters

name:the (internal) name of a Kwave plugin
parameter:a list of parameters understood by the plugin

plugin:setup

Syntax: plugin:setup(name, [parameter ...])

Calls the setup function of a plugin, with an optional list of parameters. If no parameter list is given, the parameters of the previous invocation or default parameters will be used as input. This normally shows a setup dialog, depending on the plugin. Please refer to the chapter about plugins for a description of the various plugins.

Parameters

name:the (internal) name of a Kwave plugin
parameter:a list of parameters understood by the plugin (optional)

prev

Syntax: prev()

Corresponds to the Previous toolbar button. If the playback is currently running, it skips back to the previous label or start of the selection. If the playback is not running, this does the same as the command view:scroll_prev_label().