From 133fdf5e54999bee5cf7ad8e698cb87474360e52 Mon Sep 17 00:00:00 2001 From: James H Ball Date: Sun, 19 Apr 2020 22:59:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce1f938..fbdfc4a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ Project for drawing lines on an oscilloscope using audio output. This allows for 3D rendering of any generic object (.obj file) -I will continue adding extra fuctionality, such as outputting another audio channel to control the intensity of the beam for lines drawn further away, and improving the drawing algorithm and quality. +I will continue adding extra fuctionality, such as outputting another audio channel to control the intensity of the beam for lines drawn further away, and improving the drawing algorithm and quality. I also want to look into whether it is possible to tune the audio output to a specific note and transpose from there so I can start to make music. Lots of this code was built as part of a 24hr hackathon: IC Hack 20. The original repository can be found here: https://github.com/wdhg/ICHack20