Skip to content

motin/dbstep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbstep

CSV-Data Overtone Dubstep Generator

Developed at the Big Data Hackathon in San Francisco 22-23 Sep 2012 for converting NASDAQ quote data into Dubstep.

Get started

Clone the repo

git clone https://github.com/motin/dbstep.git -b develop
cd dbstep/
git submodule init
git submodule update

Put csv files into a directory named sample_data next to the project directory. Download the Dubstep Construction Kit from here and extract it next to the project directory, so that it resides in a directory called Dubstep_construction_Kit.

Then, cd into the project directory and run:

lein repl

Within REPL, run:

(require 'dbstep.main)
# what for Overtone to load
(in-ns 'dbstep.main)

Now you can use the code available in src/live/main.clj to play around with Overtone. To actually use data as the input source you'll need to adapt src/dbstep/data.clj to import your csv files and of course write/adapt the logic that uses that data.

License

Copyright 2012, dbstep Hackers, Distributed under the Eclipse Public License, the same as Clojure.

About

CSV-Data Overtone Dubstep Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published