Skip to content

Commit

Permalink
Update krahenlied.lua
Browse files Browse the repository at this point in the history
changed "ADSR" (incorrect, referencing an old version) to "AR" (correct, referencing the current version)
  • Loading branch information
williamthazard authored Oct 22, 2022
1 parent 6891e41 commit e739198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions krahenlied.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--a poetry sequencer for crow, just friends, and w/tape
--input 1: clock
--outputs 1 & 3: v/8
--outputs 2 & 4: ADSR envelopes
--outputs 2 & 4: AR envelopes
--begin by giving your poem a title in druid using the title function (i.e., typing title followed by your title in quotes), like so:
--title "Christabel"
--this will start the clocks running and create an initial sequence
Expand Down Expand Up @@ -208,4 +208,4 @@
end
end
end
end
end

0 comments on commit e739198

Please sign in to comment.