<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Viji5369</id>
	<title>Medien Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Viji5369"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/Special:Contributions/Viji5369"/>
	<updated>2026-04-23T20:12:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111923</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111923"/>
		<updated>2019-10-13T21:25:12Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with a metal rod]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
My goal was to use many different accustic materials.&lt;br /&gt;
I started with a wooden frame which surrounds an inner base plate. I divided the plate into two halves, one with acoustic foam and the other with lines and circles engraved. On the front side I attached a wire frame and connected it loosely to the body. Furthermore, I have plastic hair of a broom built into the frame. The piezo microphone is glued to the base plate. Below it are the audio interface, a small power bench and the Raspberry PI, which are mounted on the feet. They are hidden by the frame. It is important to place damping bouncers under the feet. This prevents the transmission of foreign vibrations to the microphone.&lt;br /&gt;
&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
Because the experience is more immersive if there is no hard cut between the effects, I decided to implement a control for the channels which allow a fade-in and a fade-out after a change.&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For this effect I used the [https://en.wikipedia.org/wiki/Pitch_(music) pitch] example in the PD-documentation by Miller Puckette. The pitch requires a certain span of audio, therefore we need to use an array. Because I did not wanted to have a static factor for the pitch I create a sine wave as factor to modulate the input. For every instance a pseudo-random growth rate and pitch range are generated.&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
The cut-off frequency for the [https://en.wikipedia.org/wiki/Low-pass_filter low-pass-] and the [https://en.wikipedia.org/wiki/High-pass_filter high-pass-filter] is determined by a pseudo-random generator.&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For the [https://en.wikipedia.org/wiki/Reverberation reverb] I used the [https://puredata.info/downloads/freeverb freeverb library] by &amp;quot;Jezar at Dreampoint&#039;&#039;. In addition I pseudo-randomized the values wetness, dryness and roomsize.&lt;br /&gt;
==How to play==&lt;br /&gt;
There are no rules for playing with the &amp;quot;fiddleing surface&amp;quot; but there are some tricks to generate interesting sounds. Use different materials to interact with the surface:&lt;br /&gt;
* wooden mumble (1:23)&lt;br /&gt;
* metal rod (2:09)&lt;br /&gt;
* hair curler (3:05)&lt;br /&gt;
* steel plate (3:32)&lt;br /&gt;
* plastic straw (4:02)&lt;br /&gt;
You can hear their sound in the demonstration video below from the time in the brackets.&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits. Also the following points should be discussed:&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, such that the whole processing could fit in a regular fidget cube. Because it is addressing adults the design could be more clean and subtile.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There are still too many pseudo-random controlled values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Retrospection==&lt;br /&gt;
&lt;br /&gt;
It was the first time I soldered a circuit board and cost me more time than I thought. Also programming with components on a graphic interface was a new experience for me. I think as a computer science student it is still more comfortable for me to write my code as text. I tried to write clean and commented code as good as possible, but general coding convention did not fit in the approach of Pure Data. &lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download here the software for the &amp;quot;fiddleing surface&amp;quot;:&lt;br /&gt;
[[:File:fs_patch.zip]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111922</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111922"/>
		<updated>2019-10-13T20:56:18Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
My goal was to use many different accustic materials.&lt;br /&gt;
I started with a wooden frame which surrounds an inner base plate. I divided the plate into two halves, one with acoustic foam and the other with lines and circles engraved. On the front side I attached a wire frame and connected it loosely to the body. Furthermore, I have plastic hair of a broom built into the frame. The piezo microphone is glued to the base plate. Below it are the audio interface, a small power bench and the Raspberry PI, which are mounted on the feet. They are hidden by the frame. It is important to place damping bouncers under the feet. This prevents the transmission of foreign vibrations to the microphone.&lt;br /&gt;
&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
Because the experience is more immersive if there is no hard cut between the effects, I decided to implement a control for the channels which allow a fade-in and a fade-out after a change.&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For this effect I used the [https://en.wikipedia.org/wiki/Pitch_(music) pitch] example in the PD-documentation by Miller Puckette. The pitch requires a certain span of audio, therefore we need to use an array. Because I did not wanted to have a static factor for the pitch I create a sine wave as factor to modulate the input. For every instance a pseudo-random growth rate and pitch range are generated.&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
The cut-off frequency for the [https://en.wikipedia.org/wiki/Low-pass_filter low-pass-] and the [https://en.wikipedia.org/wiki/High-pass_filter high-pass-filter] is determined by a pseudo-random generator.&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For the [https://en.wikipedia.org/wiki/Reverberation reverb] I used the [https://puredata.info/downloads/freeverb freeverb library] by &amp;quot;Jezar at Dreampoint&#039;&#039;. In addition I pseudo-randomized the values wetness, dryness and roomsize.&lt;br /&gt;
==How to play==&lt;br /&gt;
There are no rules for playing with the &amp;quot;fiddleing surface&amp;quot; but there are some tricks to generate interesting sounds. Use different materials to interact with the surface:&lt;br /&gt;
* wooden mumble (1:23)&lt;br /&gt;
* metal rod (2:09)&lt;br /&gt;
* hair curler (3:05)&lt;br /&gt;
* steel plate (3:32)&lt;br /&gt;
* plastic straw (4:02)&lt;br /&gt;
You can hear their sound in the demonstration video below from the time in the brackets.&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits. Also the following points should be discussed:&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, such that the whole processing could fit in a regular fidget cube. Because it is addressing adults the design could be more clean and subtile.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There are still too many pseudo-random controlled values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Retrospection==&lt;br /&gt;
&lt;br /&gt;
It was the first time I soldered a circuit board and cost me more time than I thought. Also programming with components on a graphic interface was a new experience for me. I think as a computer science student it is still more comfortable for me to write my code as text. I tried to write clean and commented code as good as possible, but general coding convention did not fit in the approach of Pure Data. &lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download here the software for the &amp;quot;fiddleing surface&amp;quot;:&lt;br /&gt;
[[:File:fs_patch.zip]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111921</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111921"/>
		<updated>2019-10-13T20:24:44Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
My goal was to use many different accustic materials.&lt;br /&gt;
I started with a wooden frame which surrounds an inner base plate. I divided the plate into two halves, one with acoustic foam and the other with lines and circles engraved. On the front side I attached a wire frame and connected it loosely to the body. Furthermore, I have plastic hair of a broom built into the frame. The piezo microphone is glued to the base plate. Below it are the audio interface, a small power bench and the Raspberry PI, which are mounted on the feet. They are hidden by the frame. It is important to place damping bouncers under the feet. This prevents the transmission of foreign vibrations to the microphone.&lt;br /&gt;
&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
Because the experience is more immersive if there is no hard cut between the effects, I decided to implement a control for the channels which allow a fade-in and a fade-out after a change.&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For this effect I used the [https://en.wikipedia.org/wiki/Pitch_(music) pitch] example in the PD-documentation by Miller Puckette. The pitch requires a certain span of audio, therefore we need to use an array. Because I did not wanted to have a static factor for the pitch I create a sine wave as factor to modulate the input. For every instance a pseudo-random growth rate and pitch range are generated.&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
The cut-off frequency for the [https://en.wikipedia.org/wiki/Low-pass_filter low-pass-] and the [https://en.wikipedia.org/wiki/High-pass_filter high-pass-filter] is determined by a pseudo-random generator.&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For the [https://en.wikipedia.org/wiki/Reverberation reverb] I used the [https://puredata.info/downloads/freeverb freeverb library] by &amp;quot;Jezar at Dreampoint&#039;&#039;. In addition I pseudo-randomized the values wetness, dryness and roomsize.&lt;br /&gt;
==How to play==&lt;br /&gt;
There are no rules for playing with the &amp;quot;fiddleing surface&amp;quot; but there are some tricks to generate interesting sounds. Use different materials to interact with the surface:&lt;br /&gt;
* wooden mumble (1:23)&lt;br /&gt;
* metal rod (2:09)&lt;br /&gt;
* hair curler (3:05)&lt;br /&gt;
* steel plate (3:32)&lt;br /&gt;
* plastic straw (4:02)&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits. Also the following points should be discussed:&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, such that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There are still too many pseudo-random controlled values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download here the software for the &amp;quot;fiddleing surface&amp;quot;:&lt;br /&gt;
[[:File:fs_patch.zip]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111920</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111920"/>
		<updated>2019-10-13T20:07:30Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
My goal was to use many different accustic materials.&lt;br /&gt;
I started with a wooden frame which surrounds an inner base plate. I divided the plate into two halves, one with acoustic foam and the other with lines and circles engraved. On the front side I attached a wire frame and connected it loosely to the body. Furthermore, I have plastic hair of a broom built into the frame. The piezo microphone is glued to the base plate. Below it are the audio interface, a small power bench and the Raspberry PI, which are mounted on the feet. They are hidden by the frame. It is important to place damping bouncers under the feet. This prevents the transmission of foreign vibrations to the microphone.&lt;br /&gt;
&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
Because the experience is more immersive if there is no hard cut between the effects, I decided to implement a control for the channels which allow a fade-in and a fade-out after a change.&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For this effect I used the [https://en.wikipedia.org/wiki/Pitch_(music) pitch] example in the PD-documentation by Miller Puckette. The pitch requires a certain span of audio, therefore we need to use an array. Because I did not wanted to have a static factor for the pitch I create a sine wave as factor to modulate the input. For every instance a pseudo-random growth rate and pitch range are generated.&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
The cut-off frequency for the [https://en.wikipedia.org/wiki/Low-pass_filter low-pass-] and the [https://en.wikipedia.org/wiki/High-pass_filter high-pass-filter] is determined by a pseudo-random generator.&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For the [https://en.wikipedia.org/wiki/Reverberation reverb] I used the [https://puredata.info/downloads/freeverb freeverb library] by &amp;quot;Jezar at Dreampoint&#039;&#039;. In addition I pseudo-randomized the values wetness, dryness and roomsize.&lt;br /&gt;
==How to play==&lt;br /&gt;
There are no rules for playing with the &amp;quot;fiddleing surface&amp;quot; but there are some tricks to generate interesting sounds. Use different materials to interact with the surface:&lt;br /&gt;
* wooden mumble ()&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits. Also the following points should be discussed:&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, such that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There are still too many pseudo-random controlled values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download here the software for the &amp;quot;fiddleing surface&amp;quot;:&lt;br /&gt;
[[:File:fs_patch.zip]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111919</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111919"/>
		<updated>2019-10-13T19:50:34Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
My goal was to use many different accustic materials.&lt;br /&gt;
I started with a wooden frame which surrounds an inner base plate. I divided the plate into two halves, one with acoustic foam and the other with lines and circles engraved. On the front side I attached a wire frame and connected it loosely to the body. Furthermore, I have plastic hair of a broom built into the frame. The piezo microphone is glued to the base plate. Below it are the audio interface, a small power bench and the Raspberry PI, which are mounted on the feet. They are hidden by the frame. It is important to place damping bouncers under the feet. This prevents the transmission of foreign vibrations to the microphone.&lt;br /&gt;
&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
Because the experience is more immersive if there is no hard cut between the effects, I decided to implement a control for the channels which allow a fade-in and a fade-out after a change.&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For this effect I used the [https://en.wikipedia.org/wiki/Pitch_(music) pitch] example in the PD-documentation by Miller Puckette. The pitch requires a certain span of audio, therefore we need to use an array. Because I did not wanted to have a static factor for the pitch I create a sine wave as factor to modulate the input. For every instance a pseudo-random growth rate and pitch range are generated.&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
The cut-off frequency for the [https://en.wikipedia.org/wiki/Low-pass_filter low-pass-] and the [https://en.wikipedia.org/wiki/High-pass_filter high-pass-filter] is determined by a pseudo-random generator.&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For the [https://en.wikipedia.org/wiki/Reverberation reverb] I used the [https://puredata.info/downloads/freeverb freeverb library] by &amp;quot;Jezar at Dreampoint&#039;&#039;. In addition I pseudo-randomized the values wetness, dryness and roomsize.&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits. Also the following points should be discussed:&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, such that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There are still too many pseudo-random controlled values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download here the software for the &amp;quot;fiddleing surface&amp;quot;:&lt;br /&gt;
[[:File:fs_patch.zip]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111905</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111905"/>
		<updated>2019-10-13T18:12:38Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
My goal was to use many different accustic materials.&lt;br /&gt;
I started with a wooden frame which surrounds an inner base plate. I divided the plate into two halves, one with acoustic foam and the other with lines and circles engraved. On the front side I attached a wire frame and connected it loosely to the body. Furthermore, I have plastic hair of a broom built into the frame. The piezo microphone is glued to the base plate. Below it are the audio interface, a small power bench and the Raspberry PI, which are mounted on the feet. They are hidden by the frame. It is important to place damping bouncers under the feet. This prevents the transmission of foreign vibrations to the microphone.&lt;br /&gt;
&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
Because the experience is more immersive if there is no hard cut between the effects, I decided to implement a control for the channels which allow a fade-in and a fade-out after a change.&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For this effect I used the pitch example in the PD-documentation by Miller Puckette. Because I did not wanted to have a static factor for the pitch I uses a sine wave as factor to modulate the input. For every instance pseudo-random growth rate and pitch range are generated.&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits. Also the following points should be discussed:&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, such that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There are still too many pseudo-random controlled values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download here the software for the &amp;quot;fiddleing surface&amp;quot;:&lt;br /&gt;
[[:File:fs_patch.zip]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111904</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111904"/>
		<updated>2019-10-13T18:06:40Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
My goal was to use many different accustic materials.&lt;br /&gt;
I started with a wooden frame which surrounds an inner base plate. I divided the plate into two halves, one with acoustic foam and the other with lines and circles engraved. On the front side I attached a wire frame and connected it loosely to the body. Furthermore, I have plastic hair of a broom built into the frame. The piezo microphone is glued to the base plate. Below it are the audio interface, a small power bench and the Raspberry PI, which are mounted on the feet. They are hidden by the frame. It is important to place damping bouncers under the feet. This prevents the transmission of foreign vibrations to the microphone.&lt;br /&gt;
&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
Because the experience is more immersive if there is no hard cut between the effects, I decided to implement a control for the channels which allow a fade-in and a fade-out after a change.&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
For this effect I used the pitch example in the PD-documentation by Miller Puckette. Because I did not wanted to have a static factor for the pitch I uses a sine wave as factor to modulate the input. For every instance pseudo-random growth rate and pitch range are generated.&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits. Also the following points should be discussed:&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, such that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download here the software for the &amp;quot;fiddleing surface&amp;quot;:&lt;br /&gt;
[[:File:fs_patch.zip]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111903</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111903"/>
		<updated>2019-10-13T18:01:55Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
My goal was to use many different accustic materials.&lt;br /&gt;
I started with a wooden frame which surrounds an inner base plate. I divided the plate into two halves, one with acoustic foam and the other with lines and circles engraved. On the front side I attached a wire frame and connected it loosely to the body. Furthermore, I have plastic hair of a broom built into the frame. The piezo microphone is glued to the base plate. Below it are the audio interface, a small power bench and the Raspberry PI, which are mounted on the feet. They are hidden by the frame. It is important to place damping bouncers under the feet. This prevents the transmission of foreign vibrations to the microphone.&lt;br /&gt;
&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
Because the experience is more immersive if there is no hard cut between the effects, I decided to implement a control for the channels which allow a fade-in and a fade-out after a change.&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
For this effect I used the pitch example in the PD-documentation by Miller Puckette. Because I did not wanted to have a static factor for the pitch I uses a sine wave as factor to modulate the input. For every instance pseudo-random growth rate and pitch range are generated.&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits. Also the following points should be discussed:&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, such that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download here the software for the &amp;quot;fiddleing surface&amp;quot;:&lt;br /&gt;
[[:File:fs_patch.zip]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111898</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111898"/>
		<updated>2019-10-12T20:53:41Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
My goal was to use many different accustic materials.&lt;br /&gt;
I started with a wooden frame which surrounds an inner base plate. I divided the plate into two halves, one with acoustic foam and the other with lines and circles engraved. On the front side I attached a wire frame and connected it loosely to the body. Furthermore, I have plastic hair of a broom built into the frame. The piezo microphone is glued to the base plate. Below it are the audio interface, a small power bench and the Raspberry PI, which are mounted on the feet. They are hidden by the frame. It is important to place damping bouncers under the feet. This prevents the transmission of foreign vibrations to the microphone.&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
Because the experience is more immersive if there is no hard cut between the effects, I decided to implement a control for the channels which allow a fade-in and a fade-out after a change.&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
For this effect I used the pitch example in the PD-documentation by Miller Puckette. Because I did not wanted to have a static factor for the pitch I uses a sine wave as factor to modulate the input. For every instance pseudo-random growth rate and pitch range are generated.&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, such that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download here the software for the &amp;quot;fiddleing surface&amp;quot;:&lt;br /&gt;
[[:File:fs_patch.zip]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111896</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111896"/>
		<updated>2019-10-12T20:07:06Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
You can download here the software for the &amp;quot;fiddleing surface&amp;quot;:&lt;br /&gt;
[[:File:fs_patch.zip]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111895</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111895"/>
		<updated>2019-10-12T20:02:49Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|600px]]&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[[:File:fs_patch.zip]]]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111894</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111894"/>
		<updated>2019-10-12T20:02:09Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Construction==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# low and high pass filter&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:main_control.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
=== control of channels ===&lt;br /&gt;
[[File:channel control.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
=== sine-pitch ===&lt;br /&gt;
[[File:sine_pitch.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
=== low and high pass filter ===&lt;br /&gt;
[[File:lop hip.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
=== reverb ===&lt;br /&gt;
[[File:freeverb.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[[:File:fs_patch.zip]]]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Main_control.PNG&amp;diff=111893</id>
		<title>File:Main control.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Main_control.PNG&amp;diff=111893"/>
		<updated>2019-10-12T19:59:42Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Sine_pitch.PNG&amp;diff=111892</id>
		<title>File:Sine pitch.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Sine_pitch.PNG&amp;diff=111892"/>
		<updated>2019-10-12T19:59:23Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Lop_hip.PNG&amp;diff=111891</id>
		<title>File:Lop hip.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Lop_hip.PNG&amp;diff=111891"/>
		<updated>2019-10-12T19:58:52Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Freeverb.PNG&amp;diff=111890</id>
		<title>File:Freeverb.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Freeverb.PNG&amp;diff=111890"/>
		<updated>2019-10-12T19:58:52Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Channel_control.PNG&amp;diff=111889</id>
		<title>File:Channel control.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Channel_control.PNG&amp;diff=111889"/>
		<updated>2019-10-12T19:58:52Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111888</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111888"/>
		<updated>2019-10-12T19:49:17Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[[:File:fs_patch.zip]]]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111887</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111887"/>
		<updated>2019-10-12T19:48:54Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[[Media:[[Media:Example.ogg]][[:File:fs_patch.zip]]]]&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Fs_patch.zip&amp;diff=111886</id>
		<title>File:Fs patch.zip</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Fs_patch.zip&amp;diff=111886"/>
		<updated>2019-10-12T19:48:27Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111884</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111884"/>
		<updated>2019-10-12T19:40:30Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is running on the Raspberry to apply interisting filters to the output of the piezo microphone. With earphones plugged in tothe raspberry, the user can now hear his touches.&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# sine pitch&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111883</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111883"/>
		<updated>2019-10-12T18:42:43Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111882</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111882"/>
		<updated>2019-10-12T18:41:55Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|600px|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111881</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111881"/>
		<updated>2019-10-12T18:41:10Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb|the fiddleing surface with an pointing device out of metal]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|center|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111880</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111880"/>
		<updated>2019-10-12T18:39:49Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111879</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111879"/>
		<updated>2019-10-12T18:39:15Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|left|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111878</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111878"/>
		<updated>2019-10-12T18:38:00Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
{{#ev:youtube|NXBNfwUnVE4|600|left|testing the fiddleing surface|frame}}&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111877</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111877"/>
		<updated>2019-10-12T18:18:53Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|thumb]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
[[File:demonstration.MP4|600px]]&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111876</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111876"/>
		<updated>2019-10-12T18:15:07Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
=Fiddleing Surface=&lt;br /&gt;
==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
[[File:demonstration.MP4|600px]]&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111875</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111875"/>
		<updated>2019-10-12T18:14:26Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
[[File:demonstration.MP4|600px]]&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111872</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111872"/>
		<updated>2019-10-12T17:46:50Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Demo==&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111746</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111746"/>
		<updated>2019-10-06T23:03:06Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. There a still too many random values. Instead of randomness I would like to use more input signals from the user. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by a gyroscope.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111745</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111745"/>
		<updated>2019-10-06T22:55:54Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: /* Methods */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
For the audio processing I combined different effects and filters. I used&lt;br /&gt;
# reverb (echo)&lt;br /&gt;
# pitch&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111744</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111744"/>
		<updated>2019-10-06T22:52:39Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: /* Concept */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://en.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111743</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111743"/>
		<updated>2019-10-06T22:52:21Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: /* Concept */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://eng.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111742</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111742"/>
		<updated>2019-10-06T22:49:14Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: /* Implementation in Pure Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://de.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111741</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111741"/>
		<updated>2019-10-06T22:48:45Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: /* Implementation in Pure Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://de.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Patch1.PNG&amp;diff=111740</id>
		<title>File:Patch1.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Patch1.PNG&amp;diff=111740"/>
		<updated>2019-10-06T22:48:27Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: Viji5369 uploaded a new version of File:Patch1.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111739</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111739"/>
		<updated>2019-10-06T22:47:45Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: /* Implementation in Pure Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://de.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.png]]&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program.&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111738</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111738"/>
		<updated>2019-10-06T22:47:31Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://de.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.png]&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111737</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111737"/>
		<updated>2019-10-06T22:46:07Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://de.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
[[File:patch1.png|400px]]&lt;br /&gt;
My sketch consists out of a main sketch that is directing several subpatches. Therefore new effects can be easily added to the program. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111736</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111736"/>
		<updated>2019-10-06T22:39:03Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: /* Concept */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming [https://de.wikipedia.org/wiki/Fidget_Cube Fidget Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is&lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111735</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111735"/>
		<updated>2019-10-06T22:37:55Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming Fidget Cube[https://de.wikipedia.org/wiki/Fidget_Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is &lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
I wanted to build a device that uses the piezo microphone and a raspberry to create relaxing mood with sounds and tactile media. The result is a first feasible approach. In my opinion listening to the device is surprisingly immersive. But that&#039;s a purely subjective assessment. For further improvement, it would be necessary to develop a user study that verifies the benefits.&lt;br /&gt;
&lt;br /&gt;
# The device is too big and difficult to transport. The sound processing should be optimized to a system on a chip, do that the whole processing could fit in a regular fidget cube.&lt;br /&gt;
&lt;br /&gt;
# The audio processing doesn&#039;t show the potential yet. I think it would be cool to add harmonics dependend on the orientation of the device, which can be measured by&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111734</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111734"/>
		<updated>2019-10-06T22:06:53Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming Fidget Cube[https://de.wikipedia.org/wiki/Fidget_Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is &lt;br /&gt;
&lt;br /&gt;
==Methods==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Implementation in Pure Data==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111733</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111733"/>
		<updated>2019-10-06T15:51:58Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The in 2016 upcoming Fidget Cube[https://de.wikipedia.org/wiki/Fidget_Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction. A special PD-Patch is &lt;br /&gt;
&lt;br /&gt;
====&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111732</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111732"/>
		<updated>2019-10-06T15:40:50Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Concept==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
The in 2016 upcoming Fidget Cube[https://de.wikipedia.org/wiki/Fidget_Cube] is a device that supports different tangible areas.The idea of adding an additional audible level led me to a design that I call &amp;quot;Fiddleing Surface&amp;quot;.&lt;br /&gt;
It consists of different tactile media which are connected by a wooden frame. The pickup is fixed to the wooden frame and connected to a Raspberry hidden by the construction.&lt;br /&gt;
==Introduction==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111731</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111731"/>
		<updated>2019-10-06T07:30:13Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
[[File:fidget surface web.jpg|400px]]&lt;br /&gt;
==Introduction==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111730</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111730"/>
		<updated>2019-10-06T07:29:30Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
[[File:fidget surface web.jpeg|400px]]&lt;br /&gt;
==Introduction==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111729</id>
		<title>GMU:Autonomous-Collaborative/Ludwig</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Ludwig&amp;diff=111729"/>
		<updated>2019-10-06T07:28:20Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
&#039;&#039;&#039;Fiddleing Surface&#039;&#039;&#039;&lt;br /&gt;
[[File:patch1.PNG|400px]]&lt;br /&gt;
==Introduction==&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Patch2.PNG&amp;diff=111728</id>
		<title>File:Patch2.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Patch2.PNG&amp;diff=111728"/>
		<updated>2019-10-06T07:27:47Z</updated>

		<summary type="html">&lt;p&gt;Viji5369: Viji5369 uploaded a new version of File:Patch2.PNG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Viji5369</name></author>
	</entry>
</feed>