c

clipboard_flush

Syntax: clipboard_flush()

Discards the current content of the clipboard (might free some memory).

close

Syntax: close()

Closes the current file. If the GUI is configured to MDI or Tab mode, this also closes the corresponding sub-window.

continue

Syntax: continue()

Corresponds to the Continue toolbar button and lets the playback continue if it is paused.

See also

pause()

copy

Syntax: copy()

Copies the content of the current selection to the clipboard. If the selection is empty, this command does nothing and the content of the clipboard remains unchanged. Only the content of the currently selected tracks is copied to the clipboard!

See also

paste()

crop

Syntax: crop()

Crops the signal to the current selection by deleting everything that is after and before the current selection. Affects all tracks. If nothing is selected this command does nothing.

cut

Syntax: cut()

Copies the content of the current selection to the clipboard and removes it from the signal. If the selection is empty, this command does nothing and the content of the clipboard remains unchanged. Only the content of the currently selected tracks is copied to the clipboard, but the selected range is deleted from all tracks.