From d110b7edb43524456de5fd704f45b6fc4481eff9 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 13 May 2012 00:14:44 -0700 Subject: [PATCH] new entry and some style and template updates for Code --- content/code/bash_profile_linux | 1 + content/code/config | 3 +- content/log/2012-05-02_modulations | 21 ++++++++++++++ css/style.css | 5 ++-- pages/about | 27 ++++++++++-------- templates/code.html.tpl | 44 ++++++++++++++++++++++++++++++ 6 files changed, 86 insertions(+), 15 deletions(-) create mode 100644 content/log/2012-05-02_modulations create mode 100644 templates/code.html.tpl diff --git a/content/code/bash_profile_linux b/content/code/bash_profile_linux index 7146b56..c4d9f3c 100644 --- a/content/code/bash_profile_linux +++ b/content/code/bash_profile_linux @@ -1,5 +1,6 @@ title = linux bash profile date = march 11 2011 +comments = true --
 alias ls='ls --color'
diff --git a/content/code/config b/content/code/config
index 8b13789..38a8b8e 100644
--- a/content/code/config
+++ b/content/code/config
@@ -1 +1,2 @@
-
+template = code
+--
diff --git a/content/log/2012-05-02_modulations b/content/log/2012-05-02_modulations
new file mode 100644
index 0000000..dbb523b
--- /dev/null
+++ b/content/log/2012-05-02_modulations
@@ -0,0 +1,21 @@
+title = modulations 2012
+date = may 2 2012
+tags = video visuals live
+--
+
+

+ +Live visuals for Chris Carlson @ CCRMA Modulations 2012 + +sorry for the cuttoff at the end -- SD card was full. + +this set was essentially more live-coding experiments with non-periodic tiling patterns. I'm still fascinated with the forms. Towards the end of the night I started using color. + +visual software done with: [audio-shadertoy](http://notlion.github.com/audio-shadertoy/) + +for this setup, the live audio was analyzed by ChucK through the built-in mic on my macbook air. the ChucK script routes osc to Node, and the client receives via web sockets. + +because osx-style full-screen multi-monitor support is completely broken in OSX Lion, we couldn't use chrome. so we stripped out all the chrome-only webaudioapi stuff, and replaced it with an osc receiver. This allowed us to analyze the audio with an external interface and use any browser that supports webgl canvas, and does multi-monitory fullscreen correctly on osx. we ended up using firefox. + +live-audio branch with float-sliders ui [warning:totally hacky] : +[http://github.com/quilime/audio-shadertoy/tree/live-audio-ff-datgui](http://github.com/quilime/audio-shadertoy/tree/live-audio-ff-datgui) \ No newline at end of file diff --git a/css/style.css b/css/style.css index ebdf7d2..fc105d7 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,4 @@ body, table { - font-size:13px; font-family: arial, monaco, monospace; line-height:1.4em; } @@ -37,7 +36,9 @@ h1 { h1, h2, h3, h4, h5, h6 { font-weight:normal; color:#666; - font-size:14px; + font-size:1em; + text-shadow:1px 1px 3px #000; + letter-spacing:0.2em; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; diff --git a/pages/about b/pages/about index 6b4a8c8..5db10ad 100644 --- a/pages/about +++ b/pages/about @@ -1,27 +1,30 @@ title = about -- -quilime is a codification of projects, process and resources +#about -all content © 1999—2012 **gabriel dunne** ([www](http://gabrieldunne.com), [email](mailto:gdunne@quilime.com)) unless otherwise noted +quilime is an ongoing collection of projects, sketches, ideas, and process by **gabriel dunne** ([www](http://gabrieldunne.com), [email](mailto:gdunne@quilime.com)) +
+ +built with plog, a static-file `p`roject`log` engine. -elsewhere -[clmpr](http://clmpr.com/quilime/) -[aggregate](http://media.quilime.com/aggregate/) -[git.quilime.com](http://git.quilime.com) -[github.com/quilime](http://github.com/quilime/) -[flickr.com/photos/quilime](http://flickr.com/photos/quilime/) -[vimeo/quilime](http://vimeo.com/quilime/) -[twitter/quilime](http://twitter.com/quilime/) - +
-quilime runs on plog, a static-file **p**roject+**log** + + +## elsewhere +[clmpr.com/quilime](http://clmpr.com/quilime/) +[media.quilime.com/aggregate/](http://media.quilime.com/aggregate/) +[github.com/quilime](http://github.com/quilime/) +[flickr.com/photos/quilime](http://flickr.com/photos/quilime/) +[vimeo.com/quilime](http://vimeo.com/quilime/) +[twitter.com/quilime](http://twitter.com/quilime/) diff --git a/templates/code.html.tpl b/templates/code.html.tpl new file mode 100644 index 0000000..71629e6 --- /dev/null +++ b/templates/code.html.tpl @@ -0,0 +1,44 @@ + + + + include_template('head-inc.html.tpl') ?> + <?=SITE_TITLE?><?=$this->page_title(TITLE_DELIMITER);?> + + + +

+ +
+ more →

'; + } ?> + +

+ + + + +
+ + index → +
+
+
+ +
+ +include_template('nav.html.tpl') ?> +include_template('footer.html.tpl') ?> + + + -- 2.34.1