<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://vjmedia.wpi.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nnsarachick</id>
	<title>vjmedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://vjmedia.wpi.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nnsarachick"/>
	<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/Special:Contributions/Nnsarachick"/>
	<updated>2026-04-10T01:47:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:Developing_a_Resource_for_Determining_Ideal_Soundport_Size_D2022.pdf&amp;diff=251629</id>
		<title>File:Developing a Resource for Determining Ideal Soundport Size D2022.pdf</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:Developing_a_Resource_for_Determining_Ideal_Soundport_Size_D2022.pdf&amp;diff=251629"/>
		<updated>2022-05-03T20:36:38Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:Guitarsoundport_physicaldatagraph.png&amp;diff=251625</id>
		<title>File:Guitarsoundport physicaldatagraph.png</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:Guitarsoundport_physicaldatagraph.png&amp;diff=251625"/>
		<updated>2022-05-03T20:29:03Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:Guitarsoundport_physicaldata.PNG&amp;diff=251624</id>
		<title>File:Guitarsoundport physicaldata.PNG</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:Guitarsoundport_physicaldata.PNG&amp;diff=251624"/>
		<updated>2022-05-03T20:28:55Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:Guitarsoundport_measurements.jpg&amp;diff=251623</id>
		<title>File:Guitarsoundport measurements.jpg</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:Guitarsoundport_measurements.jpg&amp;diff=251623"/>
		<updated>2022-05-03T20:28:45Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:Guitarsoundport_micsetup.jpg&amp;diff=251621</id>
		<title>File:Guitarsoundport micsetup.jpg</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:Guitarsoundport_micsetup.jpg&amp;diff=251621"/>
		<updated>2022-05-03T20:20:24Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=MU3616_Final_Project_Nathan_Sarachick&amp;diff=249834</id>
		<title>MU3616 Final Project Nathan Sarachick</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=MU3616_Final_Project_Nathan_Sarachick&amp;diff=249834"/>
		<updated>2021-03-18T20:41:08Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: /* Video */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== MU3616 Final Project Nathan Sarachick ==&lt;br /&gt;
