Skip to content

Commit

Permalink
More scripting notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Feb 21, 2021
1 parent 500a96d commit 2b24100
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/lambda-days-2021/td-demo.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,16 @@

(xt.seq:set-midi-notes! (mupd opts 'notes seq6 'pulses pulse3))

;; Ramp-down delay

;; Change oscillator to be a lower octave

(xt.seq:set-midi-notes! (mupd opts 'notes seq7 'pulses pulse4))

;; Change oscillators to be higher octaves

;; Ramp-up delay

(xt.seq:set-midi-notes! (mupd opts 'notes seq2 'pulses pulse2))

;; Ramp-up cutoff again
Expand All @@ -101,7 +109,9 @@
(xt.seq:set-midi-notes! (mupd opts 'notes seq1 'pulses pulse1))

;; Ramp-down cutoff

;; Ramp-up pulse width

;; Ramp-up delay

(xt.seq:stop opts)

0 comments on commit 2b24100

Please sign in to comment.