<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tangible Auditory Interfaces</title>
	<atom:link href="http://tangibleauditoryinterfaces.de/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://tangibleauditoryinterfaces.de</link>
	<description>All about TAIs</description>
	<lastBuildDate>Mon, 19 Dec 2011 17:29:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Cambridge, days 9 – 12</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-days-912/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-days-912/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 17:26:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[project materials]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[cambridge]]></category>
		<category><![CDATA[residency]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1437</guid>
		<description><![CDATA[Day 9 That day, I set up the Fireface UFX for a combination of 2&#215;2 channels of headphones plus 4 channel surround sound. Interestingly, it features multitrack recording onto a usb device out of the box. Eventually, we used this feature to record the performance. It made life a lot easier. I also experimented with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tai-studio.org/wp-content/uploads/2011/12/wpid727-2011-ChipImpro-3.jpg" rel="lightbox[1437]"><img alt="" src="http://tai-studio.org/wp-content/uploads/2011/12/wpid727-2011-ChipImpro-3.jpg" title="chipimpro" class="alignright" width="300" /></a></p>
<h3>Day 9</h3>
<p>That day, I set up the Fireface UFX for a combination of 2&#215;2 channels of headphones plus 4 channel surround sound. Interestingly, it features multitrack recording onto a usb device out of the box. Eventually, we used this feature to record the performance. It made life a lot easier.</p>
<p> I also experimented with visual input to Betablocker but after discussing it with Tom, we decided together to not go further into this direction for now.</p>
<p>Furthermore, wince I am at a creative music department, we thought that it would be good to do some more sound studies. I immediately got into that and started the first one in which I gave myself the task to create a spatial, rhythmical sound, based purely on bblockers.</p>
<p>For this, I wrote this little Program:</p>
<pre>
(
q.rhythm = BBlockerProgram([
	\ORG, 		// set relative 0 here
// A pulse to maximum for 8 steps, then decreasing to value in slot 100
	\DEC, 		// decrease value on stack, so in step 2, will be 255
	\NOP, 		// nothing
	\NOP,
	\NOP,
	\NOP,
	\NOP,
	\NOP,
	\NOP,
	\PSHL, 100, // push the (random) value that is residing on adress 100 to the stack
// negate value of slot 100 (as slot value is 255)
	\ADD,		// add the two first item on the stack (popping), and push the result
// push additional 6 random values, filling the stack completely (as there are already two values in it)
	\PSH,  101,	// push the (random) value adressed by slot 101
	\PSH,  104,	// push the (random) value adressed by slot 104
	\PSH,  105,	// push the (random) value adressed by slot 105
	\PSH,  106,	// push the (random) value adressed by slot 106
	\PSH,  107,	// push the (random) value adressed by slot 107
	\PSH,  108,	// push the (random) value adressed by slot 108
// sample and hold for 2 steps
	\NOP, 		// nothing
	\NOP,
// write value to heap, just testing...
	\POP,  123,	// pop top value to slot 123
	\NOP, 		// wait
// If values adressed by slots 107 and 108 are the same, jump to adress 124, else jump to 1
// Side effect is that stack is temporarily filled with values of 107 and 108.
	\PSH,  107,	// push value adressed by slot 107
	\PSH,  108,	// push value adressed by slot 108
	\EQU,		// are they the same? (pops values, pushes result)
	\JMPZ, 124, // if top of stack is 0, jump to adress 124
	\JMP, 1     // else, jump to 1
]).fillUpRandom_(true);
)
</pre>
<p>Slight (automatic) alterations of that code resulted in some very nice sounding programs which I saved for later use.</p>
<h3>Day 10</h3>
<p>Wednesday. Mostly rehearsals and fine-tuning of the performance system. Did a second task, this time trying to create a program which changes its pitch over time.<br />
We also bought an icon i-stage to trigger sounds. I integrated it into the modality setup (as good as it was possible) and wrote a custom performance system for it.<br />
During the performance (Tom and I played together), we used a combination of a <em>Korg NanoKontrol</em> (mainly for mixing), a <em>Launchpad</em>, and the <i>i-stage</i> (both to change programs on the fly, resp. change computation rates).</p>
<h3>Day 11</h3>
<p>Thursday. Performance day. After some rehearsals and testing of the setup, three students showed up to help Tom and me with preparing the room for the performance. As we used the DPL headphone performance system (28 headphone sets) and the pre-installed 4 channel sound distribution system, there was quite a lot to do in the 1.5h we had allocated for it. Eventually, everything went fine, so we started on time with the performance.<br />
For the performance/talk, an amazing number of about 30 guests showed up; quite a lot, given the highly experimental sounds we were aiming for.<br />
After the talk (well, I was more explaining the system), we had an interesting discussion. I think, we managed to mediate the basic idea behind my betablocker research.</p>
<h3>Day 12</h3>
<p>On Friday, we cleaned up the DPL and started to look at the audio recordings. Luckily, I remembered that I have Ableton Live on my machine, which I used for general cutting and combining the binaural recording with the headphone tracks and the recorded video. Part of the result can be listened to <a href="http://tai-studio.org/index.php/projects/compositions/chip-interpretations/">here</a>.</p>
<h3>Wrap Up</h3>
<p>All in all, I am quite happy with the 12 days in Cambridge. I had a lot of fun and new insights, especially into composition and performance practice, but also into living and working in Cambridge. Thank you for making this possible, Tom and Kate. Without you (and the travel grant from the medialab helsinki), this would not have been possible. I hope that you also got something out of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-days-912/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambridge, day 8</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-8/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-8/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 23:19:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[cambridge]]></category>
		<category><![CDATA[residency]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1409</guid>
		<description><![CDATA[On Monday, I finally managed to implement frequency modulation for BBlockerBuf and added the for now final multi out interface: #pC ... stack = BBlockerBuf.ar(&#60;freq&#62;, &#60;buffer&#62;); This basically took the complete day since I had to understand the inner structure of UGen writing and selecting the algorithm based on the provided inputs. It eventually turned [...]]]></description>
			<content:encoded><![CDATA[<p>On Monday, I finally managed to implement frequency modulation for BBlockerBuf and added the for now final multi out interface:</p>
<pre>
#pC ... stack = BBlockerBuf.ar(&lt;freq&gt;, &lt;buffer&gt;);
</pre>
<p>This basically took the complete day since I had to understand the inner structure of UGen writing and selecting the algorithm based on the provided inputs. It eventually turned out to be quite straight forward, however, I was somehow expecting some fancy automation for which I searched for about two hours, only to find that basically all switching between modulation rates for inputs has to be written by hand. Which is, to my understanding due to realtime constraints.<br />
After this heavy low-level coding, Tom and I decided to give the headphone system a go. It looks and sounds really well; we also tried it with different pairs of headphones. I will elaborate on this system in another post. Maybe for tomorrow.<br />
In the evening, we had dinner at the <a href="http://www.freepresspub.com">Free Press</a>, a pub near the centre of Cambridge. Food was good but not as nice as in the Cambridge Blue.</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambridge, day 7</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-7/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-7/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 23:08:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[project materials]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[cambridge]]></category>
		<category><![CDATA[residency]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1406</guid>
		<description><![CDATA[On Sunday, we had a day out in Ely, a smallish city near Cambridge where it has an overly huge cathedral, eels and one of the most english tea rooms I ever had the pleasure to have tea: Peacocks tea room. Later that day, I managed to make BBlockerBuf a true multi-out UGen with two [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1404-20111204-_MG_1004.jpg" rel="lightbox[1406]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1404-20111204-_MG_1004.jpg" alt="" width="500" /></a></p>
<p>On Sunday, we had a day out in Ely, a smallish city near Cambridge where it has an overly huge cathedral, eels and one of the most english tea rooms I ever had the pleasure to have tea: <a href="http://www.peacockstearoom.co.uk/">Peacocks tea room</a>.<br />
Later that day, I managed to make BBlockerBuf a true multi-out UGen with two outputs: the top of the stack and the program counter. This was achieved with the help of Dan&#8217;s SuperCollider book-chapter on <a href="http://supercolliderbook.net/danstowellch25.pdf">writing UGens</a>.</p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1402-20111204-_MG_0995.jpg" rel="lightbox[1406]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1402-20111204-_MG_0995.jpg" alt="" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambridge, day 6</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-6/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-6/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 22:44:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[project materials]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[cambridge]]></category>
		<category><![CDATA[residency]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1393</guid>
		<description><![CDATA[On Saturday, I was at the Mill Road winter fair with Tom and George. Lots of people, dance and food. In the evening, I explained Tom the architecture and background of BetaBlocker in greater detail, mostly working with pen and paper. We managed to program some basic signals like a saw wave, an impulse and [...]]]></description>
			<content:encoded><![CDATA[<p>On Saturday, I was at the <a href="http://www.peacockstearoom.co.uk/">Mill Road winter fair</a> with Tom and George. Lots of people, dance and food.</p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1387-20111203-_MG_0934.jpg" rel="lightbox[1393]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1387-20111203-_MG_0934.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1389-20111203-_MG_0960.jpg" rel="lightbox[1393]"><img class="alignnone" src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1389-20111203-_MG_0960.jpg" alt="" width="230" /></a> <a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1391-20111203-_MG_0957.jpg" rel="lightbox[1393]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1391-20111203-_MG_0957.jpg" alt="" width="230" /></a></p>
<p>In the evening, I explained Tom the architecture and background of BetaBlocker in greater detail, mostly working with pen and paper. We managed to  program some basic signals like a saw wave, an impulse and a pulse (to be shown in a later post in greater detail).<br />
<a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/BBlocker-spatial-concept.png" rel="lightbox[1393]"><img class="size-full wp-image-1394 alignright" title="BBlocker, spatial concept." src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/BBlocker-spatial-concept.png" alt="" width="230" /></a><br />
Later on, I forked my sc3-plugins repository and started working on a multi-out, non-demand rate version of the  BetaBlockerBuf UGen. This is to get access to all values of the stack as well as to the program counter. In the graphics, you can see how I imagine a possible spatialisation of the UGen&#8217;s output.</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chip Interpretations: Guest lecture and electronic music performance</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/12/chip-interpretations/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/12/chip-interpretations/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 18:37:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[cambridge]]></category>
		<category><![CDATA[residency]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1382</guid>
		<description><![CDATA[What is the character of discrete information? This multichannel sonic study with accompanying talk and demonstration explores the very nature of digital material and its representation in sound. Specifically, the project investigates a dataset on a sub-semantic level, incorporating the very basics of computing: a stack, a heap, an instruction set and a program counter. [...]]]></description>
			<content:encoded><![CDATA[<p>What is the character of discrete information? This multichannel sonic study with accompanying talk and demonstration explores the very nature of digital material and its representation in sound. Specifically, the project investigates a dataset on a sub-semantic level, incorporating the very basics of computing: a stack, a heap, an instruction set and a program counter. Using a software probe inserted into a virtual chip, we are able to listen to the raw materials of a dataset executing as an assembler program. These datasets can then be chosen and shaped as compositional resources for electronic music composition. This project is explored using the DetaBlocker programme, a SuperCollider implementation of a fictional CPU with 256 bits of memory.</p>
<pre>Thursday 8 December, 6pm
Helmore 029 (Recital Hall)
Anglia Ruskin University
East Road
Cambridge, UK</pre>
<p>This event is free and open to the public.</p>
<p>Hosted by the Digital Performance Laboratory (<a href="http://www.anglia.ac.uk/ruskin/en/home/microsites/code/dpl.html">DPL</a>), <a href="http://www.anglia.ac.uk/ruskin/en/home.html" target="_blank">Anglia Ruskin University, Cambridge, UK</a>.</p>
<p>For more information on BetaBlocker, DetaBlocker and thelike, please see the category of posts on <a href="http://tangibleauditoryinterfaces.de/index.php/category/project-materials/project-betablocker-ugen/">project BetaBlocker UGen</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/12/chip-interpretations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>60 panned</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/12/60-panned/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/12/60-panned/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 19:05:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[cambridge]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1368</guid>
		<description><![CDATA[With the help of the SuperCollider list, I managed to create a MultioutUGen which spits out not only the topmost value of the stack but also the current program counter m_pc. In the above studies, I used this info to determine the position of the Synth&#8217;s output in a stereo panorama. What you actually hear [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="100%" height="300" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1365036&amp;auto_play=false&amp;show_artwork=true&amp;color=000000"></iframe></p>
<p>With the help of the SuperCollider list, I managed to create a MultioutUGen which spits out not only the topmost value of the stack but also the current program counter <em>m_pc</em>. In the above studies, I used this info to determine the position of the Synth&#8217;s output in a stereo panorama. What you actually hear is a bunch of upto 60 BBlockerBuf Ugens spreaded in a stereo field.</p>
<p>Below is the accompanying code. I promise to release the BBlocker UGens as soon as I understand how to push it to sc-plugins, without making a huge mess.</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="sclang"><pre class="de1">Ndef(\many).play;
Ndef(\many).fadeTime = 20;
&nbsp;
(
Ndef(\many, {	var num = 50, pos, src;
	var b = {BBlockerProgram().fillUpRandom_(true).makeCollection.as(LocalBuf)}!num;
&nbsp;
	#src, pos = ({|i| BBlockerBuf.ar(s.sampleRate, b[i])}!num).flop;
	src = src.collect{|x, i| 
		LeakDC.ar(x) * EnvGen.kr(Env([0, 0, 0.1, 0.1, 0], [15 + i, 5, 10 + i, 5]))};
	Pan2.ar(src, pos).sum.tanh;
})
)
&nbsp;
(
Tdef(\manyPlay, {
	loop{
		(2*Ndef(\many).fadeTime).wait;
		Ndef(\many).rebuild;
	}
}).play
)
&nbsp;
// after a while, crocodile
Tdef(\manyPlay).stop;
Ndef(\many).free(10);</pre></div></div></div></div></div></div></div>


]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/12/60-panned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambridge, day 5</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-5/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-5/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 01:16:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[cambridge]]></category>
		<category><![CDATA[residency]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1361</guid>
		<description><![CDATA[On friday, I had the pleasure to visit Tim Regan at the HCI group of Microsoft Research in Cambridge. I was there with Tom Hall and Richard Hoadley. Tim showcased us recent projects of the unit he is working in, including &#8220;Domesticating the Web&#8221; – A project they&#8217;ve done together with the Design Department of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1362-20111202-_MG_0922.jpg" rel="lightbox[1361]"><img class="alignright size-medium wp-image-1363" title="wpid1362-20111202-_MG_0922.jpg" src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1362-20111202-_MG_0922-300x257.jpg" alt="" width="300" height="257" /></a>On friday, I had the pleasure to visit <a href="http://research.microsoft.com/en-us/people/timregan/">Tim Regan</a> at the HCI group of Microsoft Research in Cambridge. I was there with Tom Hall and Richard Hoadley. Tim showcased us recent projects of the unit he is working in, including</p>
<ul>
<li>&#8220;Domesticating the Web&#8221; – A project they&#8217;ve done together with the Design Department of Aalto university (seemingly the <a href="http://design.aalto.fi/fi/research/groups/ed/">embodied design group</a> and Giulio Jacucci),</li>
<li><a href="http://research.microsoft.com/apps/pubs/default.aspx?id=73986">Sonic Interventions</a> – A project from 2007 that is interesting in terms of its relation to Auditory Augmentation, and</li>
<li><a href="http://research.microsoft.com/en-us/projects/heirlooms/">Future Heirlooms</a> – including a table for elderly people to visualise and communicate their memories and a projector for flickr sets.</li>
</ul>
<p>Afterwards, we had lunch in &#8220;<a href="http://www.thepuntercambridge.com/" target="_blank">The Punter</a>&#8220;, a pub near the MS research building. Tom and I then went to the <a href="http://www.blackcatcafecambridge.co.uk/" target="_blank">Black Cat Cafe</a> to talk about the day and our upcoming work. As Tom had to take care of the kids, he offered me to use his shed in the garden, a beautiful and soundproof place to work on the (upcoming) BBlockerProgram report. In the evening, after dinner, we set up Tom&#8217;s computer such that he can work with BBlocker.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambridge, day 4</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-4/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-4/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 01:00:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[cambridge]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1357</guid>
		<description><![CDATA[Thursday, I gave an intro to Tom about BetaBlocker and the DetaBlockerBuf UGens. This was a great start into the day as I immediately knew what I&#8217;m going to do as the implementation seemingly lacked an easy way to prototype with sounds. So, I extended BBlockerProgram with a play, plot and scope method for rapid [...]]]></description>
			<content:encoded><![CDATA[<p>Thursday, I gave an intro to Tom about BetaBlocker and the DetaBlockerBuf UGens. This was a great start into the day as I immediately knew what I&#8217;m going to do as the implementation seemingly lacked an easy way to prototype with sounds. So, I extended BBlockerProgram with a play, plot and scope method for rapid testing of configurations.<br />
The rest of the day, I wrote code examples and listened to them. Shortly, I will post them here.</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambridge, days 2 &amp; 3</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-2-3/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-2-3/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 12:24:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[cambridge]]></category>
		<category><![CDATA[residency]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1345</guid>
		<description><![CDATA[Day 2 On Tuesday, I woke up by the human alarm clock, comprising of the two sons of my host. What a great way to be dragged into the world again. After having breakfast, we went to the train station&#8217;s bike shop to hire a bike for me. Now, life&#8217;s gotten a lot easier since [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1338-20111129-_MG_0884.jpg" rel="lightbox[1345]"><img class="alignright" src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1338-20111129-_MG_0884.jpg" alt="" width="200" /></a></p>
<h3>Day 2</h3>
<p>On Tuesday, I woke up by the human alarm clock, comprising of the two sons of my host. What a great way to be dragged into the world again. After having breakfast, we went to the train station&#8217;s bike shop to hire a bike for me. Now, life&#8217;s gotten a lot easier since it now takes only some minutes to get from here to there.</p>
<p>At Uni, I wrote my report on the day before. Just when I finished,  <a href="http://ultranoise.es/blog/">Enrique Tomas</a>, a composer and soundwalk developer from Spain joined me at DPL; He is one of the developer of <a href="http://www.notours.org/">noTours</a>, an &#8220;Augmented Aurality&#8221; system for the Android platform. He briefly presented it to us (Tom, Julio and me). It looks quite promising as it allows to produce fairly complex interactive soundwalks, where visitors can individually walk around and have an aural augmentation of the surrounding. The <a href="http://www.editor.notours.org/">online authoring tool</a> can be used for free and the needed software for the phone is available through their website. Here are some soundwalks <a href="http://www.notours.org/soundwalks">they did recently</a>, one for the Kumu in Tallin in summer 2011. Later that day, we had a go with the software outside and talked about various GPS thingies. The challenges they have to cope with reminded me of the listen project [5] of the Fraunhofer FIT where Gerhard Eckel, Florian Dombois and Joachim Gossmann where involved in. Later on, I showcased BetaBlocker to Julio, Enrique and Ben Mawson. I was quite happy about theur curiosity and positive reactions. In the evening, Julio d&#8217;Escriván&#8217;s launched his book <a href="http://www.cambridge.org/aus/catalogue/catalogue.asp?isbn=9780521170420&amp;ss=cop">Music Technology</a> in the local bookshop. It seems to be an interesting take on the basics of, well, music technology.</p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1334-20111129-_MG_0877.jpg" rel="lightbox[1345]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1334-20111129-_MG_0877.jpg" alt="" width="220" /></a><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1336-20111129-_MG_0889.jpg" rel="lightbox[1345]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1336-20111129-_MG_0889.jpg" alt="" width="220" /></a></p>
<p>The day ended with a chat with Tom about his work on Morton Feldman&#8217;s piece for 8channel pice <a href="http://www.moderecords.com/catalog/066feldman.html">Intersections for magnetic tape</a>.</p>
<h3>Day 3</h3>
<p>On Wednesday, there was a strike for saving the pensions of the British state employees i.e. no work to be done at school. Apart from looking around the city and walking along with the protest march, I managed to do a screencast on the use of DetaBlockerBuf in connection with BBlockerProgram. It can be found <a href="http://tangibleauditoryinterfaces.de/index.php/2011/12/dblockerintro/">here</a>.</p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1340-20111130-_MG_0908.jpg" rel="lightbox[1345]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1340-20111130-_MG_0908.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1342-20111130-_MG_0918.jpg" rel="lightbox[1345]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/12/wpid1342-20111130-_MG_0918.jpg" alt="" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/12/cambridge-day-2-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An introduction to DetaBlockerBuf</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/12/dblockerintro/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/12/dblockerintro/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 00:14:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[project materials]]></category>
		<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1326</guid>
		<description><![CDATA[In the near future, I will release the UGen as part of the sc-plugins package on sourceforge. Stay tuned!]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/32938807?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="500" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>In the near future, I will release the UGen as part of the sc-plugins package on sourceforge. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/12/dblockerintro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambridge, day 1</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/11/cambridge-day-1/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/11/cambridge-day-1/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 09:44:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[report]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[cambridge]]></category>
		<category><![CDATA[residency]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1307</guid>
		<description><![CDATA[After flying to London Gatwick and a short visit of a friend of mine working for Google UK (which allowed me to have a sneak peak into their offices), I arrived in Cambridge on Monday, 28th of November. Tom Hall, my host here at Anglia Ruskin University welcomed me and showed me around the place. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1305-20111128-_MG_0860.jpg" rel="lightbox[1307]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1305-20111128-_MG_0860.jpg" width="500" /></a></p>
<p>After flying to London Gatwick and a short visit of a friend of mine working for Google UK (which allowed me to have a sneak peak into their offices), I arrived in Cambridge on Monday, 28th of November. <a href="http://www.anglia.ac.uk/ruskin/en/home/faculties/alss/deps/mpa/staff/dr_tom_hall.html">Tom Hall</a>, my host here at Anglia Ruskin University welcomed me and showed me around the place. We briefly met <a href="http://www.anglia.ac.uk/ruskin/en/home/faculties/alss/deps/mpa/staff/Paul_Jackson.html">Paul Jackson</a>, head of the Department  for &#8220;Music and Creative Music Technology&#8221; of the <a href="http://www.anglia.ac.uk/ruskin/en/home/faculties/alss/deps/mpa.html">Department of Music and Performing Arts</a>, and saw the campus including the Digital Performance Lab (DPL), an experimental studio space in which I will work at for the next two weeks. Later that day, we met </a href="http://www.anglia.ac.uk/ruskin/en/home/faculties/alss/deps/mpa/staff/dr_julio_d_escrivan.html">Julio d&#8217;Escriván</a>, a composer and reader at the department. It is nice to see that SuperCollider is extensively used here as at least Tom and Julio are part of the community.</p>
<p>After lunch, I set up the 8chan system at DPL (eight Genelec 8020 speakers plus a Genelec 7050 sub, driven by a combination of RME FireFace800 and an RME ADI-8 DS) and started to work on a version of <a href="http://tangibleauditoryinterfaces.de/index.php/2011/10/betablocker-pieces/">DetaNocturn</a> for eight channels. I also tinkered with the <a href="http://www.vintagesynth.com/misc/vcs3.php">VCS3</a>, an analogue semi-modular synth with three oscillators, noise source, a filter/oscillator unit, a ring modulator, and an envelope shaper. The 8bit sounds of DetaBlocker mixed quite well with the synth, so I thought of combining the two. We&#8217;ll see, it is all still very vague. </p>
<p>At 6pm, there was a <a href="http://www.anglia.ac.uk/ruskin/en/home/microsites/code.html">CoDE</a> <a href="http://www.facebook.com/events/314688135213059/">talk</a> by Rob Toulson about &#8220;Exploring Digital Culture &#8211; case studies and opportunities&#8221;. He did an interesting introduction to the possibilities for data processing analysis in the digital realm, showcasing bits and bobs around what is nowadays possible with digital technology. At the talk, I met <a href="http://www.anglia.ac.uk/ruskin/en/home/faculties/alss/deps/mpa/staff/richard_hoadley.html">Richard Hoadley</a> who is a senior lecturer, currently on sabbatical, and <a href="http://www.boundaryobject.org/">Bronac Ferran</a>, who is currently working on a &#8220;future of fluxus&#8221; event to be held in early 2012.</p>
<p>The day continued with a proper Duvel, a belgium beer accompanied by mashed potatoes with local sausages and a chat with Tom in the <a href="http://www.the-cambridgeblue.co.uk/">Cambridge Blue</a>. We ended the day at Tom&#8217;s home, where I was warmly welcomed by Tom&#8217;s wife. All in all, a quite exciting day with lots of new impressions.</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/11/cambridge-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binaural Betablocker</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/11/binaural-betablocker/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/11/binaural-betablocker/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 09:15:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[residency]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1292</guid>
		<description><![CDATA[Started to think about the upcoming residency at Anglia Ruskin.]]></description>
			<content:encoded><![CDATA[<p>Started to think about the upcoming residency at <a href="http://www.anglia.ac.uk/ruskin/en/home/microsites/code/code_news.html">Anglia Ruskin</a>.<br />
<a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1290-20111123-P1050576.jpg" rel="lightbox[1292]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1290-20111123-P1050576.jpg" width="600" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/11/binaural-betablocker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vellum Production: Tools</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-tools/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-tools/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 20:54:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project materials]]></category>
		<category><![CDATA[project vellum]]></category>
		<category><![CDATA[TAI]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1284</guid>
		<description><![CDATA[Eat this!]]></description>
			<content:encoded><![CDATA[<p>Eat this!</p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1282-20111118-P1050569.jpg" rel="lightbox[1284]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1282-20111118-P1050569.jpg" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vellum Production, day 4: TAI course visit</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-day-4-tai-course/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-day-4-tai-course/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 22:11:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project materials]]></category>
		<category><![CDATA[project vellum]]></category>
		<category><![CDATA[TAI]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1275</guid>
		<description><![CDATA[The TAI course visited the studio today to have a look at the installation.]]></description>
			<content:encoded><![CDATA[<p>The TAI course visited the studio today to have a look at the installation.</p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1269-20111117-_MG_0838.jpg" rel="lightbox[1275]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1269-20111117-_MG_0838.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1271-20111117-_MG_0846.jpg" rel="lightbox[1275]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1271-20111117-_MG_0846.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1273-20111117-_MG_0847.jpg" rel="lightbox[1275]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1273-20111117-_MG_0847.jpg" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-day-4-tai-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vellum Production, day 3 + 4: finally some sounds and effects</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-day-3-4-finally-some-sounds-and-effects/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-day-3-4-finally-some-sounds-and-effects/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 22:00:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project materials]]></category>
		<category><![CDATA[project vellum]]></category>
		<category><![CDATA[TAI]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1261</guid>
		<description><![CDATA[Yesterday, we completed the cabling and started to actually make some sounds.]]></description>
			<content:encoded><![CDATA[<p>Yesterday, we completed the cabling and started to actually make some sounds.</p>
<p><iframe width="100%" height="166" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F28281815&amp;auto_play=false&amp;show_artwork=true&amp;color=000000"></iframe></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1235-20111116-_MG_0801.jpg" rel="lightbox[1261]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1235-20111116-_MG_0801.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1237-20111116-_MG_0810.jpg" rel="lightbox[1261]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1237-20111116-_MG_0810.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1239-20111116-_MG_0815.jpg" rel="lightbox[1261]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1239-20111116-_MG_0815.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1241-20111116-_MG_0814.jpg" rel="lightbox[1261]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1241-20111116-_MG_0814.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1243-20111117-_MG_0837.jpg" rel="lightbox[1261]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1243-20111117-_MG_0837.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1245-20111116-_MG_0756.jpg" rel="lightbox[1261]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1245-20111116-_MG_0756.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1247-20111116-_MG_0754.jpg" rel="lightbox[1261]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1247-20111116-_MG_0754.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1249-20111117-_MG_0834.jpg" rel="lightbox[1261]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1249-20111117-_MG_0834.jpg" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-day-3-4-finally-some-sounds-and-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vellum Production, Day 2</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-day-2/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-day-2/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 19:13:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project materials]]></category>
		<category><![CDATA[project vellum]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[vellum]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1221</guid>
		<description><![CDATA[The story continues, hopefully tomorrow the first sounds.]]></description>
			<content:encoded><![CDATA[<p>The story continues, hopefully tomorrow the first sounds.</p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1215-20111115-_MG_0741.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1215-20111115-_MG_0741.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1193-20111115-_MG_0713.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1193-20111115-_MG_0713.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1195-20111115-_MG_0717.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1195-20111115-_MG_0717.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1197-20111115-_MG_0723.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1197-20111115-_MG_0723.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1199-20111115-_MG_0725.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1199-20111115-_MG_0725.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1201-20111115-_MG_0730.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1201-20111115-_MG_0730.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1203-20111115-_MG_0732.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1203-20111115-_MG_0732.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1205-20111115-_MG_0734.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1205-20111115-_MG_0734.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1207-20111115-_MG_0737.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1207-20111115-_MG_0737.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1209-20111115-_MG_0738.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1209-20111115-_MG_0738.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1211-20111115-_MG_0739.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1211-20111115-_MG_0739.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1213-20111115-_MG_0740.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1213-20111115-_MG_0740.jpg" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1219-20111115-_MG_0747.jpg" rel="lightbox[1221]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1219-20111115-_MG_0747.jpg" alt="" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-day-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vellum production week!</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-week/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-week/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 18:31:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project materials]]></category>
		<category><![CDATA[project vellum]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[vellum]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1190</guid>
		<description><![CDATA[This week is production week for Vellum. Together with Erich Berger, I will work on the installation and hopefully produce a high-quality video documentation about it. Stay tuned! (Photos courtesy by Dave Griffiths)]]></description>
			<content:encoded><![CDATA[<p>This week is production week for <a href="http://tai-studio.org/index.php/projects/materials/vellum-mat/">Vellum</a>. Together with <a href="http://randomseed.org/">Erich Berger</a>, I will work on the installation and hopefully produce a high-quality video documentation about it. Stay tuned!</p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1182-20111114-P1050529.jpg" rel="lightbox[1190]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1182-20111114-P1050529.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1184-20111114-P1050514.jpg" rel="lightbox[1190]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1184-20111114-P1050514.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1186-20111114-P1050523.jpg" rel="lightbox[1190]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1186-20111114-P1050523.jpg" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1188-20111114-P1050526.jpg" rel="lightbox[1190]"><img src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/wpid1188-20111114-P1050526.jpg" width="500" /></a></p>
<p>(Photos courtesy by <a href="http://www.pawfal.org/dave/">Dave Griffiths</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/11/vellum-production-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attempt for representing 2x8bit</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/11/attempt-for-representing-2x8bit/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/11/attempt-for-representing-2x8bit/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 19:59:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[concept]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1166</guid>
		<description><![CDATA[A study on how to represent 16bit in a symbol, given that the 16bit are considered as 2x8bit, order takes a minor role, and one 8bit block is more important than the other. The first 8bit are represented by colouring fields of a symbol either black or white (0%, 100%). The second 8bit alter the [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/31836848?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff&amp;loop=1" width="500" height="500" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></p>
<p>A study on how to represent 16bit in a symbol, given that</p>
<ul>
<li>the 16bit are considered as 2x8bit,</li>
<li>order takes a minor role, and</li>
<li>one 8bit block is more important than the other.</li>
</ul>
<p>The first 8bit are represented by colouring fields of a symbol either black or white (0%, 100%). The second 8bit alter the colouring by shading it towards 50% grey (20%, 80%). The outline of the fields are 50% black, giving a hint onto which side the two bits of one field are flipped.<br />
I intent to use this as a starting point for a graphical representation of the BetaBlocker heap. Anyhow, I have no idea yet where it will end up, however, doing it helped me in understanding the needs for a proper tangible representation.</p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/binaryRepresentation-01.png" rel="lightbox[1166]"><img class="alignnone size-medium" title="00000000abcdefgh" src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/binaryRepresentation-01.png" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/binaryRepresentation-02.png" rel="lightbox[1166]"><img class="alignnone size-medium" title="ABCDEFGH10001000" src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/binaryRepresentation-02.png" alt="" width="500" /></a></p>
<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/binaryRepresentation-03.png" rel="lightbox[1166]"><img class="alignnone size-medium" title="11111111abcdefgh" src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/11/binaryRepresentation-03.png" alt="" width="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/11/attempt-for-representing-2x8bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BetaBlocker Theory Day</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/10/betablocker-theory-day/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/10/betablocker-theory-day/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 17:26:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project BetaBlocker UGen]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[Tangible Auditory Interfaces]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1161</guid>
		<description><![CDATA[Today, I had a day talking and thinking about BetaBlocker. Together with Dave, I looked over a lot of things that I hope will find their way into this blog over the next time. For now, I want to share the map I made with all ideas and possibilities that we think are worth to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/10/BBlocker_ideas.png" rel="lightbox[1161]"><img class="alignright size-medium wp-image-1162" title="Map of ideas for BetaBlocker" src="http://tangibleauditoryinterfaces.de/wp-content/uploads/2011/10/BBlocker_ideas.png" alt="Map of ideas for BetaBlocker" width="300" height="243" /></a>Today, I had a day talking and thinking about BetaBlocker. Together with Dave, I looked over a lot of things that I hope will find their way into this blog over the next time. For now, I want to share the map I made with all ideas and possibilities that we think are worth to explore.</p>
<p>This is truly according to the rules of my self-set goal to do <a href="http://tangibleauditoryinterfaces.de/index.php/2011/02/storyboard-an-experiment-in-open-research/">open research</a>, as I am &#8220;giving away&#8221; my thoughts and ideas before actually implementing and testing them. But I trust you, fellow readers to come up with your own ideas.</p>
<p>To view and actually be able to read the text, please open the image in a separate window, choosing that option from your browser&#8217;s context menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/10/betablocker-theory-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on Materiality</title>
		<link>http://tangibleauditoryinterfaces.de/index.php/2011/10/thoughts-on-materiality/</link>
		<comments>http://tangibleauditoryinterfaces.de/index.php/2011/10/thoughts-on-materiality/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 13:37:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[project materials]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[theory]]></category>

		<guid isPermaLink="false">http://tangibleauditoryinterfaces.de/?p=1155</guid>
		<description><![CDATA[One link that came across me today is an excerpt of Materiality by Bill Brown that starts with The thorn lodged in your swollen thumb is matter; the thought lodged in your mind is not. Yet that discrepancy can be troubled by any admission that thoughts are the outcome of, say, electrochemical impulses, or even [...]]]></description>
			<content:encoded><![CDATA[<p>One link that came across me today is an <a href="http://rhizome.org/editorial/2011/jan/10/required-reading/" target="_blank">excerpt</a> of <em>Materiality</em> by Bill Brown that starts with</p>
<blockquote><p>The thorn lodged in your swollen thumb is matter; the thought lodged in your mind is not. Yet that discrepancy can be troubled by any admission that thoughts are the outcome of, say, electrochemical impulses, or even (to borrow a medium-inspired tripe) the effect of synapses within a neural network. No matter how immaterial you understand your thoughts to be, you can&#8217;t help but grant that they have some neurophysiological ground. Which is simply to say that the process of thinking has a materiality of its own. [...]</p></blockquote>
<p>This paragraph made me wonder. Is thought dependant upon the matter in which it happens? Is there a difference between a thought, thought in a neural system and a thought happening in silicone? Until now, my understanding was that information (as the static subset of thought) does not change it&#8217;s content (well, it somehow is the content itself) when it is transferred from one matter to another. More, all information is preserved even if the information is converted to a different form of representation (kept in another <em>data structure</em>).<br />
Maybe my view is too much fixed on common technochratic notions, or, the key in Browns argumentation is that he talks about <em>thought</em> instead of information, which is a process rather than something fixed.</p>
<p>On a side note, I regret to talk about medium here since I agree with McLuhan that the medium is (at least part of) the message, if it comes to a communication between individuals. A thought, though, is not mediated from one to another but remains and evolves in one&#8217;s head.</p>
<blockquote><p>Like many concepts, materiality may seem to make the most sense when it is opposed to another term: the material serves as a commonsensical antithesis to, for instance, the spiritual, the abstract, the phenomenal, the virtual, and the formal, not to mention the immaterial. [...]</p></blockquote>
<p>We can extend this list by notions like content, information, semantics, meaning, interpretation, or tool.</p>
<blockquote><p>And yet materiality has a specifity that differenciates it from its superficial cognates, such as physicality, reality, or concreteness. When you admire the materiality of a sweater, you&#8217;re acknowledging something about its look and feel, not simply its existence as a physical object. When you complain of another sweater that it lacks this materiality, you&#8217;re not asserting its immateriality. [...]</p></blockquote>
<p>In my point of view, Brown here describes a notion that is covered by the same word but means something else. Here, materiality gives insight about a certain, not necessarily physical, quality of something whereas the word <em>materiality</em> in my opinion can also be used in a rather technical way to describe solely physical aspects. In this sense, it shares this sort of ambiguity with <em>tangibility</em>.</p>
<blockquote><p>Materiality thus glimmers as a new rapier, cutting two ways. On the one hand: Doesn&#8217;t the medium [...] elide the materiality of the object [...] it represents? On the other: Aren&#8217;t you ignoring the materiality of the medium itself, the material support, the medium&#8217;s embeddedness within particular material circumstances, its material ramifications? [...]</p></blockquote>
<p>It came to my mind that, with my current work on (digital raw) material, I try to uncover this medium, try to let it speak and unveil its inner structure.</p>
<p>[quotes via <a href="http://rhizome.org/editorial/2011/jan/10/required-reading/" target="_blank">rhizome.org</a>]</p>
<p>I collect web pages on materiality that came across me at <a href="http://delicious.com/lfsaw/project-materials">delicious</a> under the tag <em>project-materials</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tangibleauditoryinterfaces.de/index.php/2011/10/thoughts-on-materiality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

