<?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=Sdmcguire</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=Sdmcguire"/>
	<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/Special:Contributions/Sdmcguire"/>
	<updated>2026-05-01T14:02:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243791</id>
		<title>Spencer McGuire - VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243791"/>
		<updated>2015-05-05T00:13:29Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's; this means the Max patch requires a lot of objects to run it, but it works!&lt;br /&gt;
&lt;br /&gt;
I decided to make this because I've had this interface for a while but never realized it could be reprogrammed to serve other functions, so using Max with this device was an instant choice for the final project.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Download the source code available here and paste it into Max.&lt;br /&gt;
&lt;br /&gt;
[[File:Source.rtf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://media.wpi.edu/Academics/Depts/HUA/Manzo/VmeterProject.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Vmeter_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
Above is shown the majority of the Max patch running the project. Off to the left is where &amp;quot;send lights&amp;quot; and the brightness control are both sent with &amp;quot;midiout&amp;quot; to the VMeter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Multimedia]]&lt;br /&gt;
[[Category: Advisor:Manzo]][[Category:Foundations of Music Technology (2300)]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243790</id>
		<title>Spencer McGuire - VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243790"/>
		<updated>2015-05-05T00:13:08Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's; this means the Max patch requires a lot of objects to run it, but it works!&lt;br /&gt;
&lt;br /&gt;
I decided to make this because I've had this interface for a while but never realized it could be reprogrammed to serve other functions, so using Max with this device was an instant choice for the final project.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Download the source code available here and paste it into Max.&lt;br /&gt;
&lt;br /&gt;
[[File:Source.rtf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://media.wpi.edu/Academics/Depts/HUA/Manzo/VmeterProject.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Vmeter_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
Above is shown the majority of the Max patch running the project. Off to the left is where &amp;quot;send lights&amp;quot; and the brightness control are both sent with &amp;quot;midiout&amp;quot; to the VMeter.&lt;br /&gt;
&lt;br /&gt;
I'll be putting up a proper video upload soon!!!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Multimedia]]&lt;br /&gt;
[[Category: Advisor:Manzo]][[Category:Foundations of Music Technology (2300)]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243789</id>
		<title>Spencer McGuire - VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243789"/>
		<updated>2015-05-05T00:12:23Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's; this means the Max patch requires a lot of objects to run it, but it works!&lt;br /&gt;
&lt;br /&gt;
I decided to make this because I've had this interface for a while but never realized it could be reprogrammed to serve other functions, so using Max with this device was an instant choice for the final project.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Download the source code available here and paste it into Max.&lt;br /&gt;
&lt;br /&gt;
[[File:Source.rtf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
http://media.wpi.edu/Academics/Depts/HUA/Manzo/VmeterProject.mp4&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Vmeter_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
Above is shown the majority of the Max patch running the project. Off to the left is where &amp;quot;send lights&amp;quot; and the brightness control are both sent with &amp;quot;midiout&amp;quot; to the VMeter.&lt;br /&gt;
&lt;br /&gt;
I'll be putting up a proper video upload soon!!!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Multimedia]]&lt;br /&gt;
[[Category: Advisor:Manzo]][[Category:Foundations of Music Technology (2300)]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243627</id>
		<title>Spencer McGuire - VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243627"/>
		<updated>2015-04-29T15:27:59Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's; this means the Max patch requires a lot of objects to run it, but it works!&lt;br /&gt;
&lt;br /&gt;
I decided to make this because I've had this interface for a while but never realized it could be reprogrammed to serve other functions, so using Max with this device was an instant choice for the final project.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Download the source code available here and paste it into Max.&lt;br /&gt;
&lt;br /&gt;
[[File:Source.rtf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Vmeter_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
Above is shown the majority of the Max patch running the project. Off to the left is where &amp;quot;send lights&amp;quot; and the brightness control are both sent with &amp;quot;midiout&amp;quot; to the VMeter.&lt;br /&gt;
&lt;br /&gt;
I'll be putting up a proper video upload soon!!!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Multimedia]]&lt;br /&gt;
[[Category: Advisor:Manzo]][[Category:Foundations of Music Technology (2300)]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243614</id>
		<title>Spencer McGuire - VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243614"/>
		<updated>2015-04-29T13:58:58Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's; this means the Max patch requires a lot of objects to run it, but it works!&lt;br /&gt;
&lt;br /&gt;
I decided to make this because I've had this interface for a while but never realized it could be reprogrammed to serve other functions, so using Max with this device was an instant choice for the final project.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Download the source code available here and paste it into Max.&lt;br /&gt;
&lt;br /&gt;
[[File:Source.rtf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Vmeter_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
Above is shown the majority of the Max patch running the project. Off to the left is where &amp;quot;send lights&amp;quot; and the brightness control are both sent with &amp;quot;midiout&amp;quot; to the VMeter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Multimedia]]&lt;br /&gt;
[[Category: Advisor:Manzo]][[Category:Foundations of Music Technology (2300)]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:Source.rtf&amp;diff=243613</id>
		<title>File:Source.rtf</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:Source.rtf&amp;diff=243613"/>
		<updated>2015-04-29T13:58:39Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: Source for Spencer's VMeter project.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Source for Spencer's VMeter project.&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243474</id>
		<title>VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243474"/>
		<updated>2015-04-28T20:59:38Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243473</id>
		<title>Spencer McGuire - VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Spencer_McGuire_-_VMeter_Frequency_Visualization&amp;diff=243473"/>
		<updated>2015-04-28T20:58:36Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: Created page with &amp;quot;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The M...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's; this means the Max patch requires a lot of objects to run it, but it works!&lt;br /&gt;
&lt;br /&gt;
I decided to make this because I've had this interface for a while but never realized it could be reprogrammed to serve other functions, so using Max with this device was an instant choice for the final project.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Download the source code available here and paste it into Max.&lt;br /&gt;
&lt;br /&gt;
[[File:SourceCode.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Vmeter_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
Above is shown the majority of the Max patch running the project. Off to the left is where &amp;quot;send lights&amp;quot; and the brightness control are both sent with &amp;quot;midiout&amp;quot; to the VMeter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Multimedia]]&lt;br /&gt;
[[Category: Advisor:Manzo]][[Category:Foundations of Music Technology (2300)]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243472</id>
		<title>VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243472"/>
		<updated>2015-04-28T20:56:28Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's; this means the Max patch requires a lot of objects to run it, but it works!&lt;br /&gt;
&lt;br /&gt;
I decided to make this because I've had this interface for a while but never realized it could be reprogrammed to serve other functions, so using Max with this device was an instant choice for the final project.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Download the source code available here and paste it into Max.&lt;br /&gt;
&lt;br /&gt;
[[File:SourceCode.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Vmeter_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
Above is shown the majority of the Max patch running the project. Off to the left is where &amp;quot;send lights&amp;quot; and the brightness control are both sent with &amp;quot;midiout&amp;quot; to the VMeter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Multimedia]]&lt;br /&gt;
[[Category: Advisor:Manzo]][[Category:Foundations of Music Technology (2300)]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:SourceCode.txt&amp;diff=243471</id>
		<title>File:SourceCode.txt</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:SourceCode.txt&amp;diff=243471"/>
		<updated>2015-04-28T20:54:34Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: Source for Spencer McGuire's VMeter project.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Source for Spencer McGuire's VMeter project.&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243470</id>
		<title>VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243470"/>
		<updated>2015-04-28T20:33:59Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's; this means the Max patch requires a lot of objects to run it, but it works!&lt;br /&gt;
&lt;br /&gt;
I decided to make this because I've had this interface for a while but never realized it could be reprogrammed to serve other functions, so using Max with this device was an instant choice for the final project.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Requires the downloadable Max Patch to run&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Vmeter_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
Above is shown the majority of the Max patch running the project. Off to the left is where &amp;quot;send lights&amp;quot; and the brightness control are both sent with &amp;quot;midiout&amp;quot; to the VMeter.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Multimedia]]&lt;br /&gt;
[[Category: Advisor:Manzo]][[Category:Foundations of Music Technology (2300)]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:Vmeter_screenshot.png&amp;diff=243469</id>
		<title>File:Vmeter screenshot.png</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:Vmeter_screenshot.png&amp;diff=243469"/>
		<updated>2015-04-28T20:30:42Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243468</id>
		<title>VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243468"/>
		<updated>2015-04-28T20:24:04Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's; this means the Max patch requires a lot of objects to run it, but it works!&lt;br /&gt;
&lt;br /&gt;
I decided to make this because I've had this interface for a while but never realized it could be reprogrammed to serve other functions, so using Max with this device was an instant choice for the final project.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Requires the downloadable Max Patch to run&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]]&lt;br /&gt;
[[Category:Multimedia]]&lt;br /&gt;
[[Category: Advisor:Manzo]][[Category:Foundations of Music Technology (2300)]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243417</id>
		<title>VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243417"/>
		<updated>2015-04-28T04:04:47Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's; this means the Max patch requires a lot of objects to run it, but it works!&lt;br /&gt;
&lt;br /&gt;
I decided to make this because I've had this interface for a while but never realized it could be reprogrammed to serve other functions, so using Max with this device was an instant choice for the final project.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Requires the downloadable Max Patch to run&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]][[Category:Multimedia]][[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243416</id>
		<title>VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243416"/>
		<updated>2015-04-28T03:50:08Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The VMeter device is usually used as a touch-responsive volume controller for Mac and PC, but also happens to be MIDI-compliant, which allows for experimentation in Max. The Max patch attached to this page works by taking in an audio input, splitting it into three individual sets of integers that control the three shown visualizations. &lt;br /&gt;
&lt;br /&gt;
The LED's are controlled in three sections and controlled through the Aftertouch information in MIDI, with each section counting upwards in binary. Sending 1 to the first section illuminates the first LED, 2 illuminates the second, 3 illuminates the first and second, 4 illuminates the third, and so on. This means that the 7 LED's for the low, middle, and high visualizations are controlled by sending 1, 3, 7, 15, 31, 63, and 127. The best way found to do this was starting at the bottom with 1 LED and filtering the incoming numbers from each stream; a certain range of numbers activates an increasing number of LED's. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
--Mac or PC&lt;br /&gt;
&lt;br /&gt;
--[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
Required Software:&lt;br /&gt;
&lt;br /&gt;
--Requires the downloadable Max Patch to run&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In action: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]][[Category:Multimedia]][[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243415</id>
		<title>VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243415"/>
		<updated>2015-04-28T03:37:31Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:EAMIR_logo.png]]&lt;br /&gt;
The '''EAMIR Software Development Kit''' allows users to build their own custom composition and performance applications for use with just about any control interface. This kit contains modular pieces of working code that, when strung together, quickly enable users to modify existing [[EAMIR]] applications or creative brand new ones sharing similar functionality. [[EAMIR]] is an open-source music technology project involving alternate controllers, sensors, and adaptive instruments to facilitate music composition, performance, and instruction through a collection of interactive music systems. The [[EAMIR]] software apps have been implemented in classrooms, including special needs and disabilities populations, research projects, and composition/performance environments. &lt;br /&gt;
&lt;br /&gt;
This gives way for the use of just about any digital control interface, Wiimotes®, keyboards, iPhones®, to be used as a composition and performance tool. Creating custom software is ideal for making applications that focus on a few musical skill sets for your users or for designing software to work with a specific control interface. &lt;br /&gt;
&lt;br /&gt;
More information on the EAMIR project can be found [http://wiki.wpi.edu/vjmedia/EAMIR here].This library was developed by [http://www.vjmanzo.com V.J. Manzo, PhD] (2009) and is available [http://www.eamir.org/sdk.htm here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Required Hardware:&lt;br /&gt;
&lt;br /&gt;
-Mac or PC&lt;br /&gt;
-[http://vmeter.net/ VMeter]&lt;br /&gt;
&lt;br /&gt;
'''Software:'''&lt;br /&gt;
&lt;br /&gt;
- Requires the downloadable Max Patch to run&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;youtube&amp;gt;tjcnLngs38w&amp;lt;/youtube&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Interactive Systems]][[Category:Multimedia]][[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243413</id>
		<title>Bitcrushed Choir Beat</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243413"/>
		<updated>2015-04-28T03:32:27Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:EAMIR_logo.png]]&lt;br /&gt;
The '''EAMIR Software Development Kit''' allows users to build their own custom composition and performance applications for use with just about any control interface. This kit contains modular pieces of working code that, when strung together, quickly enable users to modify existing [[EAMIR]] applications or creative brand new ones sharing similar functionality. [[EAMIR]] is an open-source music technology project involving alternate controllers, sensors, and adaptive instruments to facilitate music composition, performance, and instruction through a collection of interactive music systems. The [[EAMIR]] software apps have been implemented in classrooms, including special needs and disabilities populations, research projects, and composition/performance environments. &lt;br /&gt;
&lt;br /&gt;
This gives way for the use of just about any digital control interface, Wiimotes®, keyboards, iPhones®, to be used as a composition and performance tool. Creating custom software is ideal for making applications that focus on a few musical skill sets for your users or for designing software to work with a specific control interface. &lt;br /&gt;
&lt;br /&gt;
More information on the EAMIR project can be found [http://wiki.wpi.edu/vjmedia/EAMIR here].This library was developed by [http://www.vjmanzo.com V.J. Manzo, PhD] (2009) and is available [http://www.eamir.org/sdk.htm here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Hardware:'''&lt;br /&gt;
&lt;br /&gt;
-Mac or PC&lt;br /&gt;
&lt;br /&gt;
'''Software:'''&lt;br /&gt;
&lt;br /&gt;
- EAMIR SDK for Mac or PC, Download [http://www.eamir.net/forum/index.php?option=com_kunena&amp;amp;func=view&amp;amp;catid=18&amp;amp;id=3&amp;amp;Itemid=69#3 here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://media.wpi.edu/Academics/Depts/HUA/Manzo/EamirSDK/EAMIR Software Development Kit.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTICE:''' If above video does not appear, try switching web browsers. This type of media file has been found to conflict with Google Chrome and other browser types.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Toolkits]][[Category:Pedagogy, Theory, and Research Resources]][[Category:Interactive Systems]][[Category:Multimedia]][[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243414</id>
		<title>Bitcrushed Choir Beat</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243414"/>
		<updated>2015-04-28T03:32:27Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:EAMIR_logo.png]]&lt;br /&gt;
The '''EAMIR Software Development Kit''' allows users to build their own custom composition and performance applications for use with just about any control interface. This kit contains modular pieces of working code that, when strung together, quickly enable users to modify existing [[EAMIR]] applications or creative brand new ones sharing similar functionality. [[EAMIR]] is an open-source music technology project involving alternate controllers, sensors, and adaptive instruments to facilitate music composition, performance, and instruction through a collection of interactive music systems. The [[EAMIR]] software apps have been implemented in classrooms, including special needs and disabilities populations, research projects, and composition/performance environments. &lt;br /&gt;
&lt;br /&gt;
This gives way for the use of just about any digital control interface, Wiimotes®, keyboards, iPhones®, to be used as a composition and performance tool. Creating custom software is ideal for making applications that focus on a few musical skill sets for your users or for designing software to work with a specific control interface. &lt;br /&gt;
&lt;br /&gt;
More information on the EAMIR project can be found [http://wiki.wpi.edu/vjmedia/EAMIR here].This library was developed by [http://www.vjmanzo.com V.J. Manzo, PhD] (2009) and is available [http://www.eamir.org/sdk.htm here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Hardware:'''&lt;br /&gt;
&lt;br /&gt;
-Mac or PC&lt;br /&gt;
&lt;br /&gt;
'''Software:'''&lt;br /&gt;
&lt;br /&gt;
- EAMIR SDK for Mac or PC, Download [http://www.eamir.net/forum/index.php?option=com_kunena&amp;amp;func=view&amp;amp;catid=18&amp;amp;id=3&amp;amp;Itemid=69#3 here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://media.wpi.edu/Academics/Depts/HUA/Manzo/EamirSDK/EAMIR Software Development Kit.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTICE:''' If above video does not appear, try switching web browsers. This type of media file has been found to conflict with Google Chrome and other browser types.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Toolkits]][[Category:Pedagogy, Theory, and Research Resources]][[Category:Interactive Systems]][[Category:Multimedia]][[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243412</id>
		<title>Bitcrushed Choir Beat</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243412"/>
		<updated>2015-04-28T03:21:25Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:EAMIR_logo.png]]&lt;br /&gt;
The '''EAMIR Software Development Kit''' allows users to build their own custom composition and performance applications for use with just about any control interface. This kit contains modular pieces of working code that, when strung together, quickly enable users to modify existing [[EAMIR]] applications or creative brand new ones sharing similar functionality. [[EAMIR]] is an open-source music technology project involving alternate controllers, sensors, and adaptive instruments to facilitate music composition, performance, and instruction through a collection of interactive music systems. The [[EAMIR]] software apps have been implemented in classrooms, including special needs and disabilities populations, research projects, and composition/performance environments. &lt;br /&gt;
&lt;br /&gt;
This gives way for the use of just about any digital control interface, Wiimotes®, keyboards, iPhones®, to be used as a composition and performance tool. Creating custom software is ideal for making applications that focus on a few musical skill sets for your users or for designing software to work with a specific control interface. &lt;br /&gt;
&lt;br /&gt;
More information on the EAMIR project can be found [http://wiki.wpi.edu/vjmedia/EAMIR here].This library was developed by [http://www.vjmanzo.com V.J. Manzo, PhD] (2009) and is available [http://www.eamir.org/sdk.htm here].[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:http://storage.wpi.edu/HOME/My_Documents/UPLOADS/Vmeter%20Project.mp4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Hardware:'''&lt;br /&gt;
&lt;br /&gt;
-Mac or PC&lt;br /&gt;
&lt;br /&gt;
'''Software:'''&lt;br /&gt;
&lt;br /&gt;
- EAMIR SDK for Mac or PC, Download [http://www.eamir.net/forum/index.php?option=com_kunena&amp;amp;func=view&amp;amp;catid=18&amp;amp;id=3&amp;amp;Itemid=69#3 here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;file://storage.wpi.edu/HOME/My_Documents/UPLOADS/Vmeter%20Project.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTICE:''' If above video does not appear, try switching web browsers. This type of media file has been found to conflict with Google Chrome and other browser types.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Toolkits]][[Category:Pedagogy, Theory, and Research Resources]][[Category:Interactive Systems]][[Category:Multimedia]][[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243411</id>
		<title>Bitcrushed Choir Beat</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243411"/>
		<updated>2015-04-28T03:21:02Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:EAMIR_logo.png]]&lt;br /&gt;
The '''EAMIR Software Development Kit''' allows users to build their own custom composition and performance applications for use with just about any control interface. This kit contains modular pieces of working code that, when strung together, quickly enable users to modify existing [[EAMIR]] applications or creative brand new ones sharing similar functionality. [[EAMIR]] is an open-source music technology project involving alternate controllers, sensors, and adaptive instruments to facilitate music composition, performance, and instruction through a collection of interactive music systems. The [[EAMIR]] software apps have been implemented in classrooms, including special needs and disabilities populations, research projects, and composition/performance environments. &lt;br /&gt;
&lt;br /&gt;
This gives way for the use of just about any digital control interface, Wiimotes®, keyboards, iPhones®, to be used as a composition and performance tool. Creating custom software is ideal for making applications that focus on a few musical skill sets for your users or for designing software to work with a specific control interface. &lt;br /&gt;
&lt;br /&gt;
More information on the EAMIR project can be found [http://wiki.wpi.edu/vjmedia/EAMIR here].This library was developed by [http://www.vjmanzo.com V.J. Manzo, PhD] (2009) and is available [http://www.eamir.org/sdk.htm here].[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:http://storage.wpi.edu/HOME/My_Documents/UPLOADS/Vmeter%20Project.mp4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Hardware:'''&lt;br /&gt;
&lt;br /&gt;
-Mac or PC&lt;br /&gt;
&lt;br /&gt;
'''Software:'''&lt;br /&gt;
&lt;br /&gt;
- EAMIR SDK for Mac or PC, Download [http://www.eamir.net/forum/index.php?option=com_kunena&amp;amp;func=view&amp;amp;catid=18&amp;amp;id=3&amp;amp;Itemid=69#3 here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://media.wpi.edu/Academics/Depts/HUA/Manzo/EamirSDK/EAMIR Software Development Kit.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTICE:''' If above video does not appear, try switching web browsers. This type of media file has been found to conflict with Google Chrome and other browser types.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Toolkits]][[Category:Pedagogy, Theory, and Research Resources]][[Category:Interactive Systems]][[Category:Multimedia]][[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243410</id>
		<title>Bitcrushed Choir Beat</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243410"/>
		<updated>2015-04-28T03:20:38Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:EAMIR_logo.png]]&lt;br /&gt;
The '''EAMIR Software Development Kit''' allows users to build their own custom composition and performance applications for use with just about any control interface. This kit contains modular pieces of working code that, when strung together, quickly enable users to modify existing [[EAMIR]] applications or creative brand new ones sharing similar functionality. [[EAMIR]] is an open-source music technology project involving alternate controllers, sensors, and adaptive instruments to facilitate music composition, performance, and instruction through a collection of interactive music systems. The [[EAMIR]] software apps have been implemented in classrooms, including special needs and disabilities populations, research projects, and composition/performance environments. &lt;br /&gt;
&lt;br /&gt;
This gives way for the use of just about any digital control interface, Wiimotes®, keyboards, iPhones®, to be used as a composition and performance tool. Creating custom software is ideal for making applications that focus on a few musical skill sets for your users or for designing software to work with a specific control interface. &lt;br /&gt;
&lt;br /&gt;
More information on the EAMIR project can be found [http://wiki.wpi.edu/vjmedia/EAMIR here].This library was developed by [http://www.vjmanzo.com V.J. Manzo, PhD] (2009) and is available [http://www.eamir.org/sdk.htm here].[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File://storage.wpi.edu/HOME/My_Documents/UPLOADS/Vmeter%20Project.mp4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Hardware:'''&lt;br /&gt;
&lt;br /&gt;
-Mac or PC&lt;br /&gt;
&lt;br /&gt;
'''Software:'''&lt;br /&gt;
&lt;br /&gt;
- EAMIR SDK for Mac or PC, Download [http://www.eamir.net/forum/index.php?option=com_kunena&amp;amp;func=view&amp;amp;catid=18&amp;amp;id=3&amp;amp;Itemid=69#3 here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://media.wpi.edu/Academics/Depts/HUA/Manzo/EamirSDK/EAMIR Software Development Kit.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTICE:''' If above video does not appear, try switching web browsers. This type of media file has been found to conflict with Google Chrome and other browser types.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Toolkits]][[Category:Pedagogy, Theory, and Research Resources]][[Category:Interactive Systems]][[Category:Multimedia]][[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243409</id>
		<title>Bitcrushed Choir Beat</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Bitcrushed_Choir_Beat&amp;diff=243409"/>
		<updated>2015-04-28T03:20:13Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:EAMIR_logo.png]]&lt;br /&gt;
The '''EAMIR Software Development Kit''' allows users to build their own custom composition and performance applications for use with just about any control interface. This kit contains modular pieces of working code that, when strung together, quickly enable users to modify existing [[EAMIR]] applications or creative brand new ones sharing similar functionality. [[EAMIR]] is an open-source music technology project involving alternate controllers, sensors, and adaptive instruments to facilitate music composition, performance, and instruction through a collection of interactive music systems. The [[EAMIR]] software apps have been implemented in classrooms, including special needs and disabilities populations, research projects, and composition/performance environments. &lt;br /&gt;
&lt;br /&gt;
This gives way for the use of just about any digital control interface, Wiimotes®, keyboards, iPhones®, to be used as a composition and performance tool. Creating custom software is ideal for making applications that focus on a few musical skill sets for your users or for designing software to work with a specific control interface. &lt;br /&gt;
&lt;br /&gt;
More information on the EAMIR project can be found [http://wiki.wpi.edu/vjmedia/EAMIR here].This library was developed by [http://www.vjmanzo.com V.J. Manzo, PhD] (2009) and is available [http://www.eamir.org/sdk.htm here].[[Media:Example.ogg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:file://storage.wpi.edu/HOME/My_Documents/UPLOADS/Vmeter%20Project.mp4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Hardware:'''&lt;br /&gt;
&lt;br /&gt;
-Mac or PC&lt;br /&gt;
&lt;br /&gt;
'''Software:'''&lt;br /&gt;
&lt;br /&gt;
- EAMIR SDK for Mac or PC, Download [http://www.eamir.net/forum/index.php?option=com_kunena&amp;amp;func=view&amp;amp;catid=18&amp;amp;id=3&amp;amp;Itemid=69#3 here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://media.wpi.edu/Academics/Depts/HUA/Manzo/EamirSDK/EAMIR Software Development Kit.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTICE:''' If above video does not appear, try switching web browsers. This type of media file has been found to conflict with Google Chrome and other browser types.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Toolkits]][[Category:Pedagogy, Theory, and Research Resources]][[Category:Interactive Systems]][[Category:Multimedia]][[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243408</id>
		<title>VMeter Frequency Visualization</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=VMeter_Frequency_Visualization&amp;diff=243408"/>
		<updated>2015-04-28T03:00:03Z</updated>

		<summary type="html">&lt;p&gt;Sdmcguire: Created page with &amp;quot;File:EAMIR_logo.png The '''EAMIR Software Development Kit''' allows users to build their own custom composition and performance applications for use with just about any co...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:EAMIR_logo.png]]&lt;br /&gt;
The '''EAMIR Software Development Kit''' allows users to build their own custom composition and performance applications for use with just about any control interface. This kit contains modular pieces of working code that, when strung together, quickly enable users to modify existing [[EAMIR]] applications or creative brand new ones sharing similar functionality. [[EAMIR]] is an open-source music technology project involving alternate controllers, sensors, and adaptive instruments to facilitate music composition, performance, and instruction through a collection of interactive music systems. The [[EAMIR]] software apps have been implemented in classrooms, including special needs and disabilities populations, research projects, and composition/performance environments. &lt;br /&gt;
&lt;br /&gt;
This gives way for the use of just about any digital control interface, Wiimotes®, keyboards, iPhones®, to be used as a composition and performance tool. Creating custom software is ideal for making applications that focus on a few musical skill sets for your users or for designing software to work with a specific control interface. &lt;br /&gt;
&lt;br /&gt;
More information on the EAMIR project can be found [http://wiki.wpi.edu/vjmedia/EAMIR here].This library was developed by [http://www.vjmanzo.com V.J. Manzo, PhD] (2009) and is available [http://www.eamir.org/sdk.htm here].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''Hardware:'''&lt;br /&gt;
&lt;br /&gt;
-Mac or PC&lt;br /&gt;
&lt;br /&gt;
'''Software:'''&lt;br /&gt;
&lt;br /&gt;
- EAMIR SDK for Mac or PC, Download [http://www.eamir.net/forum/index.php?option=com_kunena&amp;amp;func=view&amp;amp;catid=18&amp;amp;id=3&amp;amp;Itemid=69#3 here]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://media.wpi.edu/Academics/Depts/HUA/Manzo/EamirSDK/EAMIR Software Development Kit.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTICE:''' If above video does not appear, try switching web browsers. This type of media file has been found to conflict with Google Chrome and other browser types.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Toolkits]][[Category:Pedagogy, Theory, and Research Resources]][[Category:Interactive Systems]][[Category:Multimedia]][[Category: Advisor:Manzo]]&lt;/div&gt;</summary>
		<author><name>Sdmcguire</name></author>
		
	</entry>
</feed>