Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 445 Bytes

File metadata and controls

21 lines (16 loc) · 445 Bytes
title category
interlace
compositions
interlace :: OscPattern -> OscPattern -> OscPattern

(A function that takes two OscPatterns, and blends them together into a new OscPattern. An OscPattern is basically a pattern of messages to a synthesiser.)

Shifts between the two given patterns, using distortion.

Example:

d1 $ interlace (sound  "bd sn kurt") (every 3 rev $ sound  "bd sn:2")

{: .render}