commit 0a039dd04c6d1d3e95c5ebfcd588449d318318ec
parent e6eda009c810fbb3c279e937f1fddf989739fe69
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Fri, 29 Dec 2023 17:27:28 -0800
December Adventure, day 29
Diffstat:
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/content/december-adventure/2023-29/index.md b/content/december-adventure/2023-29/index.md
@@ -0,0 +1,14 @@
+---
+title: "2023, Day 29"
+date: 2023-12-29T17:13:30-08:00
+draft: false
+---
+
+I finally got around to testing beeping with the audio device's duration port,
+and it worked! Sending in "silent" PCM data doesn't click or hum like I worried
+it might (or I can't hear it, at least).
+
+I'm still figuring out how the attack, decay, and release parts of the ADSR
+envelope work now, in case I can help document uxn's updated audio device. But
+I don't actually need any of that for my code, so I'm not sure how much
+attention I should give it.