aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-29 01:03:23 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-29 01:03:23 -0600
commit76a444aca17bed95a07f272300428da17b39aa3d (patch)
tree1a4cb59b2a182a9dd7f3430639736dffc4cb2038
parent33efd41a3da31c3a1d6f2ab4855147ccf576f42c (diff)
downloadsynthfinity-76a444aca17bed95a07f272300428da17b39aa3d.tar.gz
synthfinity-76a444aca17bed95a07f272300428da17b39aa3d.zip
visually accompany penis musicpenis-music
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 6b79749..d83a44c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -21,6 +21,8 @@ fn main() {
.amplify(0.20);
sink.append(source);
+ println!("8{}D", "=".repeat((length * 50.0) as usize));
+
// The sound plays in a separate thread. This call will block the current thread until the sink
// has finished playing all its queued sounds.
sink.sleep_until_end();