aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-01 16:00:28 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-01 16:00:28 +0300
commit14af7754cfc5de913d5774a43ebf3f1653209814 (patch)
tree56361822c039e2629ed4e586065a935c804c1cdf /examples
parent76f3fb4567f26372c14087dfac7d95032815fe37 (diff)
downloadapplause2-14af7754cfc5de913d5774a43ebf3f1653209814.tar.gz
format tables in LDoc via HTML instead of Markdown
* this is unreliable but should be tested on the build server as well * drops the lua-discount dependency * updated TODO
Diffstat (limited to 'examples')
-rw-r--r--examples/evdev.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/evdev.lua b/examples/evdev.lua
index 44ee3a3..da34207 100644
--- a/examples/evdev.lua
+++ b/examples/evdev.lua
@@ -8,5 +8,5 @@ NoiseStream:BPF(trackball:evrel('REL_X'):scale(100,5000), trackball:evrel('REL_Y
touchpad = EvdevStream("TouchPad")
touchpad:evabs('ABS_X', 1232, 5712):scale(440,880):SinOsc():gain(touchpad:evabs('ABS_Y', 1074, 4780):scale(1)):play()
-# FIXME: Make a small polyphonic keyboard
+-- FIXME: Make a small polyphonic keyboard
EvdevStream(10):evkey(16):instrument(Stream.SinOsc(440)):play()