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

age author description
2012-08-30 Robert McIntyre condensed gameboy program into a contigous sequence of bytes.
2012-06-25 Robert McIntyre working on basic choreo.
2012-06-25 Robert McIntyre allow repositioning of music data.
2012-06-25 Robert McIntyre refactored functionality of play-midi into midi-bytes for reuse.
2012-06-11 Robert McIntyre pixel introspection. but entire image is upside down.
2012-05-05 Robert McIntyre adjusted drum beats.
2012-05-04 Robert McIntyre slight cleanup.
2012-05-04 Robert McIntyre added csv files, completed demo :)
2012-05-04 Robert McIntyre formatted ship-of-regret-and-sleep.mid for smooth mini-midi conversion.
2012-05-04 Robert McIntyre adding ship-of-regret-and-sleep.mid.
2012-05-04 Robert McIntyre got drums to work.
2012-05-04 Robert McIntyre working on drums.
2012-05-04 Robert McIntyre working on noise.
2012-05-04 Robert McIntyre remove dead code.
2012-05-04 Robert McIntyre removed duplicate notes in drum track.
2012-05-04 Robert McIntyre enabled duty-selection via title information in the midi file.
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.