Facebook Twitter Gplus RSS
formats

You Are Listening To, Bookmarklet

Published on October 15, 2012, by in Music, Technology.

I like listening to police radio.  I really like electronic ambient soundtrack music.  And I absolutely love New York.  When you put all three of those together, you get You are listening to New York, a stunning audiovisual mashup that is great ambience to work to, and an art form that’s brilliant to get lost in.

In an effort to make it easier to get lost in, I put together a bookmarklet that toggles the UI, so you can stare at the background when you’re not concerned about everything else on the page.

Drag this bookmarklet into your bookmarks bar to create a UI-hider for youarelistening.to

And of course, if you want to see the code or contribute, it’s on GitHub:

beager / youarelisteningto-bookmarklet

formats

CSS3: A New Hope

Published on October 5, 2012, by in Technology.

I had the idea to do this with CSS perspective transforms, but it looks like this guy beat me to it – and kudos, he’s done it really well and covered all the bases:

This is, of course, the opening title sequence/prologue to Episode 4.  George Lucas, eat your standards-compliant heart out.

Now to study the code!

formats

Making WebAudioSynth fun in addition to exciting

Published on August 4, 2012, by in Music, Technology.

Recently I discovered that Google Chrome provides an implementation of the Web Audio API, which allows quasi-native sound generation right through the browser.  The specification is pretty exciting to look at, as this is one huge piece of the interactive web frontier, one which will be very important to cover as developers transition from plug-in technologies (Flash, Java) to faster, more open browser-based standards.

Chrome provides an example page which details lots of thrilling applications of Web Audio, from drum machines and synths to DSP effect demos and even a mixing program.  One exciting example is the Web Synth, a Web Audio API model of an analog synthesizer, complete with dual triangle/sine/square wave oscillators, volume and filtering with ADSR (somewhat), and even an on-board delay to make it a little spicier.  Starting from the code on GitHub, I decided to make it a little more robust and a lot more fun to play with a computer keyboard:

If you have Chrome, click the image above or click here to try it out.  Added to the original Web Synth is the following:

  • Patch loading and a short list of interesting patches.
  • Keyboard Controls (z-comma for one octave, q-p for the next octave+)
  • GUI and widget optimizations

I have a long list of things I’d like to do but the first real task is to really get familiar with the API and learn all the tricks from the demos on Chrome’s site.  If you’re interested in the code, or even contributing, check out the source on GitHub.  You can leave any issues/requests there or in the comments.

formats

Watch this space

Published on July 4, 2012, by in Personal Problems.

Things are new at billeager.com.  Watch this space.  Don’t worry, it’s still me:

© Bill Eager