<?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=Jmariscal</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=Jmariscal"/>
	<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/Special:Contributions/Jmariscal"/>
	<updated>2026-04-11T22:57:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253328</id>
		<title>Virtual Theremin</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253328"/>
		<updated>2024-08-08T21:54:56Z</updated>

		<summary type="html">&lt;p&gt;Jmariscal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Interactive Systems]]&lt;br /&gt;
Virtual Theremin Project for my Fundamentals of Music Technology Class&lt;br /&gt;
Virtual Theremin created in python that tracks the coordinate of your hand and uses that information to change the frequency, amplitude and offset of a sine wave creating a sound similar to a Theremin. The program tracks your hand in relation to the screen as well as the distance between your index and thumb and moves that information to a outside software to create the sound.&lt;br /&gt;
&lt;br /&gt;
Below is a demonstration of the project:&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;https://vjmedia.wpi.edu/images/d/d8/2024-08-07_17-06-35_%28online-video-cutter.com%29.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
How to use virtual theramin:&lt;br /&gt;
- load up HandTrackingMin.py in any compiler, I use pycharm for my example&lt;br /&gt;
make sure to have all imports downloaded as well&lt;br /&gt;
&lt;br /&gt;
- Launch application Wekinator(online software that trains a model to connect inputs to outputs)&lt;br /&gt;
&lt;br /&gt;
- make sure that the port number for Wek is 6448, inputs is 3, outputs is 3, and the output port is 12000&lt;br /&gt;
&lt;br /&gt;
- then go file -&amp;gt; open project&lt;br /&gt;
&lt;br /&gt;
- load in WekinatorProjectFinal.wekproj&lt;br /&gt;
&lt;br /&gt;
- launch processing_FMSynth_3ContinousOutputs&lt;br /&gt;
&lt;br /&gt;
- run the HandTrackingMin file&lt;/div&gt;</summary>
		<author><name>Jmariscal</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253327</id>
		<title>Virtual Theremin</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253327"/>
		<updated>2024-08-08T21:48:50Z</updated>

		<summary type="html">&lt;p&gt;Jmariscal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Virtual Theremin Project for my Fundamentals of Music Technology Class&lt;br /&gt;
Virtual Theremin created in python that tracks the coordinate of your hand and uses that information to change the frequency, amplitude and offset of a sine wave creating a sound similar to a Theremin. The program tracks your hand in relation to the screen as well as the distance between your index and thumb and moves that information to a outside software to create the sound.&lt;br /&gt;
&lt;br /&gt;
Below is a demonstration of the project:&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;https://vjmedia.wpi.edu/images/d/d8/2024-08-07_17-06-35_%28online-video-cutter.com%29.mp4&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
How to use virtual theramin:&lt;br /&gt;
- load up HandTrackingMin.py in any compiler, I use pycharm for my example&lt;br /&gt;
make sure to have all imports downloaded as well&lt;br /&gt;
&lt;br /&gt;
- Launch application Wekinator(online software that trains a model to connect inputs to outputs)&lt;br /&gt;
&lt;br /&gt;
- make sure that the port number for Wek is 6448, inputs is 3, outputs is 3, and the output port is 12000&lt;br /&gt;
&lt;br /&gt;
- then go file -&amp;gt; open project&lt;br /&gt;
&lt;br /&gt;
- load in WekinatorProjectFinal.wekproj&lt;br /&gt;
&lt;br /&gt;
- launch processing_FMSynth_3ContinousOutputs&lt;br /&gt;
&lt;br /&gt;
- run the HandTrackingMin file&lt;/div&gt;</summary>
		<author><name>Jmariscal</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253326</id>
		<title>Virtual Theremin</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253326"/>
		<updated>2024-08-08T21:46:34Z</updated>

		<summary type="html">&lt;p&gt;Jmariscal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Virtual Theremin Project for my Fundamentals of Music Technology Class&lt;br /&gt;
Virtual Theremin created in python that tracks the coordinate of your hand and uses that information to change the frequency, amplitude and offset of a sine wave creating a sound similar to a Theremin. The program tracks your hand in relation to the screen as well as the distance between your index and thumb and moves that information to a outside software to create the sound.&lt;br /&gt;
&lt;br /&gt;
Below is a demonstration of the project&lt;br /&gt;
[[File:vjmedia.wpi.edu/images/d/d8/2024-08-07_17-06-35_%28online-video-cutter.com%29.mp4|thumb|demo proj]]&lt;br /&gt;
How to use virtual theramin:&lt;br /&gt;
- load up HandTrackingMin.py in any compiler, I use pycharm for my example&lt;br /&gt;
make sure to have all imports downloaded as well&lt;br /&gt;
- Launch application Wekinator(online software that trains a model to connect inputs to outputs)&lt;br /&gt;
- make sure that the port number for Wek is 6448, inputs is 3, outputs is 3, and the output port is 12000&lt;br /&gt;
- then go file -&amp;gt; open project&lt;br /&gt;
- load in WekinatorProjectFinal.wekproj&lt;br /&gt;
- launch processing_FMSynth_3ContinousOutputs&lt;br /&gt;
- run the HandTrackingMin file and enjoy :-)&lt;/div&gt;</summary>
		<author><name>Jmariscal</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253325</id>
		<title>Virtual Theremin</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253325"/>
		<updated>2024-08-08T21:42:04Z</updated>

		<summary type="html">&lt;p&gt;Jmariscal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Virtual Theremin Project for my Fundamentals of Music Technology Class&lt;br /&gt;
