Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
6answers
237 views

Print the sizes of intervals inside of a piece of music

Background In Western music, every single music note has an assigned name. Within each octave, there are twelve unique notes in the following order: "C C#/Db D D#/Eb E F F#/Gb G G#/Ab A A#/Bb B C", ...
13
votes
5answers
484 views

Write the prettiest bytebeat composition

Bytebeat is a style of music one can compose by writing a simple C program that's output is piped to aplay or /dev/dsp. ...
2
votes
1answer
131 views

PCM Wave time stretch

Write the smallest program performs a time stretch operation on a PCM Wave (.wav) file. Rules: Parameter input will by via whatever standard argument mechanism your language comes with, e.g. argv ...
3
votes
3answers
253 views

Create a function for transposing musical chords

Your mission is to create a function for transposing music chords. Copied from SO with permission of the original asker, I just really wanted to see what you guys could do with this one: Since I ...
10
votes
4answers
642 views

Markov Chain Beatbox Generator

Just an idea I had the other day: Making beats following a Markov Chain of predefined sounds. I remember someone did a beatbox with Google Translate and the German language (follow the link and press ...
15
votes
8answers
1k views

Generating guitar tabs?

Write the shortest program that generates guitar tabs for the chords given as input. So that the guitarists among you don't have an advantage, and to make it deterministic (and probably easier to ...
10
votes
6answers
1k views

Twinkle Twinkle Little Star

Write a program to play the popular English nursery rhyme. Some Wikipedia articles that may be useful: Twinkle Twinkle Little Star (has an audio clip of what your program's output should sound ...