Skip to content
the-drunk-coder edited this page Dec 31, 2019 · 1 revision

always - Event Stream Modificator

Applies an event stream modificator with probability one.

Parameters

  • modificators (list)

Syntax

(always <modificators>)

Examples

Always apply reverb to events:

(s 'some ()
  (always (rev 0.1))
  (cyc 'beat "bd ~ ~ ~ sn ~ ~ ~"))
Clone this wiki locally