Harmonic Keyboard Controller

harmonic

[aris] is continuing work on his harmonic table keyboard midi controller. Instead of the traditional linear keyboard layout, keys are laid out in a hexagonal pattern. This is the same idea as the C-Thru AXiS, which you can find a video demo of here. Along the left edge is a row of buttons to transpose the layout up or down. Switches for octave up and down along with a generic slider are also included. The final controller will include a 16×2 LCD character display. The core of the controller is MIDIBox, and he’s using the SDK to write the custom C code. Embedded below is the first test with just four buttons wired.

Continue reading “Harmonic Keyboard Controller”

Processing 1.0

Processing, the open source programming language designed for artists and other creative types, finally went 1.0. Processing inspired numerous outpourings of creativity and beauty, from interactive art installations to sound sculptures. Improvements to Processing include OpenGL anti-aliasing, an extensible Tools menu, and the XML library included by default. You can read up on the changes or download Processing and start playing with it yourself.

[via Create Digital Motion]

Simple MIDI Thru Box

midithru

[Aris] has quite a few MIDI devices that only have in and out ports. To chain together multiple devices, the MIDI slaves must have a “thru” port. Instead of daisy chaining, a better solution is to build a thru box to split the signal from the master. [Aris]’s thru box design uses an optocoupler on the input, which connected to 74HC14 hex inverting Schmitt trigger. The schematic shows three outputs, but there’s room for adding two more. A useful bit of kit for only a two hour job.

Advanced Beauty Generative Video Art

advbeau

Advanced Beauty is a collection of 18 “sound sculptures” pairing artists and programmers to create a collaborative work visualizing sound. The styles run a broad range from fluid simulations to manipulating cell animation. The demos were built using Processing. While all of these were built using human input, we see potential for them to help improve standard visualizers. Hopefully, to bring out more information about what’s actually being played. Below is just one of the videos in the series. You can find more on Vimeo. Continue reading “Advanced Beauty Generative Video Art”

Boom Bench

[vimeo http://vimeo.com/1976994%5D

German designer [Michael Schoner] of NL Architects turned an ordinary street bench into a public sound system that can be accessed by passersby with iPods and cellphones with Bluetooth. Boom Bench features 60 watt co-axial speakers, two subwoofers, and a bass shaker in the seat that’ll allow you to feel the vibrations of your music choices. It was on display in Amsterdam last month for the Urban Play event. It remains to be seen whether this new urban development will make your daily wait for the bus more entertaining or aggravating.

[via Notcot]

Auduino Software Synth

audiuno

Tinker.it has published plans for building a software synthesizer using an Arduino. The Auduino uses granular synthesis to create a truly unique sound. The grain is constructed from two triangle waves. Each one has adjustable frequency, decay rate, and the repetition rate can be changed too. The Arduino just needs five potentiometers attached to the analog inputs and an audio jack on the digital out. You don’t have to use pots; you can use anything that varies the analog input between 0 and 5 volts. A video of the device is embedded after the jump. Continue reading “Auduino Software Synth”

Javascript Drum Machine

js-909

[Cameron Adams] recently appeared on a panel about JavaScript libraries. He represented the hard working coder that still wrote everything from scratch. He wanted to make something mindblowing for the audience. He ended up creating the JS-909 drum machine entirely in javascript without relying on libraries or flash. While he makes no claims of compatibility, it certainly is a nice bit of kit.

[via Waxy]