summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-08-19 17:57:00 +0200
committerrekado <rekado@elephly.net>2015-08-19 17:57:00 +0200
commitce260be9d54372e83e8d4a5faf6887eff0049192 (patch)
tree400389cd4dbbb9a27876e8df1928e9f2c7ff10e1 /posts
parentfdcfa812111d87240faf7ee812425b862a3450f0 (diff)
posts: Add old "white noise" post.
Diffstat (limited to 'posts')
-rw-r--r--posts/2010-04-01-white-noise.skr31
1 files changed, 31 insertions, 0 deletions
diff --git a/posts/2010-04-01-white-noise.skr b/posts/2010-04-01-white-noise.skr
new file mode 100644
index 0000000..332e6d9
--- /dev/null
+++ b/posts/2010-04-01-white-noise.skr
@@ -0,0 +1,31 @@
+(define meta
+ `((title . "White Noise")
+ (date . ,(string->date* "2010-04-01 00:00"))
+ (tags "music" "midi")))
+
+(list
+
+ (p [Some time in 2005 I had this fancy idea of writing a number of
+ songs that would relate to one another and share musical themes;
+ sort of a miniature concept album. Whenever I thought of a
+ variation of an existing theme I would hack it into one of the
+ many powertab files I accumulated over the years. A problem that
+ arose from this method was that I often couldn’t play what I had
+ jotted down. Instead of miraculously turning into a song, the
+ collection of disjointed files containing disjointed melodies and
+ riffs just continued to grow larger.])
+
+ (p [Eventually, when I was porting my powertab archive to tuxguitar,
+ I decided to endulge in the most productive of all work:
+ deleting. Deleting parts that I was never quite happy with
+ contributed a lot to “songify” the independent little pieces of
+ music.])
+
+ (p [The version that is embedded on this site is an instrumental
+ created by playing back the MIDI sources through ,(ref
+ "http://www.fluidsynth.org" "fluidsynth"). The ,(ref
+ "http://en.wikipedia.org/wiki/SoundFont" "soundfont") used for
+ rendering is called “Airfont 340”.])
+
+ '(audio (@ (controls "") (autobuffer ""))
+ (source (@ (src "/music/white_noise.ogg")))))