Skip to content

Commit

Permalink
Trying to embed example code and video.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosejn committed Dec 4, 2009
1 parent b357994 commit 1753afd
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Expand Up @@ -80,16 +80,25 @@ editor.

### Getting Started:

<%= gist 234818 %>
I use the tune-up script to quickly setup the audio environment and the nailgun
server used by vimclojure.

<%= gist 234818 %>

For now you can look in the "tests" for examples on how to make noise and do things.
Submissions of cool musical examples, tutorials, and general fixes and features
are very much welcome and encouraged.

I use the tune-up script to quickly setup the audio environment and the nailgun
server used by vimclojure. Over time this will become a clojure script that is
more easily customizable, but for now the Ruby script should be easy enough to
understand and modify.
Here is a very basic screencast to give you an idea of what Overtone can currently do:

<object width="400" height="300"><param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7827497&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" />
<embed src="http://vimeo.com/moogaloop.swf?clip_id=7827497&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1"
type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300">
</embed></object>
<p><a href="http://vimeo.com/7827497">project Overtone - basic demo and livecoding baby steps</a>
from <a href="http://vimeo.com/user2697029">Jeff Rose</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

### Contributors

Expand Down

0 comments on commit 1753afd

Please sign in to comment.