/Standing-Novation

An interactive art installation using Novation Launchpads and powered by node.js

Primary LanguageJavaScript

Project Title

Standing Novation

Author

Syd Lawrence @sydlawrence & @wemakeawesomesh

Images & Videos

Cover Image Tetris GIF

http://www.youtube.com/watch?v=InBHd49HQ4w

Description

Using Novation Launchpads I've built a large interactive screen with multiple "modes" allowing other developers and members of the general public to create their own creative expressions by using simple code

Link to Prototype

Staging Novation

Example Code

var SampleMode = new Mode(function(launchpad){
    this.run = function() {
        launchpad.allLight(Launchpad.colors.green.high);
    }
    launchpad.on("press", function(button) {
        button.light(Launchpad.colors.red.high);
    });
});

Links to External Libraries

My midi-launchpad node module