Author Archives: andy

Rhythm visualization

Launch the rhythm visualization demo Continuing from my first iteration on a visual metronome, this is an improvement to simplify things while providing greater control in the UI for: tempo, cycles (bars), beats, and emphasis highlighting (nth). My intention is for this to evolve toward a metric modulation visualization. I moved from the traditional European [...]

Posted in code, javascript, jQuery, music | Leave a comment

Wellspring

Listen to “Wellspring”

Posted in music | Leave a comment

Willow Weep for Me

Listen to “Willow Weep for Me”

Posted in music | Leave a comment

Do Nothing Till You Hear From Me

Listen to “Do Nothing Till You Hear From Me”

Posted in music | Leave a comment

Command finished notification with Ruby

I wanted a visual notification in Ubuntu when long running commands finished in Terminal. My solution, run the command and pipe it into notify. $ a-long-running-command | notify notify.rb Make it executable add an alias to it in ~/.bashrc Requires: ruby, rubygems, and libnotify. Similar solutions: “alert” alias (I’ll be switching to this in Maverick), [...]

Posted in code, ruby, ubuntu | Leave a comment

nomad

A little flavor of Tinariwen. Tuned D G D G A D. Listen to “nomad”

Posted in music | Leave a comment

Visual Metronome

Posted in javascript | 2 Comments

Splash

Listen to “Splash”

Posted in music | 2 Comments

Ruby Duration

Download ruby duration lib Duration.new recieves a string describing a duration of time, and converts it into: seconds, and a standard readable format. Or, you can pass Duration.new an integer representing seconds, and receive the same standard readable format. Usage: Passing a String Passing an Fixnum (of seconds)   Example valid input strings: “2 weeks”, [...]

Posted in ruby | 1 Comment

rails template

Usage $ rails app_name -m ./ahabman_template.rb

Posted in rails | Leave a comment