Synthia was originally designed to be a very short and quick project to learn about OpenAL and how audio works. The more I studied it, the more fascinated I was with the concept. I just found the fundamental concept of wave manipulation to be quite interesting. Originally, I was just going to write code to convert image data to sound data. After that was done, this project became much more.
Now, the goal is to create a full Synthesizer as well as editor interface for sheet music. Ideally, users will be able to write music and listen to it as they write it! This exists already, but not in the form of free and open source software. For now, its become a passion project but it has a long way to go before it's usable
- Make sure cmake is installed
- Pull from this repo
- cd Synthia
- mkdir build
- cmake ..
- cmake --build .