log clojure/com/aurellem/run/music.clj

age author description
2012-05-04 Robert McIntyre implememted automatic detection of tracks.
2012-05-04 Robert McIntyre implemented adjustable wave-duty for the two pitch channels.
2012-05-03 Robert McIntyre fixed silence at end, and increased tempo.
2012-05-03 Robert McIntyre synchronized pony song.
2012-05-03 Robert McIntyre exporting to midi file.
2012-04-25 Robert McIntyre can now play midi files with two tracks.
2012-04-25 Robert McIntyre now I can play two voices at once!
2012-04-25 Robert McIntyre created basic frame system for multiple voices.
2012-04-25 Robert McIntyre workig on two voices using square wave generators.
2012-04-25 Robert McIntyre paramaterized music-step
2012-04-25 Robert McIntyre paramaterized do-message
2012-04-25 Robert McIntyre reordered assembly in music-kernel.
2012-04-25 Robert McIntyre remove crufty comment.
2012-04-23 Robert McIntyre correctly handles notes longer than 1 second.
2012-04-23 Robert McIntyre investigating infinite loop in note-codes.
2012-04-23 Robert McIntyre correctly handle silent spaces in midi files.
2012-04-23 Robert McIntyre sucessfully played third-kind.
2012-04-23 Robert McIntyre completed basic midi parser using midicsv
2012-04-23 Robert McIntyre implemented note-code message.
2012-04-23 Robert McIntyre changed assembly to handle mini-midi messages of different lengths.
2012-04-17 Robert McIntyre increased resolution of music-kernel timer.
2012-04-17 Robert McIntyre completed basic music playing kernel
2012-04-16 Robert McIntyre made basic tone player.