Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
trentgill committed Oct 9, 2019
1 parent d95d180 commit 87a792c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# bowery
druid script collection

- [](boids.lua): four simulated birds that fly around your input
- [](booleanlogic.lua): logic gates determined by two input gates
- [](clockdiv.lua): four configurable clock divisions of the input clock
- [](cvdelay.lua): a control voltage delay with four taps & looping option
- [](gingerbread.lua): clocked chaos generators
- [](samplehold-basic.lua): sample and hold basics for scripting tutorial
- [](samplehold.lua): sample and hold with quantization & randomness
- [](seqswitch.lua): route an input to 1 of 4 outputs with optional 'hold'
- [](shiftregister.lua): output the last 4 captured voltages & play just friends
- [boids.lua](boids.lua): four simulated birds that fly around your input
- [booleanlogic.lua](booleanlogic.lua): logic gates determined by two input gates
- [clockdiv.lua](clockdiv.lua): four configurable clock divisions of the input clock
- [cvdelay.lua](cvdelay.lua): a control voltage delay with four taps & looping option
- [gingerbread.lua](gingerbread.lua): clocked chaos generators
- [samplehold-basic](samplehold-basic.lua): sample and hold basics for scripting tutorial
- [samplehold.lua](samplehold.lua): sample and hold with quantization & randomness
- [seqswitch.lua](seqswitch.lua): route an input to 1 of 4 outputs with optional 'hold'
- [shiftregister.lua](shiftregister.lua): output the last 4 captured voltages & play just friends

0 comments on commit 87a792c

Please sign in to comment.