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

(async) on_play()

Wire host Csound into the iframe and start the Strudel cyclist.

Source:

start()

Deprecated:
  • use on_play
Source:

stop()

Deprecated:
  • use on_stop
Source: