Asha

Asha

A track about reminiscence and hope. The melody carries you through memories while the rhythm keeps you grounded.

85 BPM 4:12
// ========================================
// ASHA - INZIES (Self-Titled)
// A song about hope and reminiscence
// ========================================

// #reetwiz - Drums & Percussion
$: s("[bd ~ bd ~] [~ bd ~ bd]").bank("RolandTR909").gain(.9)
$: s("~ [sd:3 ~] ~ sd:3").bank("RolandTR909").gain(.8)
$: s("[hh hh hh hh]\*2").bank("RolandTR909").gain(.5).dec(.1)

// #aadish - Bass
$: note("<a1 f1 c2 g1>").s("sawtooth").lpf(400).gain(.7).dec(.3)

// #bibhushan - Keys & Chords
$: note("<[a3,c4,e4] [f3,a3,c4] [c3,e3,g3] [g3,b3,d4]>")
.s("piano").velocity(.6).room(.4)

// #prasanna - Lead Melody
$: note("a4 c5 e5 ~ e5 c5 a4 ~").s("triangle")
.lpf(1200).gain(.5).delay(.25).room(.5)

// #biplob - Rhythm Guitar
$: note("<a2 f2 c3 g2>").s("sawtooth").lpf(800).gain(.4).dec(.2)

// #pratima - Atmospheric Pads
$: note("<a3 f3 c3 g3>").s("sine").lpf(600)
.attack(.5).decay(1).sustain(.6).gain(.25).room(.6)

What's Strudel?

Strudel is a live coding platform that runs in your browser. Each of our songs is recreated as a pattern you can play, modify, and remix in real-time.

Click "Open in Strudel" to get the full experience - change the code, hear the changes instantly.

Learn more at strudel.cc