<?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=Soci8217</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=Soci8217"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/Special:Contributions/Soci8217"/>
	<updated>2026-06-26T13:41:31Z</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/Hiyeon&amp;diff=111721</id>
		<title>GMU:Autonomous-Collaborative/Hiyeon</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111721"/>
		<updated>2019-10-05T22:22:15Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: /* - Playing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Mini Electronic Drum Set =&lt;br /&gt;
== A tiny little drum made by clustering and mapping the sounds ==&lt;br /&gt;
&lt;br /&gt;
===Motivation===&lt;br /&gt;
The idea was to recreate a small and simple version of a drum kit, where the sounds are processed electronically to be mapped to a corresponding drum sounds. The motivation came from the fact that I have recently started to learn to play drums and potentially use this small set to practice drumming at home with headphones on, while not having to disturb anyone (which turned out to be a naive speculation).&lt;br /&gt;
&lt;br /&gt;
===Initial Idea===&lt;br /&gt;
[[File:real-drum-set.png|400px]]&lt;br /&gt;
[[File:small-drum-set.png|400px]]&lt;br /&gt;
&lt;br /&gt;
The picture on the right is the initial sketch of the drum set. Each piece is color-coded to its equivalent drum in a set depicted in the left picture; all toms and the snare in red while all cymbals and the hi-hat in yellow. The two blue circles were drawn to represent the tap buttons for pedal movements which manipulates the bass drum and the hi-hat.&lt;br /&gt;
&lt;br /&gt;
As shown in the sketch, I planned to recycle the materials that can be found easily. For example, wine corks for toms and the snare, and beer caps for cymbals and the hi-hat, and finally a metal box with a piezo mic attached inside which becomes the platform for all the drums. &lt;br /&gt;
&lt;br /&gt;
Here are the steps how I thought it should work in the beginning.&lt;br /&gt;
&lt;br /&gt;
1. The user taps on the drum.&lt;br /&gt;
&lt;br /&gt;
2. The piezo mic grabs the sound.&lt;br /&gt;
&lt;br /&gt;
3. The program detects the unique frequency of the sound.&lt;br /&gt;
&lt;br /&gt;
4. An equivalent drum sound is produced.&lt;br /&gt;
&lt;br /&gt;
Following challenges immediately arose.&lt;br /&gt;
&lt;br /&gt;
- How to ensure the sounds being fed are unique enough to be classified into different patterns?&lt;br /&gt;
&lt;br /&gt;
- How to realize pedal movements?&lt;br /&gt;
&lt;br /&gt;
- How to allow multiple drums to be detected and played?&lt;br /&gt;
&lt;br /&gt;
- How to map the intensity and lasting of each output sound to the input sound? Would the texture of materials matter?&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
I used the timbreID[https://github.com/wbrent/timbreID], a library for analyzing audio feature in Pure Data(Pd). In particular, its drum kit example already had the function to map the sample drum sounds to the real-time input sounds.&lt;br /&gt;
&lt;br /&gt;
===- Preparing the Instruments===&lt;br /&gt;
[[File:2019-10-04 17.30.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
Before the playback, the timbreID must be trained with sounds that are timbrally different to one another.  In the initial setup, there were only 4 classifications available, but I added two more. To produce timbrally different and sounds, I used various materials from beer caps to wine corks as planned. Also to make sharp and short-duration sounds, I decided to use the metal chopsticks to tap with, rather than with fingers which was my original plan. With some experiments, I found the combination that worked somewhat well.&lt;br /&gt;
&lt;br /&gt;
===- Training===&lt;br /&gt;
video link: [[:File:training-final.mp4]]&lt;br /&gt;
&lt;br /&gt;
To train,  “train” spigot should be turned on. Input sounds are made by tapping on different objects for 5-10 times. Here I am tapping each instrument about 10 times. Each input are shown in the Pd’s window.&lt;br /&gt;
[[File:2019-10-05 19.10.gif|400px]]&lt;br /&gt;
&lt;br /&gt;
What happens here is that they are detected by ‘bark~’ in the ‘pd onsets’ sub-patch, which measures the amount of growth in bands of an input’s spectrum. Here I lowered the debounce setting to 50 ms for which it will be deaf. It was set as high as 200ms initially to prevent the sample playback to retrigger the playback, but it could be lowered to play in a bit quicker rythme by using the headphones.&lt;br /&gt;
&lt;br /&gt;
[[File:bark.png|400px]]&lt;br /&gt;
&lt;br /&gt;
One more thing to note here is that the master volume should be mute as the feedback sample output will be included in the training input. After training, the ‘train’ spigot should be turned off again.&lt;br /&gt;
The training dataset can be saved with the ‘write’ message and can be read again with the ‘read’ message. I added additional write and read messages for backup.&lt;br /&gt;
&lt;br /&gt;
===- Clustering===&lt;br /&gt;
[[File:clustering.png|400px]]&lt;br /&gt;
[[File:window.png|400px]]&lt;br /&gt;
&lt;br /&gt;
After training, the input sounds should be grouped by different timbral sounds with the ‘cluster’ message. Here I changed the number of cluster items from 4 to 6. Each cluster can be printed out in the Pd’s window with the radio buttons connected to the ‘cluster list’. The numbers represent the members based on the input order, starting from 0.&lt;br /&gt;
&lt;br /&gt;
===- Playing===&lt;br /&gt;
[[File:2019-10-05 19.18.mov|600px]]&lt;br /&gt;
&lt;br /&gt;
Finally you can play the instruments by hitting one by one. This is because there is only one input channel at the moment. Notice how different instrument lead to playback of different sample. Here what happens is that the program tries to find the set of data previously trained that best matches the input sound. When the ‘id’ spigot is turned on, the cluster number will be printed out on the Pd’s window whenever the sample is played back.&lt;br /&gt;
For the playback, I loaded my own drum samples to fit my mini drum set-up.&lt;br /&gt;
I got each audio sample from the SampleSwap[https://sampleswap.org/filebrowser-new.php?d=DRUMS+%28FULL+KITS%29%2FDRUM+MACHINES%2F], an audio sample sharing site.  Then I put them together into one audio file with even 1s interval, for it to be processed in the Pd.&lt;br /&gt;
&lt;br /&gt;
[[File:sampleswap.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
To add sample items, I also had to change the array ‘drum-kit-times’ as such.&lt;br /&gt;
&lt;br /&gt;
Here is the final audio file: [[:File:drum-kit.wav]]&lt;br /&gt;
&lt;br /&gt;
This example also has a functionality to record sequences. It is pretty straightforward to use; toggle recording by ‘record-on-off’ button and adjust tempo with the slider while playing it.&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
&lt;br /&gt;
- Limited Timbral Differences&lt;br /&gt;
&lt;br /&gt;
Even with an effort to find materials with different enough textures to produce unique audio when tapped, some materials tend to fall into the same category of sounds. For example, the aluminium lid and the plastic gum container that I used for crash cymbal and open hi-hat respectively, sometimes were recognized to be in the same category. Obviously, classification gets more accurate as the number of audio items reduces. For this reason, I had to reduce the number of items, omitting the kick sound.&lt;br /&gt;
&lt;br /&gt;
- Lack of Pedal Movements&lt;br /&gt;
&lt;br /&gt;
This drum set, while being cute, cannot fully be used for practice because its missing pedals. I initially thought of introducing them by thumb tapping, but noticed that two thumb tap sounds would have exact same timbral sound and cannot be distinguished with the current single input setting. In the end, I realized it by attaching a wide aluminium juice lid onto the slipper and register the sound by tapping on the foot, but it cannot be used with the piezo mic setting which is a huge disadvantage.&lt;br /&gt;
&lt;br /&gt;
- Singularity of an Input Sound&lt;br /&gt;
&lt;br /&gt;
Obviously, one of the biggest limitation when it comes to practicality is the fact that it can only process one sound at a time. Because you cannot play multiple drums at a time with some inherent latency in playback, it cannot quite produce useful beat in the end. This problem can be solved by introducing multiple piezo mics and feeding the inputs into different Pd programs.&lt;br /&gt;
&lt;br /&gt;
- Lack of Ubiquity&lt;br /&gt;
&lt;br /&gt;
Due to the lack of time and technical issues, I had to process the patch on my laptop. It could have better fit the overall purpose of the course if I could utilize the Raspberry Pi, in the sense of ubiquity and collaboration of embedded systems. This can been done by installing the pd patch in a Raspberry Pi where the piezo mic is connected to its sound card, along with some sort of sound output device.&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111720</id>
		<title>GMU:Autonomous-Collaborative/Hiyeon</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111720"/>
		<updated>2019-10-05T22:21:48Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: /* Playing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Mini Electronic Drum Set =&lt;br /&gt;
== A tiny little drum made by clustering and mapping the sounds ==&lt;br /&gt;
&lt;br /&gt;
===Motivation===&lt;br /&gt;
The idea was to recreate a small and simple version of a drum kit, where the sounds are processed electronically to be mapped to a corresponding drum sounds. The motivation came from the fact that I have recently started to learn to play drums and potentially use this small set to practice drumming at home with headphones on, while not having to disturb anyone (which turned out to be a naive speculation).&lt;br /&gt;
&lt;br /&gt;
===Initial Idea===&lt;br /&gt;
[[File:real-drum-set.png|400px]]&lt;br /&gt;
[[File:small-drum-set.png|400px]]&lt;br /&gt;
&lt;br /&gt;
The picture on the right is the initial sketch of the drum set. Each piece is color-coded to its equivalent drum in a set depicted in the left picture; all toms and the snare in red while all cymbals and the hi-hat in yellow. The two blue circles were drawn to represent the tap buttons for pedal movements which manipulates the bass drum and the hi-hat.&lt;br /&gt;
&lt;br /&gt;
As shown in the sketch, I planned to recycle the materials that can be found easily. For example, wine corks for toms and the snare, and beer caps for cymbals and the hi-hat, and finally a metal box with a piezo mic attached inside which becomes the platform for all the drums. &lt;br /&gt;
&lt;br /&gt;
Here are the steps how I thought it should work in the beginning.&lt;br /&gt;
&lt;br /&gt;
1. The user taps on the drum.&lt;br /&gt;
&lt;br /&gt;
2. The piezo mic grabs the sound.&lt;br /&gt;
&lt;br /&gt;
3. The program detects the unique frequency of the sound.&lt;br /&gt;
&lt;br /&gt;
4. An equivalent drum sound is produced.&lt;br /&gt;
&lt;br /&gt;
Following challenges immediately arose.&lt;br /&gt;
&lt;br /&gt;
- How to ensure the sounds being fed are unique enough to be classified into different patterns?&lt;br /&gt;
&lt;br /&gt;
- How to realize pedal movements?&lt;br /&gt;
&lt;br /&gt;
- How to allow multiple drums to be detected and played?&lt;br /&gt;
&lt;br /&gt;
- How to map the intensity and lasting of each output sound to the input sound? Would the texture of materials matter?&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
I used the timbreID[https://github.com/wbrent/timbreID], a library for analyzing audio feature in Pure Data(Pd). In particular, its drum kit example already had the function to map the sample drum sounds to the real-time input sounds.&lt;br /&gt;
&lt;br /&gt;
===- Preparing the Instruments===&lt;br /&gt;
[[File:2019-10-04 17.30.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
Before the playback, the timbreID must be trained with sounds that are timbrally different to one another.  In the initial setup, there were only 4 classifications available, but I added two more. To produce timbrally different and sounds, I used various materials from beer caps to wine corks as planned. Also to make sharp and short-duration sounds, I decided to use the metal chopsticks to tap with, rather than with fingers which was my original plan. With some experiments, I found the combination that worked somewhat well.&lt;br /&gt;
&lt;br /&gt;
===- Training===&lt;br /&gt;
video link: [[:File:training-final.mp4]]&lt;br /&gt;
&lt;br /&gt;
To train,  “train” spigot should be turned on. Input sounds are made by tapping on different objects for 5-10 times. Here I am tapping each instrument about 10 times. Each input are shown in the Pd’s window.&lt;br /&gt;
[[File:2019-10-05 19.10.gif|400px]]&lt;br /&gt;
&lt;br /&gt;
What happens here is that they are detected by ‘bark~’ in the ‘pd onsets’ sub-patch, which measures the amount of growth in bands of an input’s spectrum. Here I lowered the debounce setting to 50 ms for which it will be deaf. It was set as high as 200ms initially to prevent the sample playback to retrigger the playback, but it could be lowered to play in a bit quicker rythme by using the headphones.&lt;br /&gt;
&lt;br /&gt;
[[File:bark.png|400px]]&lt;br /&gt;
&lt;br /&gt;
One more thing to note here is that the master volume should be mute as the feedback sample output will be included in the training input. After training, the ‘train’ spigot should be turned off again.&lt;br /&gt;
The training dataset can be saved with the ‘write’ message and can be read again with the ‘read’ message. I added additional write and read messages for backup.&lt;br /&gt;
&lt;br /&gt;
===- Clustering===&lt;br /&gt;
[[File:clustering.png|400px]]&lt;br /&gt;
[[File:window.png|400px]]&lt;br /&gt;
&lt;br /&gt;
After training, the input sounds should be grouped by different timbral sounds with the ‘cluster’ message. Here I changed the number of cluster items from 4 to 6. Each cluster can be printed out in the Pd’s window with the radio buttons connected to the ‘cluster list’. The numbers represent the members based on the input order, starting from 0.&lt;br /&gt;
&lt;br /&gt;
===- Playing===&lt;br /&gt;
[[File:2019-10-05 19.18.mov]]&lt;br /&gt;
&lt;br /&gt;
Finally you can play the instruments by hitting one by one. This is because there is only one input channel at the moment. Notice how different instrument lead to playback of different sample. Here what happens is that the program tries to find the set of data previously trained that best matches the input sound. When the ‘id’ spigot is turned on, the cluster number will be printed out on the Pd’s window whenever the sample is played back.&lt;br /&gt;
For the playback, I loaded my own drum samples to fit my mini drum set-up.&lt;br /&gt;
I got each audio sample from the SampleSwap[https://sampleswap.org/filebrowser-new.php?d=DRUMS+%28FULL+KITS%29%2FDRUM+MACHINES%2F], an audio sample sharing site.  Then I put them together into one audio file with even 1s interval, for it to be processed in the Pd.&lt;br /&gt;
&lt;br /&gt;
[[File:sampleswap.PNG|400px]]&lt;br /&gt;
&lt;br /&gt;
To add sample items, I also had to change the array ‘drum-kit-times’ as such.&lt;br /&gt;
&lt;br /&gt;
Here is the final audio file: [[:File:drum-kit.wav]]&lt;br /&gt;
&lt;br /&gt;
This example also has a functionality to record sequences. It is pretty straightforward to use; toggle recording by ‘record-on-off’ button and adjust tempo with the slider while playing it.&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
&lt;br /&gt;
- Limited Timbral Differences&lt;br /&gt;
&lt;br /&gt;
Even with an effort to find materials with different enough textures to produce unique audio when tapped, some materials tend to fall into the same category of sounds. For example, the aluminium lid and the plastic gum container that I used for crash cymbal and open hi-hat respectively, sometimes were recognized to be in the same category. Obviously, classification gets more accurate as the number of audio items reduces. For this reason, I had to reduce the number of items, omitting the kick sound.&lt;br /&gt;
&lt;br /&gt;
- Lack of Pedal Movements&lt;br /&gt;
&lt;br /&gt;
This drum set, while being cute, cannot fully be used for practice because its missing pedals. I initially thought of introducing them by thumb tapping, but noticed that two thumb tap sounds would have exact same timbral sound and cannot be distinguished with the current single input setting. In the end, I realized it by attaching a wide aluminium juice lid onto the slipper and register the sound by tapping on the foot, but it cannot be used with the piezo mic setting which is a huge disadvantage.&lt;br /&gt;
&lt;br /&gt;
- Singularity of an Input Sound&lt;br /&gt;
&lt;br /&gt;
Obviously, one of the biggest limitation when it comes to practicality is the fact that it can only process one sound at a time. Because you cannot play multiple drums at a time with some inherent latency in playback, it cannot quite produce useful beat in the end. This problem can be solved by introducing multiple piezo mics and feeding the inputs into different Pd programs.&lt;br /&gt;
&lt;br /&gt;
- Lack of Ubiquity&lt;br /&gt;
&lt;br /&gt;
Due to the lack of time and technical issues, I had to process the patch on my laptop. It could have better fit the overall purpose of the course if I could utilize the Raspberry Pi, in the sense of ubiquity and collaboration of embedded systems. This can been done by installing the pd patch in a Raspberry Pi where the piezo mic is connected to its sound card, along with some sort of sound output device.&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111719</id>
		<title>GMU:Autonomous-Collaborative/Hiyeon</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111719"/>
		<updated>2019-10-05T22:21:20Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: /* Implementation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Mini Electronic Drum Set =&lt;br /&gt;
== A tiny little drum made by clustering and mapping the sounds ==&lt;br /&gt;
&lt;br /&gt;
===Motivation===&lt;br /&gt;
The idea was to recreate a small and simple version of a drum kit, where the sounds are processed electronically to be mapped to a corresponding drum sounds. The motivation came from the fact that I have recently started to learn to play drums and potentially use this small set to practice drumming at home with headphones on, while not having to disturb anyone (which turned out to be a naive speculation).&lt;br /&gt;
&lt;br /&gt;
===Initial Idea===&lt;br /&gt;
[[File:real-drum-set.png|400px]]&lt;br /&gt;
[[File:small-drum-set.png|400px]]&lt;br /&gt;
&lt;br /&gt;
The picture on the right is the initial sketch of the drum set. Each piece is color-coded to its equivalent drum in a set depicted in the left picture; all toms and the snare in red while all cymbals and the hi-hat in yellow. The two blue circles were drawn to represent the tap buttons for pedal movements which manipulates the bass drum and the hi-hat.&lt;br /&gt;
&lt;br /&gt;
As shown in the sketch, I planned to recycle the materials that can be found easily. For example, wine corks for toms and the snare, and beer caps for cymbals and the hi-hat, and finally a metal box with a piezo mic attached inside which becomes the platform for all the drums. &lt;br /&gt;
&lt;br /&gt;
Here are the steps how I thought it should work in the beginning.&lt;br /&gt;
&lt;br /&gt;
1. The user taps on the drum.&lt;br /&gt;
&lt;br /&gt;
2. The piezo mic grabs the sound.&lt;br /&gt;
&lt;br /&gt;
3. The program detects the unique frequency of the sound.&lt;br /&gt;
&lt;br /&gt;
4. An equivalent drum sound is produced.&lt;br /&gt;
&lt;br /&gt;
Following challenges immediately arose.&lt;br /&gt;
&lt;br /&gt;
- How to ensure the sounds being fed are unique enough to be classified into different patterns?&lt;br /&gt;
&lt;br /&gt;
- How to realize pedal movements?&lt;br /&gt;
&lt;br /&gt;
- How to allow multiple drums to be detected and played?&lt;br /&gt;
&lt;br /&gt;
- How to map the intensity and lasting of each output sound to the input sound? Would the texture of materials matter?&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
I used the timbreID[https://github.com/wbrent/timbreID], a library for analyzing audio feature in Pure Data(Pd). In particular, its drum kit example already had the function to map the sample drum sounds to the real-time input sounds.&lt;br /&gt;
&lt;br /&gt;
===- Preparing the Instruments===&lt;br /&gt;
[[File:2019-10-04 17.30.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
Before the playback, the timbreID must be trained with sounds that are timbrally different to one another.  In the initial setup, there were only 4 classifications available, but I added two more. To produce timbrally different and sounds, I used various materials from beer caps to wine corks as planned. Also to make sharp and short-duration sounds, I decided to use the metal chopsticks to tap with, rather than with fingers which was my original plan. With some experiments, I found the combination that worked somewhat well.&lt;br /&gt;
&lt;br /&gt;
===- Training===&lt;br /&gt;
video link: [[:File:training-final.mp4]]&lt;br /&gt;
&lt;br /&gt;
To train,  “train” spigot should be turned on. Input sounds are made by tapping on different objects for 5-10 times. Here I am tapping each instrument about 10 times. Each input are shown in the Pd’s window.&lt;br /&gt;
[[File:2019-10-05 19.10.gif|400px]]&lt;br /&gt;
&lt;br /&gt;
What happens here is that they are detected by ‘bark~’ in the ‘pd onsets’ sub-patch, which measures the amount of growth in bands of an input’s spectrum. Here I lowered the debounce setting to 50 ms for which it will be deaf. It was set as high as 200ms initially to prevent the sample playback to retrigger the playback, but it could be lowered to play in a bit quicker rythme by using the headphones.&lt;br /&gt;
&lt;br /&gt;
[[File:bark.png|400px]]&lt;br /&gt;
&lt;br /&gt;
One more thing to note here is that the master volume should be mute as the feedback sample output will be included in the training input. After training, the ‘train’ spigot should be turned off again.&lt;br /&gt;
The training dataset can be saved with the ‘write’ message and can be read again with the ‘read’ message. I added additional write and read messages for backup.&lt;br /&gt;
&lt;br /&gt;
===- Clustering===&lt;br /&gt;
[[File:clustering.png|400px]]&lt;br /&gt;
[[File:window.png|400px]]&lt;br /&gt;
&lt;br /&gt;
After training, the input sounds should be grouped by different timbral sounds with the ‘cluster’ message. Here I changed the number of cluster items from 4 to 6. Each cluster can be printed out in the Pd’s window with the radio buttons connected to the ‘cluster list’. The numbers represent the members based on the input order, starting from 0.&lt;br /&gt;
&lt;br /&gt;
====Playing====&lt;br /&gt;
[[File:2019-10-05 19.18.mov]]&lt;br /&gt;
&lt;br /&gt;
Finally you can play the instruments by hitting one by one. This is because there is only one input channel at the moment. Notice how different instrument lead to playback of different sample. Here what happens is that the program tries to find the set of data previously trained that best matches the input sound. When the ‘id’ spigot is turned on, the cluster number will be printed out on the Pd’s window whenever the sample is played back.&lt;br /&gt;
For the playback, I loaded my own drum samples to fit my mini drum set-up.&lt;br /&gt;
I got each audio sample from the SampleSwap[https://sampleswap.org/filebrowser-new.php?d=DRUMS+%28FULL+KITS%29%2FDRUM+MACHINES%2F], an audio sample sharing site.  Then I put them together into one audio file with even 1s interval, for it to be processed in the Pd.&lt;br /&gt;
&lt;br /&gt;
[[File:sampleswap.PNG|400px]]&lt;br /&gt;
To add sample items, I also had to change the array ‘drum-kit-times’ as such.&lt;br /&gt;
&lt;br /&gt;
Here is the final audio file: [[:File:drum-kit.wav]]&lt;br /&gt;
&lt;br /&gt;
This example also has a functionality to record sequences. It is pretty straightforward to use; toggle recording by ‘record-on-off’ button and adjust tempo with the slider while playing it.&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
&lt;br /&gt;
- Limited Timbral Differences&lt;br /&gt;
&lt;br /&gt;
Even with an effort to find materials with different enough textures to produce unique audio when tapped, some materials tend to fall into the same category of sounds. For example, the aluminium lid and the plastic gum container that I used for crash cymbal and open hi-hat respectively, sometimes were recognized to be in the same category. Obviously, classification gets more accurate as the number of audio items reduces. For this reason, I had to reduce the number of items, omitting the kick sound.&lt;br /&gt;
&lt;br /&gt;
- Lack of Pedal Movements&lt;br /&gt;
&lt;br /&gt;
This drum set, while being cute, cannot fully be used for practice because its missing pedals. I initially thought of introducing them by thumb tapping, but noticed that two thumb tap sounds would have exact same timbral sound and cannot be distinguished with the current single input setting. In the end, I realized it by attaching a wide aluminium juice lid onto the slipper and register the sound by tapping on the foot, but it cannot be used with the piezo mic setting which is a huge disadvantage.&lt;br /&gt;
&lt;br /&gt;
- Singularity of an Input Sound&lt;br /&gt;
&lt;br /&gt;
Obviously, one of the biggest limitation when it comes to practicality is the fact that it can only process one sound at a time. Because you cannot play multiple drums at a time with some inherent latency in playback, it cannot quite produce useful beat in the end. This problem can be solved by introducing multiple piezo mics and feeding the inputs into different Pd programs.&lt;br /&gt;
&lt;br /&gt;
- Lack of Ubiquity&lt;br /&gt;
&lt;br /&gt;
Due to the lack of time and technical issues, I had to process the patch on my laptop. It could have better fit the overall purpose of the course if I could utilize the Raspberry Pi, in the sense of ubiquity and collaboration of embedded systems. This can been done by installing the pd patch in a Raspberry Pi where the piezo mic is connected to its sound card, along with some sort of sound output device.&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111718</id>
		<title>GMU:Autonomous-Collaborative/Hiyeon</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111718"/>
		<updated>2019-10-05T22:20:17Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: /* Preparing the Instruments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Mini Electronic Drum Set =&lt;br /&gt;
== A tiny little drum made by clustering and mapping the sounds ==&lt;br /&gt;
&lt;br /&gt;
===Motivation===&lt;br /&gt;
The idea was to recreate a small and simple version of a drum kit, where the sounds are processed electronically to be mapped to a corresponding drum sounds. The motivation came from the fact that I have recently started to learn to play drums and potentially use this small set to practice drumming at home with headphones on, while not having to disturb anyone (which turned out to be a naive speculation).&lt;br /&gt;
&lt;br /&gt;
===Initial Idea===&lt;br /&gt;
[[File:real-drum-set.png|400px]]&lt;br /&gt;
[[File:small-drum-set.png|400px]]&lt;br /&gt;
&lt;br /&gt;
The picture on the right is the initial sketch of the drum set. Each piece is color-coded to its equivalent drum in a set depicted in the left picture; all toms and the snare in red while all cymbals and the hi-hat in yellow. The two blue circles were drawn to represent the tap buttons for pedal movements which manipulates the bass drum and the hi-hat.&lt;br /&gt;
&lt;br /&gt;
As shown in the sketch, I planned to recycle the materials that can be found easily. For example, wine corks for toms and the snare, and beer caps for cymbals and the hi-hat, and finally a metal box with a piezo mic attached inside which becomes the platform for all the drums. &lt;br /&gt;
&lt;br /&gt;
Here are the steps how I thought it should work in the beginning.&lt;br /&gt;
&lt;br /&gt;
1. The user taps on the drum.&lt;br /&gt;
&lt;br /&gt;
2. The piezo mic grabs the sound.&lt;br /&gt;
&lt;br /&gt;
3. The program detects the unique frequency of the sound.&lt;br /&gt;
&lt;br /&gt;
4. An equivalent drum sound is produced.&lt;br /&gt;
&lt;br /&gt;
Following challenges immediately arose.&lt;br /&gt;
&lt;br /&gt;
- How to ensure the sounds being fed are unique enough to be classified into different patterns?&lt;br /&gt;
&lt;br /&gt;
- How to realize pedal movements?&lt;br /&gt;
&lt;br /&gt;
- How to allow multiple drums to be detected and played?&lt;br /&gt;
&lt;br /&gt;
- How to map the intensity and lasting of each output sound to the input sound? Would the texture of materials matter?&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
I used the timbreID[https://github.com/wbrent/timbreID], a library for analyzing audio feature in Pure Data(Pd). In particular, its drum kit example already had the function to map the sample drum sounds to the real-time input sounds.&lt;br /&gt;
&lt;br /&gt;
====Preparing the Instruments====&lt;br /&gt;
[[File:2019-10-04 17.30.jpeg|400px]]&lt;br /&gt;
&lt;br /&gt;
Before the playback, the timbreID must be trained with sounds that are timbrally different to one another.  In the initial setup, there were only 4 classifications available, but I added two more. To produce timbrally different and sounds, I used various materials from beer caps to wine corks as planned. Also to make sharp and short-duration sounds, I decided to use the metal chopsticks to tap with, rather than with fingers which was my original plan. With some experiments, I found the combination that worked somewhat well.&lt;br /&gt;
&lt;br /&gt;
====Training====&lt;br /&gt;
video link: [[:File:training-final.mp4]]&lt;br /&gt;
&lt;br /&gt;
To train,  “train” spigot should be turned on. Input sounds are made by tapping on different objects for 5-10 times. Here I am tapping each instrument about 10 times. Each input are shown in the Pd’s window.&lt;br /&gt;
[[File:2019-10-05 19.10.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
What happens here is that they are detected by ‘bark~’ in the ‘pd onsets’ sub-patch, which measures the amount of growth in bands of an input’s spectrum. Here I lowered the debounce setting to 50 ms for which it will be deaf. It was set as high as 200ms initially to prevent the sample playback to retrigger the playback, but it could be lowered to play in a bit quicker rythme by using the headphones.&lt;br /&gt;
&lt;br /&gt;
[[File:bark.png|200px]]&lt;br /&gt;
&lt;br /&gt;
One more thing to note here is that the master volume should be mute as the feedback sample output will be included in the training input. After training, the ‘train’ spigot should be turned off again.&lt;br /&gt;
The training dataset can be saved with the ‘write’ message and can be read again with the ‘read’ message. I added additional write and read messages for backup.&lt;br /&gt;
&lt;br /&gt;
====Clustering====&lt;br /&gt;
[[File:clustering.png|200px]]&lt;br /&gt;
[[File:window.png|200px]]&lt;br /&gt;
&lt;br /&gt;
After training, the input sounds should be grouped by different timbral sounds with the ‘cluster’ message. Here I changed the number of cluster items from 4 to 6. Each cluster can be printed out in the Pd’s window with the radio buttons connected to the ‘cluster list’. The numbers represent the members based on the input order, starting from 0.&lt;br /&gt;
&lt;br /&gt;
====Playing====&lt;br /&gt;
[[File:2019-10-05 19.18.mov]]&lt;br /&gt;
&lt;br /&gt;
Finally you can play the instruments by hitting one by one. This is because there is only one input channel at the moment. Notice how different instrument lead to playback of different sample. Here what happens is that the program tries to find the set of data previously trained that best matches the input sound. When the ‘id’ spigot is turned on, the cluster number will be printed out on the Pd’s window whenever the sample is played back.&lt;br /&gt;
For the playback, I loaded my own drum samples to fit my mini drum set-up.&lt;br /&gt;
I got each audio sample from the SampleSwap[https://sampleswap.org/filebrowser-new.php?d=DRUMS+%28FULL+KITS%29%2FDRUM+MACHINES%2F], an audio sample sharing site.  Then I put them together into one audio file with even 1s interval, for it to be processed in the Pd.&lt;br /&gt;
&lt;br /&gt;
[[File:sampleswap.PNG|200px]]&lt;br /&gt;
To add sample items, I also had to change the array ‘drum-kit-times’ as such.&lt;br /&gt;
&lt;br /&gt;
Here is the final audio file: [[:File:drum-kit.wav]]&lt;br /&gt;
&lt;br /&gt;
This example also has a functionality to record sequences. It is pretty straightforward to use; toggle recording by ‘record-on-off’ button and adjust tempo with the slider while playing it.&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
&lt;br /&gt;
- Limited Timbral Differences&lt;br /&gt;
&lt;br /&gt;
Even with an effort to find materials with different enough textures to produce unique audio when tapped, some materials tend to fall into the same category of sounds. For example, the aluminium lid and the plastic gum container that I used for crash cymbal and open hi-hat respectively, sometimes were recognized to be in the same category. Obviously, classification gets more accurate as the number of audio items reduces. For this reason, I had to reduce the number of items, omitting the kick sound.&lt;br /&gt;
&lt;br /&gt;
- Lack of Pedal Movements&lt;br /&gt;
&lt;br /&gt;
This drum set, while being cute, cannot fully be used for practice because its missing pedals. I initially thought of introducing them by thumb tapping, but noticed that two thumb tap sounds would have exact same timbral sound and cannot be distinguished with the current single input setting. In the end, I realized it by attaching a wide aluminium juice lid onto the slipper and register the sound by tapping on the foot, but it cannot be used with the piezo mic setting which is a huge disadvantage.&lt;br /&gt;
&lt;br /&gt;
- Singularity of an Input Sound&lt;br /&gt;
&lt;br /&gt;
Obviously, one of the biggest limitation when it comes to practicality is the fact that it can only process one sound at a time. Because you cannot play multiple drums at a time with some inherent latency in playback, it cannot quite produce useful beat in the end. This problem can be solved by introducing multiple piezo mics and feeding the inputs into different Pd programs.&lt;br /&gt;
&lt;br /&gt;
- Lack of Ubiquity&lt;br /&gt;
&lt;br /&gt;
Due to the lack of time and technical issues, I had to process the patch on my laptop. It could have better fit the overall purpose of the course if I could utilize the Raspberry Pi, in the sense of ubiquity and collaboration of embedded systems. This can been done by installing the pd patch in a Raspberry Pi where the piezo mic is connected to its sound card, along with some sort of sound output device.&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111717</id>
		<title>GMU:Autonomous-Collaborative/Hiyeon</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111717"/>
		<updated>2019-10-05T22:19:43Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: /* Initial Idea */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Mini Electronic Drum Set =&lt;br /&gt;