&lt;br /&gt;
For my MU3616 final project I used Max to program a basic digital synthesizer and various other digital effects to go along with it. The project includes the synth, a metronome, a delay, a looper, and an EQ.&lt;br /&gt;
&lt;br /&gt;
The synth works by taking MIDI input from a MIDI controller and converting it to a frequency, which is then converted to digital audio. There are nine sliders that can be used to change the relative gain values of each frequency in the harmonic series to allow the user to create different timbres on the fly. The user is also able to set the attack speed of the notes.&lt;br /&gt;
&lt;br /&gt;
The metronome simply uses the tempo object in max to create a specific pulse set by the user. There are controls for tempo, time signature (beat divisions + number of beats), as well as settings to pan the metronome sound and set the volume.&lt;br /&gt;
&lt;br /&gt;
The delay effect utilizes the tempo set by the metronome and some math to convert beats to milliseconds. I used the tapin and tapout objects in max to create the effect. Settings include the feedback time, the volume of delayed signal, and a control for the dry/wet mix.&lt;br /&gt;
&lt;br /&gt;
The looper uses a simple max buffer object to record an amount of time set by the user (up to ten seconds). The playback speed and volume can also be set.&lt;br /&gt;
&lt;br /&gt;
Finally, the EQ is simply an interface for the user to apply different band filters onto the audio signal. It also allows for the saving of presets.&lt;br /&gt;
&lt;br /&gt;
If I were to revisit this project in the future I would like to add the ability for the user to manually set/change the order of the effects chain. The gate~ object in max would be potential way to do that. &lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;https://vjmedia.wpi.edu/images/e/e4/Final_Project_Video.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Final Project Video.mp4]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Topics in Interactive Programming (3616)]]&lt;br /&gt;
[[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=MU3616_Final_Project_Nathan_Sarachick&amp;diff=249833</id>
		<title>MU3616 Final Project Nathan Sarachick</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=MU3616_Final_Project_Nathan_Sarachick&amp;diff=249833"/>
		<updated>2021-03-18T20:40:44Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: /* Video */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== MU3616 Final Project Nathan Sarachick ==&lt;br /&gt;
&lt;br /&gt;
For my MU3616 final project I used Max to program a basic digital synthesizer and various other digital effects to go along with it. The project includes the synth, a metronome, a delay, a looper, and an EQ.&lt;br /&gt;
&lt;br /&gt;
The synth works by taking MIDI input from a MIDI controller and converting it to a frequency, which is then converted to digital audio. There are nine sliders that can be used to change the relative gain values of each frequency in the harmonic series to allow the user to create different timbres on the fly. The user is also able to set the attack speed of the notes.&lt;br /&gt;
&lt;br /&gt;
The metronome simply uses the tempo object in max to create a specific pulse set by the user. There are controls for tempo, time signature (beat divisions + number of beats), as well as settings to pan the metronome sound and set the volume.&lt;br /&gt;
&lt;br /&gt;
The delay effect utilizes the tempo set by the metronome and some math to convert beats to milliseconds. I used the tapin and tapout objects in max to create the effect. Settings include the feedback time, the volume of delayed signal, and a control for the dry/wet mix.&lt;br /&gt;
&lt;br /&gt;
The looper uses a simple max buffer object to record an amount of time set by the user (up to ten seconds). The playback speed and volume can also be set.&lt;br /&gt;
&lt;br /&gt;
Finally, the EQ is simply an interface for the user to apply different band filters onto the audio signal. It also allows for the saving of presets.&lt;br /&gt;
&lt;br /&gt;
If I were to revisit this project in the future I would like to add the ability for the user to manually set/change the order of the effects chain. The gate~ object in max would be potential way to do that. &lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;https://vjmedia.wpi.edu/File:Final_Project_Video.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Final Project Video.mp4]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Topics in Interactive Programming (3616)]]&lt;br /&gt;
[[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:Final_Project_Video.mp4&amp;diff=249832</id>
		<title>File:Final Project Video.mp4</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:Final_Project_Video.mp4&amp;diff=249832"/>
		<updated>2021-03-18T20:40:16Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=MU3616_Final_Project_Nathan_Sarachick&amp;diff=249831</id>
		<title>MU3616 Final Project Nathan Sarachick</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=MU3616_Final_Project_Nathan_Sarachick&amp;diff=249831"/>
		<updated>2021-03-18T20:39:28Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: Created page with &amp;quot;== MU3616 Final Project Nathan Sarachick ==  For my MU3616 final project I used Max to program a basic digital synthesizer and various other digital effects to go along with i...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== MU3616 Final Project Nathan Sarachick ==&lt;br /&gt;
&lt;br /&gt;
For my MU3616 final project I used Max to program a basic digital synthesizer and various other digital effects to go along with it. The project includes the synth, a metronome, a delay, a looper, and an EQ.&lt;br /&gt;
&lt;br /&gt;
The synth works by taking MIDI input from a MIDI controller and converting it to a frequency, which is then converted to digital audio. There are nine sliders that can be used to change the relative gain values of each frequency in the harmonic series to allow the user to create different timbres on the fly. The user is also able to set the attack speed of the notes.&lt;br /&gt;
&lt;br /&gt;
The metronome simply uses the tempo object in max to create a specific pulse set by the user. There are controls for tempo, time signature (beat divisions + number of beats), as well as settings to pan the metronome sound and set the volume.&lt;br /&gt;
&lt;br /&gt;
The delay effect utilizes the tempo set by the metronome and some math to convert beats to milliseconds. I used the tapin and tapout objects in max to create the effect. Settings include the feedback time, the volume of delayed signal, and a control for the dry/wet mix.&lt;br /&gt;
&lt;br /&gt;
The looper uses a simple max buffer object to record an amount of time set by the user (up to ten seconds). The playback speed and volume can also be set.&lt;br /&gt;
&lt;br /&gt;
Finally, the EQ is simply an interface for the user to apply different band filters onto the audio signal. It also allows for the saving of presets.&lt;br /&gt;
&lt;br /&gt;
If I were to revisit this project in the future I would like to add the ability for the user to manually set/change the order of the effects chain. The gate~ object in max would be potential way to do that. &lt;br /&gt;
&lt;br /&gt;
=== Video ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Final Project Video.mp4]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Topics in Interactive Programming (3616)]]&lt;br /&gt;
[[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246221</id>
		<title>MU3620 Final Project - Nathan Sarachick (2019)</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246221"/>
		<updated>2019-04-30T19:16:50Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: /* Nathan Sarachick (2019) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MU3620 Final Project: Metallica - To Live is to Die COVER=&lt;br /&gt;
==Nathan Sarachick (2019)==&lt;br /&gt;
&amp;lt;mp3player&amp;gt;https://vjmedia.wpi.edu/images/7/7d/Final_Project_-_Nathan_Sarachick_%282019%29.mp3&amp;lt;/mp3player&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Description:===&lt;br /&gt;
One of Metallica's best and most powerful instrumental songs, and one of my favorites, is &amp;quot;To Live is to Die&amp;quot; from their 1988 album &amp;quot;...And Justice for All&amp;quot;. However, I always felt that the main section in the middle of the song didn't quite fit in with the rest, and could have been turned into something more meaningful if taken in a slightly different musical direction. This is my attempt at demonstrating those ideas, although it should definitely not be considered a definitive product. All the guitar, bass, and piano tracks in this composition are played and recorded by me. &lt;br /&gt;
&lt;br /&gt;
[[Category:Electronic Music Composition (3620)]] [[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:Final_Project_-_Nathan_Sarachick_(2019).mp3&amp;diff=246220</id>
		<title>File:Final Project - Nathan Sarachick (2019).mp3</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:Final_Project_-_Nathan_Sarachick_(2019).mp3&amp;diff=246220"/>
		<updated>2019-04-30T19:15:30Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246219</id>
		<title>MU3620 Final Project - Nathan Sarachick (2019)</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246219"/>
		<updated>2019-04-30T19:12:43Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: /* Description: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MU3620 Final Project: Metallica - To Live is to Die COVER=&lt;br /&gt;
==Nathan Sarachick (2019)==&lt;br /&gt;
&amp;lt;mp3player&amp;gt;link_to_the_file_you_uploaded_to_this_wiki&amp;lt;/mp3player&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Description:===&lt;br /&gt;
One of Metallica's best and most powerful instrumental songs, and one of my favorites, is &amp;quot;To Live is to Die&amp;quot; from their 1988 album &amp;quot;...And Justice for All&amp;quot;. However, I always felt that the main section in the middle of the song didn't quite fit in with the rest, and could have been turned into something more meaningful if taken in a slightly different musical direction. This is my attempt at demonstrating those ideas, although it should definitely not be considered a definitive product. All the guitar, bass, and piano tracks in this composition are played and recorded by me. &lt;br /&gt;
&lt;br /&gt;
[[Category:Electronic Music Composition (3620)]] [[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246218</id>
		<title>MU3620 Final Project - Nathan Sarachick (2019)</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246218"/>
		<updated>2019-04-30T19:12:09Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: /* MU3620 Final Project: Metallica - To Live is to Die Cover */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MU3620 Final Project: Metallica - To Live is to Die COVER=&lt;br /&gt;
==Nathan Sarachick (2019)==&lt;br /&gt;
&amp;lt;mp3player&amp;gt;link_to_the_file_you_uploaded_to_this_wiki&amp;lt;/mp3player&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Description:===&lt;br /&gt;
One of Metallica's best and most powerful instrumental songs, and one of my favorites, is &amp;quot;To Live is to Die&amp;quot; from their 1988 album &amp;quot;...And Justice for All&amp;quot;. However, I always felt that the main section in the middle of the song didn't quite fit in with the rest, and could have been turned into something more meaningful if taken in a slightly different musical direction. This is my attempt at demonstrating those ideas, although it should definitely not be considered a definitive product. All the guitar, bass, and piano tracks in this composition are played and recorded by me. (The only part I actually wrote is the bass during the interlude but it's just me noodling around on semi random notes)&lt;br /&gt;
&lt;br /&gt;
[[Category:Electronic Music Composition (3620)]] [[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246217</id>
		<title>MU3620 Final Project - Nathan Sarachick (2019)</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246217"/>
		<updated>2019-04-30T19:11:55Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: /* Description: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MU3620 Final Project: Metallica - To Live is to Die Cover=&lt;br /&gt;
==Nathan Sarachick (2019)==&lt;br /&gt;
&amp;lt;mp3player&amp;gt;link_to_the_file_you_uploaded_to_this_wiki&amp;lt;/mp3player&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Description:===&lt;br /&gt;
One of Metallica's best and most powerful instrumental songs, and one of my favorites, is &amp;quot;To Live is to Die&amp;quot; from their 1988 album &amp;quot;...And Justice for All&amp;quot;. However, I always felt that the main section in the middle of the song didn't quite fit in with the rest, and could have been turned into something more meaningful if taken in a slightly different musical direction. This is my attempt at demonstrating those ideas, although it should definitely not be considered a definitive product. All the guitar, bass, and piano tracks in this composition are played and recorded by me. (The only part I actually wrote is the bass during the interlude but it's just me noodling around on semi random notes)&lt;br /&gt;
&lt;br /&gt;
[[Category:Electronic Music Composition (3620)]] [[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246216</id>
		<title>MU3620 Final Project - Nathan Sarachick (2019)</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246216"/>
		<updated>2019-04-30T19:06:06Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: /* Title of your work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=MU3620 Final Project: Metallica - To Live is to Die Cover=&lt;br /&gt;
==Nathan Sarachick (2019)==&lt;br /&gt;
&amp;lt;mp3player&amp;gt;link_to_the_file_you_uploaded_to_this_wiki&amp;lt;/mp3player&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Description:===&lt;br /&gt;
A short narrative (a paragraph or so) about your composition; how it was made; how it was inspired. Add any additional links you'd like to your own website/Soundcloud, etc.&lt;br /&gt;
&lt;br /&gt;
[[Category:Electronic Music Composition (3620)]] [[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246215</id>
		<title>MU3620 Final Project - Nathan Sarachick (2019)</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=MU3620_Final_Project_-_Nathan_Sarachick_(2019)&amp;diff=246215"/>
		<updated>2019-04-30T18:59:09Z</updated>

		<summary type="html">&lt;p&gt;Nnsarachick: Created page with &amp;quot;=Title of your work= ==Your Name (Year)== &amp;lt;mp3player&amp;gt;link_to_the_file_you_uploaded_to_this_wiki&amp;lt;/mp3player&amp;gt; &amp;lt;br&amp;gt;&amp;lt;br&amp;gt; ===Description:=== A short narrative (a paragraph or so) a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Title of your work=&lt;br /&gt;
==Your Name (Year)==&lt;br /&gt;
&amp;lt;mp3player&amp;gt;link_to_the_file_you_uploaded_to_this_wiki&amp;lt;/mp3player&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
===Description:===&lt;br /&gt;
A short narrative (a paragraph or so) about your composition; how it was made; how it was inspired. Add any additional links you'd like to your own website/Soundcloud, etc.&lt;br /&gt;
&lt;br /&gt;
[[Category:Electronic Music Composition (3620)]] [[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Nnsarachick</name></author>
		
	</entry>
</feed>