Class: Cloud5Strudel

Cloud5Strudel()

Contains an instance of the Strudel REPL that can use Csound as an output, and that starts and stops along wth Csound.

Constructor

new Cloud5Strudel()

Source:

Members

control_parameters_addon

Gets or sets optional control parameters.

Source:

strudel_code_addon

Contains the text of a user-defined Strudel patch, exactly as would normally be entered by the user in the Strudel REPL. This patch may also import and reference modules defined by the cloud-5 system, such as statefulpatterns.mjs or csoundac.js.

Source:

Methods

start()

Starts the Strudel performance loop (the Cyclist).

Source:

stop()

Stops the Strudel performance loop (the Cyclist).

Source: