Skip to content

Commit cfb133d

Browse files
authored
Update README.md
Updated readme to reflect that it is it's own repo now
1 parent 6bb13cf commit cfb133d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Synthboard - SDL-Sound
1+
# Synthboard
22
SDL-Sound is an ongoing project exploring sound with SDL, and ways to play it at runtime.
3-
This particular branch explores sound creation with a piano hooked up to some synthesizers, and your keyboard.
3+
This implementation of SDL-Sound uses the synthesizer pipeline to create music like how a piano would, and is controlled by your keyboard for real-time playback.
44

55
![Synthboard](https://cdn.discordapp.com/attachments/364021339486421004/736567447129423912/Synthboard.png)
66

77
## How to compile Synthboard
8-
SDL-Sound, and Synthboard, are both written as standard Visual Studio projects that can be compiled and ran.
8+
SDL-Sound, and Synthboard, are both written as standard C++ Visual Studio projects that can be compiled and ran.
99
However, the libraries for SDL2, and SDL2_image, are required for compilation. You can get SDL2 and SDL2_image from the following links,
1010
and then simply copy them into the project directory to the folders called SDL2, and SDL2_image. Make sure to download the **development libraries** for both.
1111
- SDL2: https://www.libsdl.org/download-2.0.php

0 commit comments

Comments
 (0)