Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 632 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 632 Bytes

BashBand

Systems final project

Created by Wilde Chu and Ayan Chowdhury Period 4

A real-time keyboard jam session for multiple users. A user will host a server, where they themselves and others across the internet can connect and make music.

Libraries: SDL2 SoX

How to install dependencies:

sudo apt install sox
sudo apt install libsox-dev
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-ttf-dev

How to use:

NOTE: This does not work from ssh, you must be on a local computer

make clean
make
./main
  # follow instructions

Devlog