Author:
- Name: Jetro Lauha
Location: FI - Republic of Finland (Finland)
To build:
This entry requires SDL. See the FAQ on “SDL1 and SDL2” for information on how to install it if you haven’t already.
If you have SDL installed:
make
To use:
./jetro
Judges’ remarks:
We have seen entries with SDL graphics in the past, now it’s time for SDL sound. This entry can even be run on a computer without a sound card with an appropriate setting of an environment variable - for that you’ll have to dig into the SDL documentation.
Can you figure out how the notes are encoded and program a different melody?
Author’s remarks:
To compile the entry you need SDL library, which is used only for audio
output. To run the entry make sure you have audio output available. The entry
plays 22KHz 16 bit mono music with a small softsynth. When the music plays,
you can stop the application by pressing enter, as the code will just wait
with one call to getchar()
before it quits.
Inventory for 2005/jetro
Primary files
- jetro.c - entry source code
- Makefile - entry Makefile
- jetro.orig.c - original source code
Secondary files
- 2005_jetro.tar.bz2 - download entry tarball
- README.md - markdown source for this web page
- .entry.json - entry summary and manifest in JSON
- .gitignore - list of files that should not be committed under git
- .path - directory path from top level directory
- index.html - this web page