Entering the secret room (demo song)
This commit is contained in:
@ -368,7 +368,7 @@ const completionDatabase: CompletionDatabase = {
|
|||||||
binrhythm: {
|
binrhythm: {
|
||||||
name: "binrhythm",
|
name: "binrhythm",
|
||||||
category: "rhythm",
|
category: "rhythm",
|
||||||
description: "Binary rhythm generator",
|
description: "Binary rhythm generator (time, number)",
|
||||||
example: "binrhythm(.5, 9223) :: sound('cp').out()",
|
example: "binrhythm(.5, 9223) :: sound('cp').out()",
|
||||||
},
|
},
|
||||||
prob: {
|
prob: {
|
||||||
|
|||||||
@ -1,4 +1,11 @@
|
|||||||
export const examples = [
|
export const examples = [
|
||||||
|
`// Entering the secret room - Bubobubobubo
|
||||||
|
let frequencies = [200,400,600,800,1000,2000].div(2);
|
||||||
|
mod(2) :: sound('sine').freq(frequencies)
|
||||||
|
.delay(0.5).delayt(usine(.5)).delayfb(0.8).size(0.9).room(0.9).out()
|
||||||
|
mod(2) :: app.hydra.osc(frequencies/100, 0.25, 0.5)
|
||||||
|
.posterize([32,4,8,16].div(2)).rotate(pulse())
|
||||||
|
.kaleid([1,2,3].beat()).out()`,
|
||||||
`// The real internet of things - Bubobubobubo
|
`// The real internet of things - Bubobubobubo
|
||||||
mod(.5) :: sound('STA6').cut(1).vel(0.4)
|
mod(.5) :: sound('STA6').cut(1).vel(0.4)
|
||||||
.orbit(2).room(0.5).size(0.5).n(irand(1,4))
|
.orbit(2).room(0.5).size(0.5).n(irand(1,4))
|
||||||
|
|||||||
Reference in New Issue
Block a user