Virtual Theremin created in python that tracks the coordinate of your hand and uses that information to change the frequency, amplitude and offset of a sine wave creating a sound similar to a Theremin. The program tracks your hand in relation to the screen as well as the distance between your index and thumb and moves that information to a outside software to create the sound.&lt;br /&gt;
&lt;br /&gt;
Below is a demonstration of the project&lt;br /&gt;
https://vjmedia.wpi.edu/images/d/d8/2024-08-07_17-06-35_%28online-video-cutter.com%29.mp4&lt;br /&gt;
&lt;br /&gt;
How to use virtual theramin:&lt;br /&gt;
- load up HandTrackingMin.py in any compiler, I use pycharm for my example&lt;br /&gt;
make sure to have all imports downloaded as well&lt;br /&gt;
- Launch application Wekinator(online software that trains a model to connect inputs to outputs)&lt;br /&gt;
- make sure that the port number for Wek is 6448, inputs is 3, outputs is 3, and the output port is 12000&lt;br /&gt;
- then go file -&amp;gt; open project&lt;br /&gt;
- load in WekinatorProjectFinal.wekproj&lt;br /&gt;
- launch processing_FMSynth_3ContinousOutputs&lt;br /&gt;
- run the HandTrackingMin file and enjoy :-)&lt;/div&gt;</summary>
		<author><name>Jmariscal</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253324</id>
		<title>Virtual Theremin</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253324"/>
		<updated>2024-08-08T21:38:33Z</updated>

		<summary type="html">&lt;p&gt;Jmariscal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Virtual Theremin Project for my Fundamentals of Music Technology Class&lt;br /&gt;
Virtual Theremin created in python that tracks the coordinate of your hand and uses that information to change the frequency, amplitude and offset of a sine wave creating a sound similar to a Theremin. The program tracks your hand in relation to the screen as well as the distance between your index and thumb and moves that information to a outside software to create the sound.&lt;br /&gt;
&lt;br /&gt;
Below is a demonstration of the project&lt;br /&gt;
https://vjmedia.wpi.edu/images/d/d8/2024-08-07_17-06-35_%28online-video-cutter.com%29.mp4&lt;/div&gt;</summary>
		<author><name>Jmariscal</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253323</id>
		<title>Virtual Theremin</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=Virtual_Theremin&amp;diff=253323"/>
		<updated>2024-08-08T21:37:50Z</updated>

		<summary type="html">&lt;p&gt;Jmariscal: Virtual Theremin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Virtual Theremin Project for my Fundamentals of Music Technology Class&lt;br /&gt;
Virtual Theremin created in python that tracks the coordinate of your hand and uses that information to change the frequency, amplitude and offset of a sine wave creating a sound similar to a Theremin. The program tracks your hand in relation to the screen as well as the distance between your index and thumb and moves that information to a outside software to create the sound.&lt;br /&gt;
&lt;br /&gt;
Below is a demonstration of the project&lt;br /&gt;
[[https://vjmedia.wpi.edu/File:2024-08-07_17-06-35_(online-video-cutter.com).mp4#filelinks]]&lt;/div&gt;</summary>
		<author><name>Jmariscal</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:2024-08-07_17-06-35_(online-video-cutter.com).mp4&amp;diff=253322</id>
		<title>File:2024-08-07 17-06-35 (online-video-cutter.com).mp4</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:2024-08-07_17-06-35_(online-video-cutter.com).mp4&amp;diff=253322"/>
		<updated>2024-08-08T21:30:38Z</updated>

		<summary type="html">&lt;p&gt;Jmariscal: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jmariscal</name></author>
		
	</entry>
	<entry>
		<id>https://vjmedia.wpi.edu/index.php?title=File:2024-08-07_17-06-35_(online-video-cutter.com).mp4&amp;diff=253321</id>
		<title>File:2024-08-07 17-06-35 (online-video-cutter.com).mp4</title>
		<link rel="alternate" type="text/html" href="https://vjmedia.wpi.edu/index.php?title=File:2024-08-07_17-06-35_(online-video-cutter.com).mp4&amp;diff=253321"/>
		<updated>2024-08-08T21:21:57Z</updated>

		<summary type="html">&lt;p&gt;Jmariscal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Project Demo&lt;/div&gt;</summary>
		<author><name>Jmariscal</name></author>
		
	</entry>
</feed>