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

age author description
Thu, 30 Aug 2012 11:19:52 -0500 Robert McIntyre condensed gameboy program into a contigous sequence of bytes.
Mon, 25 Jun 2012 15:32:16 -0500 Robert McIntyre working on basic choreo.
Mon, 25 Jun 2012 14:50:28 -0500 Robert McIntyre allow repositioning of music data.
Mon, 25 Jun 2012 14:15:38 -0500 Robert McIntyre refactored functionality of play-midi into midi-bytes for reuse.
Mon, 11 Jun 2012 06:04:25 -0500 Robert McIntyre pixel introspection. but entire image is upside down.
Sat, 05 May 2012 06:19:55 -0500 Robert McIntyre adjusted drum beats.
Fri, 04 May 2012 09:03:34 -0500 Robert McIntyre slight cleanup.
Fri, 04 May 2012 08:55:15 -0500 Robert McIntyre added csv files, completed demo :)
Fri, 04 May 2012 07:23:07 -0500 Robert McIntyre formatted ship-of-regret-and-sleep.mid for smooth mini-midi conversion.
Fri, 04 May 2012 06:28:16 -0500 Robert McIntyre adding ship-of-regret-and-sleep.mid.
Fri, 04 May 2012 06:12:59 -0500 Robert McIntyre got drums to work.
Fri, 04 May 2012 05:17:18 -0500 Robert McIntyre working on drums.
Fri, 04 May 2012 04:13:13 -0500 Robert McIntyre working on noise.
Fri, 04 May 2012 03:55:00 -0500 Robert McIntyre remove dead code.
Fri, 04 May 2012 03:50:07 -0500 Robert McIntyre removed duplicate notes in drum track.
Fri, 04 May 2012 03:45:04 -0500 Robert McIntyre enabled duty-selection via title information in the midi file.
Fri, 04 May 2012 03:34:32 -0500 Robert McIntyre implememted automatic detection of tracks.
Fri, 04 May 2012 03:01:28 -0500 Robert McIntyre implemented adjustable wave-duty for the two pitch channels.
Thu, 03 May 2012 11:24:46 -0500 Robert McIntyre fixed silence at end, and increased tempo.
Thu, 03 May 2012 10:28:05 -0500 Robert McIntyre synchronized pony song.
Thu, 03 May 2012 07:25:06 -0500 Robert McIntyre exporting to midi file.
Wed, 25 Apr 2012 13:46:31 -0500 Robert McIntyre can now play midi files with two tracks.
Wed, 25 Apr 2012 13:09:06 -0500 Robert McIntyre now I can play two voices at once!
Wed, 25 Apr 2012 12:41:30 -0500 Robert McIntyre created basic frame system for multiple voices.
Wed, 25 Apr 2012 12:35:53 -0500 Robert McIntyre workig on two voices using square wave generators.
Wed, 25 Apr 2012 01:58:44 -0500 Robert McIntyre paramaterized music-step
Wed, 25 Apr 2012 01:56:39 -0500 Robert McIntyre paramaterized do-message
Tue, 24 Apr 2012 23:51:30 -0500 Robert McIntyre reordered assembly in music-kernel.
Tue, 24 Apr 2012 23:18:40 -0500 Robert McIntyre remove crufty comment.
Mon, 23 Apr 2012 09:49:24 -0500 Robert McIntyre correctly handles notes longer than 1 second.
Mon, 23 Apr 2012 09:40:11 -0500 Robert McIntyre investigating infinite loop in note-codes.
Mon, 23 Apr 2012 09:22:07 -0500 Robert McIntyre correctly handle silent spaces in midi files.
Mon, 23 Apr 2012 08:26:23 -0500 Robert McIntyre sucessfully played third-kind.
Mon, 23 Apr 2012 07:02:39 -0500 Robert McIntyre completed basic midi parser using midicsv
Mon, 23 Apr 2012 05:45:25 -0500 Robert McIntyre implemented note-code message.
Mon, 23 Apr 2012 04:45:55 -0500 Robert McIntyre changed assembly to handle mini-midi messages of different lengths.
Tue, 17 Apr 2012 06:53:48 -0500 Robert McIntyre increased resolution of music-kernel timer.
Tue, 17 Apr 2012 06:36:17 -0500 Robert McIntyre completed basic music playing kernel
Mon, 16 Apr 2012 14:08:56 -0500 Robert McIntyre made basic tone player.