This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; complete project: http://github.com/rndmcnlly/cfml | |
;;;; | |
;;;; top-level-style defintions (try redefining them while the song is playing) | |
;;;; | |
(define (bump) | |
(literal 1/2 '((0 3 0 1 1/2)))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% TODO | |
% - put simplificatin in the loop for bitlist_add | |
% - get per-step test cases | |
% - make the top level tests pass | |
%%%% | |
%%%% test cases | |
%%%% |
NewerOlder