Skip to content

lgastako/launchtone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

launchtone

A Clojure library for interacting with the Launchpad S from Overtone.

Installation

Add the following to the dependencies in your project.clj:

[launchtone "0.1.0"]

Usage

(ns example
   (:use [launchtone.core :only [make-app set-color!]]
         [launchtone.demos :only [xmas-tree!]))

(def app (make-app))

(set-color! app 0 0 :r)

(xmas-tree! app)

License

Public Domain.

About

Interface with the Novation Launchpad S via Overtone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published