== A tiny little drum made by clustering and mapping the sounds ==&lt;br /&gt;
&lt;br /&gt;
===Motivation===&lt;br /&gt;
The idea was to recreate a small and simple version of a drum kit, where the sounds are processed electronically to be mapped to a corresponding drum sounds. The motivation came from the fact that I have recently started to learn to play drums and potentially use this small set to practice drumming at home with headphones on, while not having to disturb anyone (which turned out to be a naive speculation).&lt;br /&gt;
&lt;br /&gt;
===Initial Idea===&lt;br /&gt;
[[File:real-drum-set.png|400px]]&lt;br /&gt;
[[File:small-drum-set.png|400px]]&lt;br /&gt;
&lt;br /&gt;
The picture on the right is the initial sketch of the drum set. Each piece is color-coded to its equivalent drum in a set depicted in the left picture; all toms and the snare in red while all cymbals and the hi-hat in yellow. The two blue circles were drawn to represent the tap buttons for pedal movements which manipulates the bass drum and the hi-hat.&lt;br /&gt;
&lt;br /&gt;
As shown in the sketch, I planned to recycle the materials that can be found easily. For example, wine corks for toms and the snare, and beer caps for cymbals and the hi-hat, and finally a metal box with a piezo mic attached inside which becomes the platform for all the drums. &lt;br /&gt;
&lt;br /&gt;
Here are the steps how I thought it should work in the beginning.&lt;br /&gt;
&lt;br /&gt;
1. The user taps on the drum.&lt;br /&gt;
&lt;br /&gt;
2. The piezo mic grabs the sound.&lt;br /&gt;
&lt;br /&gt;
3. The program detects the unique frequency of the sound.&lt;br /&gt;
&lt;br /&gt;
4. An equivalent drum sound is produced.&lt;br /&gt;
&lt;br /&gt;
Following challenges immediately arose.&lt;br /&gt;
&lt;br /&gt;
- How to ensure the sounds being fed are unique enough to be classified into different patterns?&lt;br /&gt;
&lt;br /&gt;
- How to realize pedal movements?&lt;br /&gt;
&lt;br /&gt;
- How to allow multiple drums to be detected and played?&lt;br /&gt;
&lt;br /&gt;
- How to map the intensity and lasting of each output sound to the input sound? Would the texture of materials matter?&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
I used the timbreID[https://github.com/wbrent/timbreID], a library for analyzing audio feature in Pure Data(Pd). In particular, its drum kit example already had the function to map the sample drum sounds to the real-time input sounds.&lt;br /&gt;
&lt;br /&gt;
====Preparing the Instruments====&lt;br /&gt;
[[File:2019-10-04 17.30.jpeg|200px]]&lt;br /&gt;
Before the playback, the timbreID must be trained with sounds that are timbrally different to one another.  In the initial setup, there were only 4 classifications available, but I added two more. To produce timbrally different and sounds, I used various materials from beer caps to wine corks as planned. Also to make sharp and short-duration sounds, I decided to use the metal chopsticks to tap with, rather than with fingers which was my original plan. With some experiments, I found the combination that worked somewhat well. &lt;br /&gt;
&lt;br /&gt;
====Training====&lt;br /&gt;
video link: [[:File:training-final.mp4]]&lt;br /&gt;
&lt;br /&gt;
To train,  “train” spigot should be turned on. Input sounds are made by tapping on different objects for 5-10 times. Here I am tapping each instrument about 10 times. Each input are shown in the Pd’s window.&lt;br /&gt;
[[File:2019-10-05 19.10.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
What happens here is that they are detected by ‘bark~’ in the ‘pd onsets’ sub-patch, which measures the amount of growth in bands of an input’s spectrum. Here I lowered the debounce setting to 50 ms for which it will be deaf. It was set as high as 200ms initially to prevent the sample playback to retrigger the playback, but it could be lowered to play in a bit quicker rythme by using the headphones.&lt;br /&gt;
&lt;br /&gt;
[[File:bark.png|200px]]&lt;br /&gt;
&lt;br /&gt;
One more thing to note here is that the master volume should be mute as the feedback sample output will be included in the training input. After training, the ‘train’ spigot should be turned off again.&lt;br /&gt;
The training dataset can be saved with the ‘write’ message and can be read again with the ‘read’ message. I added additional write and read messages for backup.&lt;br /&gt;
&lt;br /&gt;
====Clustering====&lt;br /&gt;
[[File:clustering.png|200px]]&lt;br /&gt;
[[File:window.png|200px]]&lt;br /&gt;
&lt;br /&gt;
After training, the input sounds should be grouped by different timbral sounds with the ‘cluster’ message. Here I changed the number of cluster items from 4 to 6. Each cluster can be printed out in the Pd’s window with the radio buttons connected to the ‘cluster list’. The numbers represent the members based on the input order, starting from 0.&lt;br /&gt;
&lt;br /&gt;
====Playing====&lt;br /&gt;
[[File:2019-10-05 19.18.mov]]&lt;br /&gt;
&lt;br /&gt;
Finally you can play the instruments by hitting one by one. This is because there is only one input channel at the moment. Notice how different instrument lead to playback of different sample. Here what happens is that the program tries to find the set of data previously trained that best matches the input sound. When the ‘id’ spigot is turned on, the cluster number will be printed out on the Pd’s window whenever the sample is played back.&lt;br /&gt;
For the playback, I loaded my own drum samples to fit my mini drum set-up.&lt;br /&gt;
I got each audio sample from the SampleSwap[https://sampleswap.org/filebrowser-new.php?d=DRUMS+%28FULL+KITS%29%2FDRUM+MACHINES%2F], an audio sample sharing site.  Then I put them together into one audio file with even 1s interval, for it to be processed in the Pd.&lt;br /&gt;
&lt;br /&gt;
[[File:sampleswap.PNG|200px]]&lt;br /&gt;
To add sample items, I also had to change the array ‘drum-kit-times’ as such.&lt;br /&gt;
&lt;br /&gt;
Here is the final audio file: [[:File:drum-kit.wav]]&lt;br /&gt;
&lt;br /&gt;
This example also has a functionality to record sequences. It is pretty straightforward to use; toggle recording by ‘record-on-off’ button and adjust tempo with the slider while playing it.&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
&lt;br /&gt;
- Limited Timbral Differences&lt;br /&gt;
&lt;br /&gt;
Even with an effort to find materials with different enough textures to produce unique audio when tapped, some materials tend to fall into the same category of sounds. For example, the aluminium lid and the plastic gum container that I used for crash cymbal and open hi-hat respectively, sometimes were recognized to be in the same category. Obviously, classification gets more accurate as the number of audio items reduces. For this reason, I had to reduce the number of items, omitting the kick sound.&lt;br /&gt;
&lt;br /&gt;
- Lack of Pedal Movements&lt;br /&gt;
&lt;br /&gt;
This drum set, while being cute, cannot fully be used for practice because its missing pedals. I initially thought of introducing them by thumb tapping, but noticed that two thumb tap sounds would have exact same timbral sound and cannot be distinguished with the current single input setting. In the end, I realized it by attaching a wide aluminium juice lid onto the slipper and register the sound by tapping on the foot, but it cannot be used with the piezo mic setting which is a huge disadvantage.&lt;br /&gt;
&lt;br /&gt;
- Singularity of an Input Sound&lt;br /&gt;
&lt;br /&gt;
Obviously, one of the biggest limitation when it comes to practicality is the fact that it can only process one sound at a time. Because you cannot play multiple drums at a time with some inherent latency in playback, it cannot quite produce useful beat in the end. This problem can be solved by introducing multiple piezo mics and feeding the inputs into different Pd programs.&lt;br /&gt;
&lt;br /&gt;
- Lack of Ubiquity&lt;br /&gt;
&lt;br /&gt;
Due to the lack of time and technical issues, I had to process the patch on my laptop. It could have better fit the overall purpose of the course if I could utilize the Raspberry Pi, in the sense of ubiquity and collaboration of embedded systems. This can been done by installing the pd patch in a Raspberry Pi where the piezo mic is connected to its sound card, along with some sort of sound output device.&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111716</id>
		<title>GMU:Autonomous-Collaborative/Hiyeon</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111716"/>
		<updated>2019-10-05T22:19:07Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Mini Electronic Drum Set =&lt;br /&gt;
== A tiny little drum made by clustering and mapping the sounds ==&lt;br /&gt;
&lt;br /&gt;
===Motivation===&lt;br /&gt;
The idea was to recreate a small and simple version of a drum kit, where the sounds are processed electronically to be mapped to a corresponding drum sounds. The motivation came from the fact that I have recently started to learn to play drums and potentially use this small set to practice drumming at home with headphones on, while not having to disturb anyone (which turned out to be a naive speculation).&lt;br /&gt;
&lt;br /&gt;
===Initial Idea===&lt;br /&gt;
[[File:real-drum-set.png|200px]]&lt;br /&gt;
[[File:small-drum-set.png|200px]]&lt;br /&gt;
&lt;br /&gt;
The picture on the right is the initial sketch of the drum set. Each piece is color-coded to its equivalent drum in a set depicted in the left picture; all toms and the snare in red while all cymbals and the hi-hat in yellow. The two blue circles were drawn to represent the tap buttons for pedal movements which manipulates the bass drum and the hi-hat.&lt;br /&gt;
&lt;br /&gt;
As shown in the sketch, I planned to recycle the materials that can be found easily. For example, wine corks for toms and the snare, and beer caps for cymbals and the hi-hat, and finally a metal box with a piezo mic attached inside which becomes the platform for all the drums. &lt;br /&gt;
&lt;br /&gt;
Here are the steps how I thought it should work in the beginning.&lt;br /&gt;
&lt;br /&gt;
1. The user taps on the drum.&lt;br /&gt;
&lt;br /&gt;
2. The piezo mic grabs the sound.&lt;br /&gt;
&lt;br /&gt;
3. The program detects the unique frequency of the sound.&lt;br /&gt;
&lt;br /&gt;
4. An equivalent drum sound is produced.&lt;br /&gt;
&lt;br /&gt;
Following challenges immediately arose.&lt;br /&gt;
&lt;br /&gt;
- How to ensure the sounds being fed are unique enough to be classified into different patterns?&lt;br /&gt;
&lt;br /&gt;
- How to realize pedal movements?&lt;br /&gt;
&lt;br /&gt;
- How to allow multiple drums to be detected and played?&lt;br /&gt;
&lt;br /&gt;
- How to map the intensity and lasting of each output sound to the input sound? Would the texture of materials matter?&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
I used the timbreID[https://github.com/wbrent/timbreID], a library for analyzing audio feature in Pure Data(Pd). In particular, its drum kit example already had the function to map the sample drum sounds to the real-time input sounds.&lt;br /&gt;
&lt;br /&gt;
====Preparing the Instruments====&lt;br /&gt;
[[File:2019-10-04 17.30.jpeg|200px]]&lt;br /&gt;
Before the playback, the timbreID must be trained with sounds that are timbrally different to one another.  In the initial setup, there were only 4 classifications available, but I added two more. To produce timbrally different and sounds, I used various materials from beer caps to wine corks as planned. Also to make sharp and short-duration sounds, I decided to use the metal chopsticks to tap with, rather than with fingers which was my original plan. With some experiments, I found the combination that worked somewhat well. &lt;br /&gt;
&lt;br /&gt;
====Training====&lt;br /&gt;
video link: [[:File:training-final.mp4]]&lt;br /&gt;
&lt;br /&gt;
To train,  “train” spigot should be turned on. Input sounds are made by tapping on different objects for 5-10 times. Here I am tapping each instrument about 10 times. Each input are shown in the Pd’s window.&lt;br /&gt;
[[File:2019-10-05 19.10.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
What happens here is that they are detected by ‘bark~’ in the ‘pd onsets’ sub-patch, which measures the amount of growth in bands of an input’s spectrum. Here I lowered the debounce setting to 50 ms for which it will be deaf. It was set as high as 200ms initially to prevent the sample playback to retrigger the playback, but it could be lowered to play in a bit quicker rythme by using the headphones.&lt;br /&gt;
&lt;br /&gt;
[[File:bark.png|200px]]&lt;br /&gt;
&lt;br /&gt;
One more thing to note here is that the master volume should be mute as the feedback sample output will be included in the training input. After training, the ‘train’ spigot should be turned off again.&lt;br /&gt;
The training dataset can be saved with the ‘write’ message and can be read again with the ‘read’ message. I added additional write and read messages for backup.&lt;br /&gt;
&lt;br /&gt;
====Clustering====&lt;br /&gt;
[[File:clustering.png|200px]]&lt;br /&gt;
[[File:window.png|200px]]&lt;br /&gt;
&lt;br /&gt;
After training, the input sounds should be grouped by different timbral sounds with the ‘cluster’ message. Here I changed the number of cluster items from 4 to 6. Each cluster can be printed out in the Pd’s window with the radio buttons connected to the ‘cluster list’. The numbers represent the members based on the input order, starting from 0.&lt;br /&gt;
&lt;br /&gt;
====Playing====&lt;br /&gt;
[[File:2019-10-05 19.18.mov]]&lt;br /&gt;
&lt;br /&gt;
Finally you can play the instruments by hitting one by one. This is because there is only one input channel at the moment. Notice how different instrument lead to playback of different sample. Here what happens is that the program tries to find the set of data previously trained that best matches the input sound. When the ‘id’ spigot is turned on, the cluster number will be printed out on the Pd’s window whenever the sample is played back.&lt;br /&gt;
For the playback, I loaded my own drum samples to fit my mini drum set-up.&lt;br /&gt;
I got each audio sample from the SampleSwap[https://sampleswap.org/filebrowser-new.php?d=DRUMS+%28FULL+KITS%29%2FDRUM+MACHINES%2F], an audio sample sharing site.  Then I put them together into one audio file with even 1s interval, for it to be processed in the Pd.&lt;br /&gt;
&lt;br /&gt;
[[File:sampleswap.PNG|200px]]&lt;br /&gt;
To add sample items, I also had to change the array ‘drum-kit-times’ as such.&lt;br /&gt;
&lt;br /&gt;
Here is the final audio file: [[:File:drum-kit.wav]]&lt;br /&gt;
&lt;br /&gt;
This example also has a functionality to record sequences. It is pretty straightforward to use; toggle recording by ‘record-on-off’ button and adjust tempo with the slider while playing it.&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
&lt;br /&gt;
- Limited Timbral Differences&lt;br /&gt;
&lt;br /&gt;
Even with an effort to find materials with different enough textures to produce unique audio when tapped, some materials tend to fall into the same category of sounds. For example, the aluminium lid and the plastic gum container that I used for crash cymbal and open hi-hat respectively, sometimes were recognized to be in the same category. Obviously, classification gets more accurate as the number of audio items reduces. For this reason, I had to reduce the number of items, omitting the kick sound.&lt;br /&gt;
&lt;br /&gt;
- Lack of Pedal Movements&lt;br /&gt;
&lt;br /&gt;
This drum set, while being cute, cannot fully be used for practice because its missing pedals. I initially thought of introducing them by thumb tapping, but noticed that two thumb tap sounds would have exact same timbral sound and cannot be distinguished with the current single input setting. In the end, I realized it by attaching a wide aluminium juice lid onto the slipper and register the sound by tapping on the foot, but it cannot be used with the piezo mic setting which is a huge disadvantage.&lt;br /&gt;
&lt;br /&gt;
- Singularity of an Input Sound&lt;br /&gt;
&lt;br /&gt;
Obviously, one of the biggest limitation when it comes to practicality is the fact that it can only process one sound at a time. Because you cannot play multiple drums at a time with some inherent latency in playback, it cannot quite produce useful beat in the end. This problem can be solved by introducing multiple piezo mics and feeding the inputs into different Pd programs.&lt;br /&gt;
&lt;br /&gt;
- Lack of Ubiquity&lt;br /&gt;
&lt;br /&gt;
Due to the lack of time and technical issues, I had to process the patch on my laptop. It could have better fit the overall purpose of the course if I could utilize the Raspberry Pi, in the sense of ubiquity and collaboration of embedded systems. This can been done by installing the pd patch in a Raspberry Pi where the piezo mic is connected to its sound card, along with some sort of sound output device.&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Training-final.mp4&amp;diff=111715</id>
		<title>File:Training-final.mp4</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Training-final.mp4&amp;diff=111715"/>
		<updated>2019-10-05T22:18:08Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: Soci8217 uploaded a new version of File:Training-final.mp4&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111711</id>
		<title>GMU:Autonomous-Collaborative/Hiyeon</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111711"/>
		<updated>2019-10-05T17:48:24Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: /* =Limitations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Mini Electronic Drum Set =&lt;br /&gt;
== A tiny little drum made by clustering and mapping the sounds ==&lt;br /&gt;
&lt;br /&gt;
===Motivation===&lt;br /&gt;
The idea was to recreate a small and simple version of a drum kit, where the sounds are processed electronically to be mapped to a corresponding drum sounds. The motivation came from the fact that I have recently started to learn to play drums and potentially use this small set to practice drumming at home with headphones on, while not having to disturb anyone (which turned out to be a naive speculation).&lt;br /&gt;
&lt;br /&gt;
===Initial Idea===&lt;br /&gt;
[[File:real-drum-set.png|400px]]&lt;br /&gt;
[[File:small-drum-set.png|400px]]&lt;br /&gt;
&lt;br /&gt;
The picture on the right is the initial sketch of the drum set. Each piece is color-coded to its equivalent drum in a set depicted in the left picture; all toms and the snare in red while all cymbals and the hi-hat in yellow. The two blue circles were drawn to represent the tap buttons for pedal movements which manipulates the bass drum and the hi-hat.&lt;br /&gt;
As shown in the sketch, I planned to recycle the materials that can be found easily. For example, wine corks for toms and the snare, and beer caps for cymbals and the hi-hat, and finally a metal box with a piezo mic attached inside which becomes the platform for all the drums. &lt;br /&gt;
&lt;br /&gt;
Here are the steps how I thought it should work in the beginning.&lt;br /&gt;
1. The user taps on the drum.&lt;br /&gt;
2. The piezo mic grabs the sound.&lt;br /&gt;
3. The program detects the unique frequency of the sound.&lt;br /&gt;
4. An equivalent drum sound is produced.&lt;br /&gt;
&lt;br /&gt;
Following challenges immediately arose.&lt;br /&gt;
- How to ensure the sounds being fed are unique enough to be classified into different patterns?&lt;br /&gt;
- How to realize pedal movements?&lt;br /&gt;
- How to allow multiple drums to be detected and played?&lt;br /&gt;
- How to map the intensity and lasting of each output sound to the input sound? Would the texture of materials matter?&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
I used the timbreID[https://github.com/wbrent/timbreID], a library for analyzing audio feature in Pure Data(Pd). In particular, its drum kit example already had the function to map the sample drum sounds to the real-time input sounds.&lt;br /&gt;
&lt;br /&gt;
====Preparing the Instruments====&lt;br /&gt;
[[File:2019-10-04 17.30.jpeg|400px]]&lt;br /&gt;
Before the playback, the timbreID must be trained with sounds that are timbrally different to one another.  In the initial setup, there were only 4 classifications available, but I added two more. To produce timbrally different and sounds, I used various materials from beer caps to wine corks as planned. Also to make sharp and short-duration sounds, I decided to use the metal chopsticks to tap with, rather than with fingers which was my original plan. With some experiments, I found the combination that worked somewhat well. &lt;br /&gt;
&lt;br /&gt;
====Training====&lt;br /&gt;
[[:File:training-final.mp4]]&lt;br /&gt;
To train,  “train” spigot should be turned on. Input sounds are made by tapping on different objects for 5-10 times. Here I am tapping each instrument about 10 times. Each input are shown in the Pd’s window.&lt;br /&gt;
[[File:2019-10-05 19.10.gif|400px]]&lt;br /&gt;
What happens here is that they are detected by ‘bark~’ in the ‘pd onsets’ sub-patch, which measures the amount of growth in bands of an input’s spectrum. Here I lowered the debounce setting to 50 ms for which it will be deaf. It was set as high as 200ms initially to prevent the sample playback to retrigger the playback, but it could be lowered to play in a bit quicker rythme by using the headphones.&lt;br /&gt;
[[File:bark.png|400px]]&lt;br /&gt;
One more thing to note here is that the master volume should be mute as the feedback sample output will be included in the training input. After training, the ‘train’ spigot should be turned off again.&lt;br /&gt;
The training dataset can be saved with the ‘write’ message and can be read again with the ‘read’ message. I added additional write and read messages for backup.&lt;br /&gt;
&lt;br /&gt;
====Clustering====&lt;br /&gt;
[[File:clustering.png|400px]]&lt;br /&gt;
[[File:window.png|400px]]&lt;br /&gt;
After training, the input sounds should be grouped by different timbral sounds with the ‘cluster’ message. Here I changed the number of cluster items from 4 to 6. Each cluster can be printed out in the Pd’s window with the radio buttons connected to the ‘cluster list’. The numbers represent the members based on the input order, starting from 0.&lt;br /&gt;
&lt;br /&gt;
====Playing====&lt;br /&gt;
[[File:2019-10-05 19.18.mov]]&lt;br /&gt;
Finally you can play the instruments by hitting one by one. This is because there is only one input channel at the moment. Notice how different instrument lead to playback of different sample. Here what happens is that the program tries to find the set of data previously trained that best matches the input sound. When the ‘id’ spigot is turned on, the cluster number will be printed out on the Pd’s window whenever the sample is played back.&lt;br /&gt;
For the playback, I loaded my own drum samples to fit my mini drum set-up.&lt;br /&gt;
I got each audio sample from the SampleSwap[https://sampleswap.org/filebrowser-new.php?d=DRUMS+%28FULL+KITS%29%2FDRUM+MACHINES%2F], an audio sample sharing site.  Then I put them together into one audio file with even 1s interval, for it to be processed in the Pd.&lt;br /&gt;
[[File:sampleswap.PNG|400px]]&lt;br /&gt;
To add sample items, I also had to change the array ‘drum-kit-times’ as such.&lt;br /&gt;
Here is the final audio file: [[:File:drum-kit.wav]]&lt;br /&gt;
This example also has a functionality to record sequences. It is pretty straightforward to use; toggle recording by ‘record-on-off’ button and adjust tempo with the slider while playing it.&lt;br /&gt;
&lt;br /&gt;
===Limitations===&lt;br /&gt;
&lt;br /&gt;
- Limited Timbral Differences&lt;br /&gt;
&lt;br /&gt;
Even with an effort to find materials with different enough textures to produce unique audio when tapped, some materials tend to fall into the same category of sounds. For example, the aluminium lid and the plastic gum container that I used for crash cymbal and open hi-hat respectively, sometimes were recognized to be in the same category. Obviously, classification gets more accurate as the number of audio items reduces. For this reason, I had to reduce the number of items, omitting the kick sound.&lt;br /&gt;
&lt;br /&gt;
- Lack of Pedal Movements&lt;br /&gt;
&lt;br /&gt;
This drum set, while being cute, cannot fully be used for practice because its missing pedals. I initially thought of introducing them by thumb tapping, but noticed that two thumb tap sounds would have exact same timbral sound and cannot be distinguished with the current single input setting. In the end, I realized it by attaching a wide aluminium juice lid onto the slipper and register the sound by tapping on the foot, but it cannot be used with the piezo mic setting which is a huge disadvantage.&lt;br /&gt;
&lt;br /&gt;
- Singularity of an Input Sound&lt;br /&gt;
&lt;br /&gt;
Obviously, one of the biggest limitation when it comes to practicality is the fact that it can only process one sound at a time. Because you cannot play multiple drums at a time with some inherent latency in playback, it cannot quite produce useful beat in the end. This problem can be solved by introducing multiple piezo mics and feeding the inputs into different Pd programs.&lt;br /&gt;
&lt;br /&gt;
- Lack of Ubiquity&lt;br /&gt;
&lt;br /&gt;
Due to the lack of time and technical issues, I had to process the patch on my laptop. It could have better fit the overall purpose of the course if I could utilize the Raspberry Pi, in the sense of ubiquity and collaboration of embedded systems. This can been done by installing the pd patch in a Raspberry Pi where the piezo mic is connected to its sound card, along with some sort of sound output device.&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111710</id>
		<title>GMU:Autonomous-Collaborative/Hiyeon</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111710"/>
		<updated>2019-10-05T17:47:37Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: /* A tiny little drum made by clustering and mapping the sounds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Mini Electronic Drum Set =&lt;br /&gt;
== A tiny little drum made by clustering and mapping the sounds ==&lt;br /&gt;
&lt;br /&gt;
===Motivation===&lt;br /&gt;
The idea was to recreate a small and simple version of a drum kit, where the sounds are processed electronically to be mapped to a corresponding drum sounds. The motivation came from the fact that I have recently started to learn to play drums and potentially use this small set to practice drumming at home with headphones on, while not having to disturb anyone (which turned out to be a naive speculation).&lt;br /&gt;
&lt;br /&gt;
===Initial Idea===&lt;br /&gt;
[[File:real-drum-set.png|400px]]&lt;br /&gt;
[[File:small-drum-set.png|400px]]&lt;br /&gt;
&lt;br /&gt;
The picture on the right is the initial sketch of the drum set. Each piece is color-coded to its equivalent drum in a set depicted in the left picture; all toms and the snare in red while all cymbals and the hi-hat in yellow. The two blue circles were drawn to represent the tap buttons for pedal movements which manipulates the bass drum and the hi-hat.&lt;br /&gt;
As shown in the sketch, I planned to recycle the materials that can be found easily. For example, wine corks for toms and the snare, and beer caps for cymbals and the hi-hat, and finally a metal box with a piezo mic attached inside which becomes the platform for all the drums. &lt;br /&gt;
&lt;br /&gt;
Here are the steps how I thought it should work in the beginning.&lt;br /&gt;
1. The user taps on the drum.&lt;br /&gt;
2. The piezo mic grabs the sound.&lt;br /&gt;
3. The program detects the unique frequency of the sound.&lt;br /&gt;
4. An equivalent drum sound is produced.&lt;br /&gt;
&lt;br /&gt;
Following challenges immediately arose.&lt;br /&gt;
- How to ensure the sounds being fed are unique enough to be classified into different patterns?&lt;br /&gt;
- How to realize pedal movements?&lt;br /&gt;
- How to allow multiple drums to be detected and played?&lt;br /&gt;
- How to map the intensity and lasting of each output sound to the input sound? Would the texture of materials matter?&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
I used the timbreID[https://github.com/wbrent/timbreID], a library for analyzing audio feature in Pure Data(Pd). In particular, its drum kit example already had the function to map the sample drum sounds to the real-time input sounds.&lt;br /&gt;
&lt;br /&gt;
====Preparing the Instruments====&lt;br /&gt;
[[File:2019-10-04 17.30.jpeg|400px]]&lt;br /&gt;
Before the playback, the timbreID must be trained with sounds that are timbrally different to one another.  In the initial setup, there were only 4 classifications available, but I added two more. To produce timbrally different and sounds, I used various materials from beer caps to wine corks as planned. Also to make sharp and short-duration sounds, I decided to use the metal chopsticks to tap with, rather than with fingers which was my original plan. With some experiments, I found the combination that worked somewhat well. &lt;br /&gt;
&lt;br /&gt;
====Training====&lt;br /&gt;
[[:File:training-final.mp4]]&lt;br /&gt;
To train,  “train” spigot should be turned on. Input sounds are made by tapping on different objects for 5-10 times. Here I am tapping each instrument about 10 times. Each input are shown in the Pd’s window.&lt;br /&gt;
[[File:2019-10-05 19.10.gif|400px]]&lt;br /&gt;
What happens here is that they are detected by ‘bark~’ in the ‘pd onsets’ sub-patch, which measures the amount of growth in bands of an input’s spectrum. Here I lowered the debounce setting to 50 ms for which it will be deaf. It was set as high as 200ms initially to prevent the sample playback to retrigger the playback, but it could be lowered to play in a bit quicker rythme by using the headphones.&lt;br /&gt;
[[File:bark.png|400px]]&lt;br /&gt;
One more thing to note here is that the master volume should be mute as the feedback sample output will be included in the training input. After training, the ‘train’ spigot should be turned off again.&lt;br /&gt;
The training dataset can be saved with the ‘write’ message and can be read again with the ‘read’ message. I added additional write and read messages for backup.&lt;br /&gt;
&lt;br /&gt;
====Clustering====&lt;br /&gt;
[[File:clustering.png|400px]]&lt;br /&gt;
[[File:window.png|400px]]&lt;br /&gt;
After training, the input sounds should be grouped by different timbral sounds with the ‘cluster’ message. Here I changed the number of cluster items from 4 to 6. Each cluster can be printed out in the Pd’s window with the radio buttons connected to the ‘cluster list’. The numbers represent the members based on the input order, starting from 0.&lt;br /&gt;
&lt;br /&gt;
====Playing====&lt;br /&gt;
[[File:2019-10-05 19.18.mov]]&lt;br /&gt;
Finally you can play the instruments by hitting one by one. This is because there is only one input channel at the moment. Notice how different instrument lead to playback of different sample. Here what happens is that the program tries to find the set of data previously trained that best matches the input sound. When the ‘id’ spigot is turned on, the cluster number will be printed out on the Pd’s window whenever the sample is played back.&lt;br /&gt;
For the playback, I loaded my own drum samples to fit my mini drum set-up.&lt;br /&gt;
I got each audio sample from the SampleSwap[https://sampleswap.org/filebrowser-new.php?d=DRUMS+%28FULL+KITS%29%2FDRUM+MACHINES%2F], an audio sample sharing site.  Then I put them together into one audio file with even 1s interval, for it to be processed in the Pd.&lt;br /&gt;
[[File:sampleswap.PNG|400px]]&lt;br /&gt;
To add sample items, I also had to change the array ‘drum-kit-times’ as such.&lt;br /&gt;
Here is the final audio file: [[:File:drum-kit.wav]]&lt;br /&gt;
This example also has a functionality to record sequences. It is pretty straightforward to use; toggle recording by ‘record-on-off’ button and adjust tempo with the slider while playing it.&lt;br /&gt;
&lt;br /&gt;
====Limitations===&lt;br /&gt;
- Limited Timbral Differences&lt;br /&gt;
Even with an effort to find materials with different enough textures to produce unique audio when tapped, some materials tend to fall into the same category of sounds. For example, the aluminium lid and the plastic gum container that I used for crash cymbal and open hi-hat respectively, sometimes were recognized to be in the same category. Obviously, classification gets more accurate as the number of audio items reduces. For this reason, I had to reduce the number of items, omitting the kick sound.&lt;br /&gt;
- Lack of Pedal Movements&lt;br /&gt;
This drum set, while being cute, cannot fully be used for practice because its missing pedals. I initially thought of introducing them by thumb tapping, but noticed that two thumb tap sounds would have exact same timbral sound and cannot be distinguished with the current single input setting. In the end, I realized it by attaching a wide aluminium juice lid onto the slipper and register the sound by tapping on the foot, but it cannot be used with the piezo mic setting which is a huge disadvantage.&lt;br /&gt;
- Singularity of an Input Sound&lt;br /&gt;
Obviously, one of the biggest limitation when it comes to practicality is the fact that it can only process one sound at a time. Because you cannot play multiple drums at a time with some inherent latency in playback, it cannot quite produce useful beat in the end. This problem can be solved by introducing multiple piezo mics and feeding the inputs into different Pd programs.&lt;br /&gt;
- Lack of Ubiquity&lt;br /&gt;
Due to the lack of time and technical issues, I had to process the patch on my laptop. It could have better fit the overall purpose of the course if I could utilize the Raspberry Pi, in the sense of ubiquity and collaboration of embedded systems. This can been done by installing the pd patch in a Raspberry Pi where the piezo mic is connected to its sound card, along with some sort of sound output device.&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Drum-kit.wav&amp;diff=111708</id>
		<title>File:Drum-kit.wav</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Drum-kit.wav&amp;diff=111708"/>
		<updated>2019-10-05T17:46:41Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Sampleswap.PNG&amp;diff=111707</id>
		<title>File:Sampleswap.PNG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Sampleswap.PNG&amp;diff=111707"/>
		<updated>2019-10-05T17:46:02Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111706</id>
		<title>GMU:Autonomous-Collaborative/Hiyeon</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative/Hiyeon&amp;diff=111706"/>
		<updated>2019-10-05T17:44:53Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: Created page with &amp;quot; = Mini Electronic Drum Set = == A tiny little drum made by clustering and mapping the sounds ==  ===Motivation=== The idea was to recreate a small and simple version of a dru...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Mini Electronic Drum Set =&lt;br /&gt;
== A tiny little drum made by clustering and mapping the sounds ==&lt;br /&gt;
&lt;br /&gt;
===Motivation===&lt;br /&gt;
The idea was to recreate a small and simple version of a drum kit, where the sounds are processed electronically to be mapped to a corresponding drum sounds. The motivation came from the fact that I have recently started to learn to play drums and potentially use this small set to practice drumming at home with headphones on, while not having to disturb anyone (which turned out to be a naive speculation).&lt;br /&gt;
&lt;br /&gt;
===Initial Idea===&lt;br /&gt;
[[File:real-drum-set.png|400px]]&lt;br /&gt;
[[File:small-drum-set.png|400px]]&lt;br /&gt;
&lt;br /&gt;
The picture on the right is the initial sketch of the drum set. Each piece is color-coded to its equivalent drum in a set depicted in the left picture; all toms and the snare in red while all cymbals and the hi-hat in yellow. The two blue circles were drawn to represent the tap buttons for pedal movements which manipulates the bass drum and the hi-hat.&lt;br /&gt;
As shown in the sketch, I planned to recycle the materials that can be found easily. For example, wine corks for toms and the snare, and beer caps for cymbals and the hi-hat, and finally a metal box with a piezo mic attached inside which becomes the platform for all the drums. &lt;br /&gt;
&lt;br /&gt;
Here are the steps how I thought it should work in the beginning.&lt;br /&gt;
1. The user taps on the drum.&lt;br /&gt;
2. The piezo mic grabs the sound.&lt;br /&gt;
3. The program detects the unique frequency of the sound.&lt;br /&gt;
4. An equivalent drum sound is produced.&lt;br /&gt;
&lt;br /&gt;
Following challenges immediately arose.&lt;br /&gt;
- How to ensure the sounds being fed are unique enough to be classified into different patterns?&lt;br /&gt;
- How to realize pedal movements?&lt;br /&gt;
- How to allow multiple drums to be detected and played?&lt;br /&gt;
- How to map the intensity and lasting of each output sound to the input sound? Would the texture of materials matter?&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
I used the timbreID[https://github.com/wbrent/timbreID], a library for analyzing audio feature in Pure Data(Pd). In particular, its drum kit example already had the function to map the sample drum sounds to the real-time input sounds.&lt;br /&gt;
&lt;br /&gt;
====Preparing the Instruments====&lt;br /&gt;
[[File:2019-10-04 17.30.jpeg|400px]]&lt;br /&gt;
Before the playback, the timbreID must be trained with sounds that are timbrally different to one another.  In the initial setup, there were only 4 classifications available, but I added two more. To produce timbrally different and sounds, I used various materials from beer caps to wine corks as planned. Also to make sharp and short-duration sounds, I decided to use the metal chopsticks to tap with, rather than with fingers which was my original plan. With some experiments, I found the combination that worked somewhat well. &lt;br /&gt;
&lt;br /&gt;
====Training====&lt;br /&gt;
[[:File:training-final.mp4]]&lt;br /&gt;
To train,  “train” spigot should be turned on. Input sounds are made by tapping on different objects for 5-10 times. Here I am tapping each instrument about 10 times. Each input are shown in the Pd’s window.&lt;br /&gt;
[[File:2019-10-05 19.10.gif|400px]]&lt;br /&gt;
What happens here is that they are detected by ‘bark~’ in the ‘pd onsets’ sub-patch, which measures the amount of growth in bands of an input’s spectrum. Here I lowered the debounce setting to 50 ms for which it will be deaf. It was set as high as 200ms initially to prevent the sample playback to retrigger the playback, but it could be lowered to play in a bit quicker rythme by using the headphones.&lt;br /&gt;
[[File:bark.png|400px]]&lt;br /&gt;
One more thing to note here is that the master volume should be mute as the feedback sample output will be included in the training input. After training, the ‘train’ spigot should be turned off again.&lt;br /&gt;
The training dataset can be saved with the ‘write’ message and can be read again with the ‘read’ message. I added additional write and read messages for backup.&lt;br /&gt;
&lt;br /&gt;
====Clustering====&lt;br /&gt;
[[File:clustering.png|400px]]&lt;br /&gt;
[[File:window.png|400px]]&lt;br /&gt;
After training, the input sounds should be grouped by different timbral sounds with the ‘cluster’ message. Here I changed the number of cluster items from 4 to 6. Each cluster can be printed out in the Pd’s window with the radio buttons connected to the ‘cluster list’. The numbers represent the members based on the input order, starting from 0.&lt;br /&gt;
&lt;br /&gt;
====Playing====&lt;br /&gt;
[[File:2019-10-05 19.18.mov]]&lt;br /&gt;
Finally you can play the instruments by hitting one by one. This is because there is only one input channel at the moment. Notice how different instrument lead to playback of different sample. Here what happens is that the program tries to find the set of data previously trained that best matches the input sound. When the ‘id’ spigot is turned on, the cluster number will be printed out on the Pd’s window whenever the sample is played back.&lt;br /&gt;
For the playback, I loaded my own drum samples to fit my mini drum set-up.&lt;br /&gt;
I got each audio sample from the SampleSwap[https://sampleswap.org/filebrowser-new.php?d=DRUMS+%28FULL+KITS%29%2FDRUM+MACHINES%2F], an audio sample sharing site.  Then I put them together into one audio file with even 1s interval, for it to be processed in the Pd.&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:2019-10-05_19.18.mov&amp;diff=111705</id>
		<title>File:2019-10-05 19.18.mov</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:2019-10-05_19.18.mov&amp;diff=111705"/>
		<updated>2019-10-05T17:42:59Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Window.png&amp;diff=111704</id>
		<title>File:Window.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Window.png&amp;diff=111704"/>
		<updated>2019-10-05T17:41:36Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Clustering.png&amp;diff=111703</id>
		<title>File:Clustering.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Clustering.png&amp;diff=111703"/>
		<updated>2019-10-05T17:40:50Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Bark.png&amp;diff=111702</id>
		<title>File:Bark.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Bark.png&amp;diff=111702"/>
		<updated>2019-10-05T17:39:46Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:2019-10-05_19.10.gif&amp;diff=111701</id>
		<title>File:2019-10-05 19.10.gif</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:2019-10-05_19.10.gif&amp;diff=111701"/>
		<updated>2019-10-05T17:38:30Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Training-final.mp4&amp;diff=111700</id>
		<title>File:Training-final.mp4</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Training-final.mp4&amp;diff=111700"/>
		<updated>2019-10-05T17:37:40Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:2019-10-04_17.30.jpeg&amp;diff=111699</id>
		<title>File:2019-10-04 17.30.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:2019-10-04_17.30.jpeg&amp;diff=111699"/>
		<updated>2019-10-05T17:36:02Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Small-drum-set.png&amp;diff=111698</id>
		<title>File:Small-drum-set.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Small-drum-set.png&amp;diff=111698"/>
		<updated>2019-10-05T17:30:32Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Real-drum-set.png&amp;diff=111697</id>
		<title>File:Real-drum-set.png</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Real-drum-set.png&amp;diff=111697"/>
		<updated>2019-10-05T17:29:00Z</updated>

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

		<summary type="html">&lt;p&gt;Soci8217: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;Lecturer:&#039;&#039; [[GMU:Max Neupert|Max Neupert]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 4 [[SWS]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039;  Weekly: 08.04.-17.06. Mondays, 09:15-12:30, and extra block: 07.+08.06. 10:00-16:45&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]],  [[Marienstraße 7b/204|Raum 204]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039;  April 8th 09:15&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&#039;&#039;&#039;Autonomous &amp;amp;mdash; Collaborative. Auditory interaction on embedded systems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the ubiquity of smart phones, the internet of things to Eurorack synthesizers: Linux running on miniature computers is playing an ever extending role and is present in every day life as well as in obscure special interest scenes.&lt;br /&gt;
In the class &amp;quot;Autonomous - Collaborative&amp;quot; we design conceptual and applied interactions with microphones and speakers. The units based on a RaspberryPi can interact and communicate with itself, with other units or a human user.&lt;br /&gt;
While working on our project we gather experience and knowledge in the fields of electronics, Linux, Pure Data and concepts of sound synthesis, interaction as well as machine learning and software agents.&lt;br /&gt;
&lt;br /&gt;
A RaspberryPi will be lent to you for the class. In addition we will build an universal USB audio interface with preamp for contact microphones. Costs: about 35 EUR.&lt;br /&gt;
&lt;br /&gt;
The class ends on June 18th it is a weekly class with a block module at the end.&lt;br /&gt;
&lt;br /&gt;
==Kursbeschreibung==&lt;br /&gt;
&#039;&#039;&#039;Autonom &amp;amp;mdash; Kollaboration. Audio-Interaktion auf eingebetteten Systemen&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Von der Ubiquität der Smartphones über das Internet-der-Dinge zum Eurorack-Synthesizer: Linux auf Minicomputen spielt eine immer wichtigere Rolle und ist sowohl im Alltag als auch bei Spezialinteressen präsent.&lt;br /&gt;
Im Kurs &amp;quot;Autonom - Collaboration&amp;quot; gestalten wir konzeptuelle und angewandte Interaktionen mit Mikrofon und Lautsprecher. Die Einheiten basierend auf einem RaspberryPi können so untereinander als auch mit sich selbst oder einem Nutzer interagieren und communizieren.&lt;br /&gt;
So sammeln wir Erfahrungen und Kenntnisse auf den Gebieten der Elektronik, mit Linux, Pure Data und Konzepten der Klangsynthese, Interaktion sowie Maschinellem Lernen und Agentensystemen.&lt;br /&gt;
&lt;br /&gt;
Ein RaspberryPi wird zur Verfügung gestellt, wir bauen dazu ein universelles USB Audiointerface mit Vorverstärker für Kontaktmikrofone, Kosten: ca 35 EUR.&lt;br /&gt;
&lt;br /&gt;
Kurs geht bis zum 18.6. als wöchentlicher Termin, in der letzten Woche gibt es ein Blockmodul.&lt;br /&gt;
&lt;br /&gt;
[[Image:piezopreamp.jpg|750px]]&lt;br /&gt;
&lt;br /&gt;
==Attendance and grading==&lt;br /&gt;
Strict attendance rule: no more then 3 missed classes accepted. 3 times late counts like one missed class. Late is &amp;gt;15 min after class begun. Presentation of result at the last day of class. Delivery of detailed project documentation (paper, artwork, video, wiki-entry etc.) until the end of the semester. Evaluation: Presentation 40%, documentation 60%&lt;br /&gt;
Deadline for Documentation : October 1st.&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
&lt;br /&gt;
# 04-08&lt;br /&gt;
# 04-15&lt;br /&gt;
# 04-22 Easter Monday -- no class&lt;br /&gt;
# 04-29&lt;br /&gt;
# 05-06&lt;br /&gt;
# 05-13 -- no class!&lt;br /&gt;
# 05-20&lt;br /&gt;
# 05-27&lt;br /&gt;
# 06-03&lt;br /&gt;
# 06-10 NO CLASS&lt;br /&gt;
# 06-17&lt;br /&gt;
# BLOCK: 06-21+22 (Friday + Saturday) 10-17h&lt;br /&gt;
# 06-24 Final Presentation&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* [[/Joel/]]&lt;br /&gt;
* [[/Ludwig/]]&lt;br /&gt;
* [[/Luca/]]&lt;br /&gt;
* [[/Jad/]]&lt;br /&gt;
* [[/Thomas/]]&lt;br /&gt;
* [[/Felix/]]&lt;br /&gt;
* [[/Tan/]]&lt;br /&gt;
* [[/Doreen/]]&lt;br /&gt;
* [[/Hiyeon/]]&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [http://listserv.uni-weimar.de/mailman/listinfo/autonomous-collaborative Mailinglist for class]&lt;br /&gt;
* [[Automation/RaspberryPi]] Some information on this page may apply on how to optimize the RaspberryPi performance&lt;br /&gt;
&lt;br /&gt;
===Audio focussed operating systems for the RaspberryPi===&lt;br /&gt;
* [https://blokas.io/patchbox-os PatchboxOS] alternatives:&lt;br /&gt;
** [https://ccrma.stanford.edu/~eberdahl/Satellite Satellite CCRMA]&lt;br /&gt;
** [https://os.zynthian.org ZynthianOS]&lt;br /&gt;
* [https://www.balena.io/etcher Etcher] make SD card&lt;br /&gt;
&lt;br /&gt;
===setup and control patchbox===&lt;br /&gt;
* [[/patchbox setup/]]&lt;br /&gt;
** [https://www.cyberciti.biz/faq/apple-osx-mountain-lion-mavericks-install-xquartz-server OSX users need to install XQuartz]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
{{Template:PdBooks}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Max Neupert]] [[Category:Fachmodul]] [[Category:SS19]][[Category:RaspberryPi]] [[Category:Pure Data]]&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative&amp;diff=108462</id>
		<title>GMU:Autonomous-Collaborative</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative&amp;diff=108462"/>
		<updated>2019-05-04T15:39:56Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: /* Syllabus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;Lecturer:&#039;&#039; [[GMU:Max Neupert|Max Neupert]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 4 [[SWS]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039;  Weekly: 08.04.-17.06. Mondays, 09:15-12:30, and extra block: 07.+08.06. 10:00-16:45&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]],  [[Marienstraße 7b/204|Raum 204]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039;  April 8th 09:15&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&#039;&#039;&#039;Autonomous &amp;amp;mdash; Collaborative. Auditory interaction on embedded systems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the ubiquity of smart phones, the internet of things to Eurorack synthesizers: Linux running on miniature computers is playing an ever extending role and is present in every day life as well as in obscure special interest scenes.&lt;br /&gt;
In the class &amp;quot;Autonomous - Collaborative&amp;quot; we design conceptual and applied interactions with microphones and speakers. The units based on a RaspberryPi can interact and communicate with itself, with other units or a human user.&lt;br /&gt;
While working on our project we gather experience and knowledge in the fields of electronics, Linux, Pure Data and concepts of sound synthesis, interaction as well as machine learning and software agents.&lt;br /&gt;
&lt;br /&gt;
A RaspberryPi will be lent to you for the class. In addition we will build an universal USB audio interface with preamp for contact microphones. Costs: about 35 EUR.&lt;br /&gt;
&lt;br /&gt;
The class ends on June 18th it is a weekly class with a block module at the end.&lt;br /&gt;
&lt;br /&gt;
==Kursbeschreibung==&lt;br /&gt;
&#039;&#039;&#039;Autonom &amp;amp;mdash; Kollaboration. Audio-Interaktion auf eingebetteten Systemen&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Von der Ubiquität der Smartphones über das Internet-der-Dinge zum Eurorack-Synthesizer: Linux auf Minicomputen spielt eine immer wichtigere Rolle und ist sowohl im Alltag als auch bei Spezialinteressen präsent.&lt;br /&gt;
Im Kurs &amp;quot;Autonom - Collaboration&amp;quot; gestalten wir konzeptuelle und angewandte Interaktionen mit Mikrofon und Lautsprecher. Die Einheiten basierend auf einem RaspberryPi können so untereinander als auch mit sich selbst oder einem Nutzer interagieren und communizieren.&lt;br /&gt;
So sammeln wir Erfahrungen und Kenntnisse auf den Gebieten der Elektronik, mit Linux, Pure Data und Konzepten der Klangsynthese, Interaktion sowie Maschinellem Lernen und Agentensystemen.&lt;br /&gt;
&lt;br /&gt;
Ein RaspberryPi wird zur Verfügung gestellt, wir bauen dazu ein universelles USB Audiointerface mit Vorverstärker für Kontaktmikrofone, Kosten: ca 35 EUR.&lt;br /&gt;
&lt;br /&gt;
Kurs geht bis zum 18.6. als wöchentlicher Termin, in der letzten Woche gibt es ein Blockmodul.&lt;br /&gt;
&lt;br /&gt;
[[Image:piezopreamp.jpg|750px]]&lt;br /&gt;
&lt;br /&gt;
==Attendance and grading==&lt;br /&gt;
Strict attendance rule: no more then 3 missed classes accepted. 3 times late counts like one missed class. Late is &amp;gt;15 min after class begun. Presentation of result at the last day of class. Delivery of detailed project documentation (paper, artwork, video, wiki-entry etc.) until the end of the semester. Evaluation: Presentation 30%, documentation 70%&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
&lt;br /&gt;
# 04-08&lt;br /&gt;
# 04-15&lt;br /&gt;
# 04-22 Easter Monday -- no class&lt;br /&gt;
# 04-29&lt;br /&gt;
# 05-06&lt;br /&gt;
# 05-13&lt;br /&gt;
# 05-20&lt;br /&gt;
# 05-27&lt;br /&gt;
# 06-03&lt;br /&gt;
# BLOCK: 06-07+06-08 (Friday + Saturday)&lt;br /&gt;
# 06-10 NO CLASS&lt;br /&gt;
# 06-17 Final Presentation&lt;br /&gt;
&lt;br /&gt;
===Solder time 3===&lt;br /&gt;
# 05.04 10:00 Ludwig&lt;br /&gt;
# 05-04 15:00 Thomas&lt;br /&gt;
# 05-04 16:00 Doreen&lt;br /&gt;
# 05-05 10:00 Hiyeon&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [http://listserv.uni-weimar.de/mailman/listinfo/autonomous-collaborative Mailinglist for class]&lt;br /&gt;
* [[Automation/RaspberryPi]] Some information on this page may apply on how to optimize the RaspberryPi performance&lt;br /&gt;
&lt;br /&gt;
===Audio focussed operating systems for the RaspberryPi===&lt;br /&gt;
* [https://blokas.io/patchbox-os PatchboxOS] alternatives:&lt;br /&gt;
** [https://ccrma.stanford.edu/~eberdahl/Satellite Satellite CCRMA]&lt;br /&gt;
** [https://os.zynthian.org ZynthianOS]&lt;br /&gt;
* [https://www.balena.io/etcher Etcher] make SD card&lt;br /&gt;
&lt;br /&gt;
===Control via ssh===&lt;br /&gt;
* [https://www.cyberciti.biz/faq/apple-osx-mountain-lion-mavericks-install-xquartz-server OSX users need to install XQuartz]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
{{Template:PdBooks}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Max Neupert]] [[Category:Fachmodul]] [[Category:SS19]][[Category:RaspberryPi]] [[Category:Pure Data]]&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative&amp;diff=108387</id>
		<title>GMU:Autonomous-Collaborative</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Autonomous-Collaborative&amp;diff=108387"/>
		<updated>2019-04-28T13:55:48Z</updated>

		<summary type="html">&lt;p&gt;Soci8217: /* Solder time 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;Lecturer:&#039;&#039; [[GMU:Max Neupert|Max Neupert]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Credits:&#039;&#039; 6 [[ECTS]], 4 [[SWS]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Date:&#039;&#039;  Weekly: 08.04.-17.06. Mondays, 09:15-12:30, and extra block: 07.+08.06. 10:00-16:45&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Venue:&#039;&#039; [[Marienstraße 7b]],  [[Marienstraße 7b/204|Raum 204]]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;First meeting:&#039;&#039;  April 8th 09:15&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&#039;&#039;&#039;Autonomous &amp;amp;mdash; Collaborative. Auditory interaction on embedded systems&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the ubiquity of smart phones, the internet of things to Eurorack synthesizers: Linux running on miniature computers is playing an ever extending role and is present in every day life as well as in obscure special interest scenes.&lt;br /&gt;
In the class &amp;quot;Autonomous - Collaborative&amp;quot; we design conceptual and applied interactions with microphones and speakers. The units based on a RaspberryPi can interact and communicate with itself, with other units or a human user.&lt;br /&gt;
While working on our project we gather experience and knowledge in the fields of electronics, Linux, Pure Data and concepts of sound synthesis, interaction as well as machine learning and software agents.&lt;br /&gt;
&lt;br /&gt;
A RaspberryPi will be lent to you for the class. In addition we will build an universal USB audio interface with preamp for contact microphones. Costs: about 35 EUR.&lt;br /&gt;
&lt;br /&gt;
The class ends on June 18th it is a weekly class with a block module at the end.&lt;br /&gt;
&lt;br /&gt;
==Kursbeschreibung==&lt;br /&gt;
&#039;&#039;&#039;Autonom &amp;amp;mdash; Kollaboration. Audio-Interaktion auf eingebetteten Systemen&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Von der Ubiquität der Smartphones über das Internet-der-Dinge zum Eurorack-Synthesizer: Linux auf Minicomputen spielt eine immer wichtigere Rolle und ist sowohl im Alltag als auch bei Spezialinteressen präsent.&lt;br /&gt;
Im Kurs &amp;quot;Autonom - Collaboration&amp;quot; gestalten wir konzeptuelle und angewandte Interaktionen mit Mikrofon und Lautsprecher. Die Einheiten basierend auf einem RaspberryPi können so untereinander als auch mit sich selbst oder einem Nutzer interagieren und communizieren.&lt;br /&gt;
So sammeln wir Erfahrungen und Kenntnisse auf den Gebieten der Elektronik, mit Linux, Pure Data und Konzepten der Klangsynthese, Interaktion sowie Maschinellem Lernen und Agentensystemen.&lt;br /&gt;
&lt;br /&gt;
Ein RaspberryPi wird zur Verfügung gestellt, wir bauen dazu ein universelles USB Audiointerface mit Vorverstärker für Kontaktmikrofone, Kosten: ca 35 EUR.&lt;br /&gt;
&lt;br /&gt;
Kurs geht bis zum 18.6. als wöchentlicher Termin, in der letzten Woche gibt es ein Blockmodul.&lt;br /&gt;
&lt;br /&gt;
[[Image:piezopreamp.jpg|750px]]&lt;br /&gt;
&lt;br /&gt;
==Attendance and grading==&lt;br /&gt;
Strict attendance rule: no more then 3 missed classes accepted. 3 times late counts like one missed class. Late is &amp;gt;15 min after class begun. Presentation of result at the last day of class. Delivery of detailed project documentation (paper, artwork, video, wiki-entry etc.) until the end of the semester. Evaluation: Presentation 30%, documentation 70%&lt;br /&gt;
&lt;br /&gt;
==Syllabus==&lt;br /&gt;
&lt;br /&gt;
# 04-08&lt;br /&gt;
# 04-15&lt;br /&gt;
# 04-22 Easter Monday -- no class&lt;br /&gt;
# 04-29&lt;br /&gt;
# 05-06&lt;br /&gt;
# 05-13&lt;br /&gt;
# 05-20&lt;br /&gt;
# 05-27&lt;br /&gt;
# 06-03&lt;br /&gt;
# BLOCK: 06-07+06-08 (Friday + Saturday)&lt;br /&gt;
# 06-10 NO CLASS&lt;br /&gt;
# 06-17 Final Presentation&lt;br /&gt;
&lt;br /&gt;
===Solder time 2===&lt;br /&gt;
# 04-29 13:00&lt;br /&gt;
# 04-29 15:00 Felix Hiyeon&lt;br /&gt;
# 04-30 13:00 Tan &lt;br /&gt;
# 04-30 15:00&lt;br /&gt;
# 05-01 10:00 Ludwig &lt;br /&gt;
# 05-01 15:00 Joel&lt;br /&gt;
# 05-01 18:00&lt;br /&gt;
# 05-02 10:00&lt;br /&gt;
# 05-02 15:00&lt;br /&gt;
# 05-02 18:00&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [http://listserv.uni-weimar.de/mailman/listinfo/autonomous-collaborative Mailinglist for class]&lt;br /&gt;
* [[Automation/RaspberryPi]] Some information on this page may apply on how to optimize the RaspberryPi performance&lt;br /&gt;
&lt;br /&gt;
===Audio focussed operating systems for the RaspberryPi===&lt;br /&gt;
* [https://blokas.io/patchbox-os PatchboxOS] alternatives:&lt;br /&gt;
** [https://ccrma.stanford.edu/~eberdahl/Satellite Satellite CCRMA]&lt;br /&gt;
** [https://os.zynthian.org ZynthianOS]&lt;br /&gt;
* [https://www.balena.io/etcher Etcher] make SD card&lt;br /&gt;
&lt;br /&gt;
===Control via ssh===&lt;br /&gt;
* [https://www.cyberciti.biz/faq/apple-osx-mountain-lion-mavericks-install-xquartz-server OSX users need to install XQuartz]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
{{Template:PdBooks}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Max Neupert]] [[Category:Fachmodul]] [[Category:SS19]][[Category:RaspberryPi]] [[Category:Pure Data]]&lt;/div&gt;</summary>
		<author><name>Soci8217</name></author>
	</entry>
</feed>