"S D S C S D S C E E F W W S D D W F D S D S C" "Silent Night" as stated by Qwertonic.com
This is a Jammer, a clever MIDI-keyboard layout for you computer keyboard. The layout is much more fun than a piano-layout, since it's isotonic - to transpose the melody, just move your whole hand in one of six directions.
If you want to play a program in your computer, configure a MIDI loop-back device. On Mac OS X this is built in, search your Mac for "Audio MIDI Setup", chose Window->Show MIDI window. When in doubt, there's a youtube movie.
Otherwise just make sure you have some external MIDI-module connected to a MIDI-port at your computer. Preferably a nice synth lead with some filtered delay effect on.
After this it should be to just
git clone https://github.com/claj/jammer.git
lein run
and you can select your MIDI out-port. The program itself shows when it has focus, and the midi-label should twinkle very discretly when it sends MIDI.
- Wicki-Hayden note layout, the layout used here, except that we use the standard midi tuning (ie C# = Db, that is):
- A list of keycodes (and a tester)
- A table of midi notes and their numbers
- Seesaw event handling
- midi-clj, Overtone MIDI functionality
- Qwertonic, another implementation of the Wicki-Hayden layout.
Copyright © 2013 Linus Ericsson
Distributed under the Eclipse Public License, the same as Clojure.