hw4 --- Francesco Georg compile using make ./vis will open a listener window ./vis [address] will open a sender window that sends messages to the computer at a specific IP (you can look up a computer's IP by typing ifconfig in a terminal) also, if you aren't using jack (using OSX) you can have both a sender and listener window open at the same time, you could do this by typing "./vis & ./vis localhost" UI ---- Sender: the sender is constantly visualizing the mic input. To start sending a loop, press the mouse button, hold for a second or two, and release. Any input audio that came in while the mouse was pressed will be sent over the network to the listener. Listener: Once the listener receives an audio loop, a visualizer will appear somewhere on the screen and an audio buffer will keep looping. You can select the loop by clicking on its visual. Once selected, The scrollwheel on your mouse will change it's volume. Hitting delete or backspace will remove that audioloop.