<?xml version='1.0' encoding='utf-8'?>

<feed xmlns='http://www.w3.org/2005/Atom'>
        <link rel='self' 
                        type='application/atom+xml'
                        href='http://community.electrotap.com/blog.xml' 
                        hreflang='en' 
                        title='Electroblog' />
        <link rel='alternate'
                        type='text/html'
                        href='http://community.electrotap.com/blog'
                        hreflang='en'
                        title='Electroblog' />
	<title>Electroblog</title>
	<subtitle type='text'>A weblog from the folks at Electrotap</subtitle>
	<rights>Copyright 2003-2009, Electrotap</rights>
	<id>http://electrotap.net/blog/</id>

	<!-- updated is required to be prior to the entries -->
        		
        		
        		
        		
        		
        		
        		
                <updated>2009-12-14T12:47:00Z</updated>

						<entry>
				<title>Last Month in Jamoma: January 2010</title>
				<link rel="alternate" 
						type="text/html" 
						href="http://electrotap.net/blog/show/562" />
				<id>http://electrotap.net/blog/show/562</id>
				
				<updated>2010-02-02T15:49:00Z</updated>
				<author>
					<name>Tim</name>
					<uri>http://electrotap.net/user/profile/tim</uri>
				</author>
				<summary type='xhtml'>
					<div xmlns='http://www.w3.org/1999/xhtml'>
						<p><p>Traditionally, January seems to be one of the most active months for Jamoma development.  This year was no exception.  Here are some highlights:</p>
<ul>
	<li>Jamoma Foundation project extended to allow compiling for the iPhone/iPod/iPad.</li>
	<li>Jamoma <span class="caps">DSP</span> expanded through the addition of a new <span class="caps">FFT</span> Lib extension for spectral processing, based on the <a href="http://www.kurims.kyoto-u.ac.jp/~ooura/">Ooura library</a></li>
	<li>Jamoma DSP&#8217;s Filter Lib optimization and clean-up work</li>
	<li>Jamoma Multicore was largely re-written to address limitations of the internal architecture as it had previously existed.</li>
	<li>Ruby language binding fleshed out and made to work doing live-coding <span class="caps">DSP</span> with Jamoma Multicore.</li>
	<li>Jamoma Modular saw a continuation of work on the NodeLib (for managing tree structures of modules, parameters, etc.).  The Virage DeviceManager (a daemon that loads plug-ins) has now been integrated through a new Max external called jcom.deviceManager.  This allows communication with Minuit, <span class="caps">OSC</span>, CopperLan and potentially more protocols by building dedicated plugins.</li>
	<li>Many other things have also been going.  Not all of them can be listed, but some include: A UserLib module wrapping ol.autotalent~ (autotune for <span class="caps">MSP</span>); jmod.cueManager/jcom.cuemanager improvements (cue moving, autofollow and comments features); website improvement; and new modules for motion capture retrieval and processing, including selecting models for marker placement and biomechanics, and <span class="caps">GDIF</span> implementation.</li>
</ul></p>
<p class="date">
		2010-02-02 15:49:00 UTC
		(Posted by Tim )
</p>
<p class="comments">0 Comments</p>

					</div>
				</summary>
			</entry>
								<entry>
				<title>Jamoma meets Investment Bankers</title>
				<link rel="alternate" 
						type="text/html" 
						href="http://electrotap.net/blog/show/561" />
				<id>http://electrotap.net/blog/show/561</id>
				
				<updated>2010-02-01T12:59:00Z</updated>
				<author>
					<name>Tim</name>
					<uri>http://electrotap.net/user/profile/tim</uri>
				</author>
				<summary type='xhtml'>
					<div xmlns='http://www.w3.org/1999/xhtml'>
						<p><p>This is <a href="http://mapsadaisical.wordpress.com/2010/01/27/borealis-at-out-hear-kings-place-250110/">a nice review of a performance by Pascal Baltazar</a> .  Pascal is part of the core team developing <a href="http://jamoma.org">Jamoma</a>.</p></p>
<p class="date">
		2010-02-01 12:59:00 UTC
		(Posted by Tim )
</p>
<p class="comments">0 Comments</p>

					</div>
				</summary>
			</entry>
								<entry>
				<title>Top Max Sites</title>
				<link rel="alternate" 
						type="text/html" 
						href="http://electrotap.net/blog/show/560" />
				<id>http://electrotap.net/blog/show/560</id>
				
				<updated>2010-01-29T21:47:00Z</updated>
				<author>
					<name>Tim</name>
					<uri>http://electrotap.net/user/profile/tim</uri>
				</author>
				<summary type='xhtml'>
					<div xmlns='http://www.w3.org/1999/xhtml'>
						<p><p>I&#8217;m not sure who maintains this, but right now they rank this blog as #3 on the list of top Max/<span class="caps">MSP</span> sites:</p>
<p><a href="http://www.topsite.com/best/max/msp">http://www.topsite.com/best/max/msp</a></p></p>
<p class="date">
		2010-01-29 21:47:00 UTC
		(Posted by Tim )
</p>
<p class="comments">0 Comments</p>

					</div>
				</summary>
			</entry>
								<entry>
				<title>Last Month in Jamoma: December 2009</title>
				<link rel="alternate" 
						type="text/html" 
						href="http://electrotap.net/blog/show/518" />
				<id>http://electrotap.net/blog/show/518</id>
				
				<updated>2010-01-08T19:03:00Z</updated>
				<author>
					<name>Tim</name>
					<uri>http://electrotap.net/user/profile/tim</uri>
				</author>
				<summary type='xhtml'>
					<div xmlns='http://www.w3.org/1999/xhtml'>
						<p><p>There are always lots of things going on with Jamoma development, thanks to the growing community of people contributing.  These developments are available through the <a href="http://github.com/tap/Jamoma">source code repository</a> &#8211; these should also make it into future installers and releases.  Here are a few highlights from the last month:</p>
<ul>
	<li>A New Window-Function Library has been introduced as a <span class="caps">DSP</span> extension</li>
	<li>Expansion of the Ruby language bindings, including a Ruby on Rails example app using the Window Function Lib</li>
	<li>A lot of contributors spent the last month working on some Jamoma-related publications for upcoming conferences and journals</li>
	<li>The jcom.vimic~ external was made public in the <span class="caps">DSP</span> project</li>
	<li>Bug fixes and improvements for the upcoming Jamoma 0.5.1 release</li>
	<li>Continued work on the Jamoma NodeLib, which provides an <span class="caps">OSC</span> addressing system for objects in the Jamoma Platform.</li>
</ul></p>
<p class="date">
		2010-01-08 19:03:00 UTC
		(Posted by Tim )
</p>
<p class="comments">0 Comments</p>

					</div>
				</summary>
			</entry>
								<entry>
				<title>Ruby Script for Coding Jitter Externs</title>
				<link rel="alternate" 
						type="text/html" 
						href="http://electrotap.net/blog/show/559" />
				<id>http://electrotap.net/blog/show/559</id>
				
				<updated>2010-01-04T12:24:00Z</updated>
				<author>
					<name>Tim</name>
					<uri>http://electrotap.net/user/profile/tim</uri>
				</author>
				<summary type='xhtml'>
					<div xmlns='http://www.w3.org/1999/xhtml'>
						<p><p>This morning Jean-Marc Pelletier (of cv.jit fame) posted the following the Jitter-Dev forums:</p>
<p><a href="http://jmpelletier.com/a-ruby-script-for-generating-jitter-attributes/">http://jmpelletier.com/a-ruby-script-for-generating-jitter-attributes/</a></p>
<p>This is a nice little trick for automating the coding of all this boring stuff.  The downside is that you still have to read all of that boiler-plate code, but I guess that&#8217;s a different issue altogether&#8230;</p></p>
<p class="date">
		2010-01-04 12:24:00 UTC
		(Posted by Tim )
</p>
<p class="comments">0 Comments</p>

					</div>
				</summary>
			</entry>
								<entry>
				<title>./share Content</title>
				<link rel="alternate" 
						type="text/html" 
						href="http://electrotap.net/blog/show/372" />
				<id>http://electrotap.net/blog/show/372</id>
				
				<updated>2009-12-17T17:54:00Z</updated>
				<author>
					<name>Tim</name>
					<uri>http://electrotap.net/user/profile/tim</uri>
				</author>
				<summary type='xhtml'>
					<div xmlns='http://www.w3.org/1999/xhtml'>
						<p><p>With the recent <a href="http://cycling74.com">Cycling &#8217;74</a> website overhaul, a few things were pruned from the old site structure.  One of them those things was &#8216;./share&#8217; section.</p>
<p>My own ./share page featured mostly things I did about 10 years ago &#8211; so the material is quite old.  However, I thought I should make those materials available here for archival purposes.</p>
<h3><span class="caps">GUI</span> Stuff</h3>
<p><a href="/download/someMetersForMSP.zip">Signal Meters</a> &#8212; a group of signal meters built with lcd and created to be used in bpatchers. This includes tap.AquaGain~ &#8211; an Aqua themed stereo meter/slider combo.</p>
<p><a href="/download/tap.bpatch_vText.zip">tap.bpatch_vText</a> &#8212; A bpatcher which displays text rotated by 90 degrees in either direction. Built using the <span class="caps">LCD</span> object.</p>
<h3>Audio Stuff</h3>
<p><a href="/download/BarleyProcess.zip">BarleyProcess~</a> &#8212; An older granular patch I adapted from Nobaysu Sakonda&#8217;s granular patches (ca. 1998)</p>
<p><a href="/download/SpatializerPatch.zip">8space</a> &#8212; 8 In/8 Out Audio Spatialization Matrix with graphical location controls and real-time gesture recording/playback and manipulation. (ca. 1999)</p>
<p>A vastly improved spatializer interface is included with the examples that ship with Jitter if you want to take a look at that&#8230;</p>
<p><a href="/download/tap.bink.zip">tap.bink~</a> &#8212; This is an alternative port of Miller Puckett&#8217;s bonk~ object. This port was originally done by Ichiro Fujinaga in 1999 for my piece Chinese Food II (for Chopsticks &amp; Computer). When Max 4 came out I did some updating to get it working again, and then some additional work to make it (sort of) work with OS X.</p>
<p>For most purposes you are probably better off using the canonical port of bonk~ . Requires Tap.Tools 1.2 or higher (see below) to be installed. Source code included.</p>
<h3>Wave Editor</h3>
<p><a href="/download/TapToolsEdit.zip">TapTools Edit</a> &#8212; This is a wave editor that I started building in Max/<span class="caps">MSP</span>. It is now unsupported / unmaintained, but may have some tidbits to interest folks. (ca. 2001)</p>
<h3>Tap.Tools</h3>
<p><a href="http://shop.electrotap.com/products/taptools">Tap.Tools</a> is set of over 100 objects (externals, sub-patches, javascripts, etc.) that I originally developed while working on pieces or projects. It is composed of audio/<span class="caps">MSP</span> objects like reverb and pitch-shifting, some regular max objects, and some video related objects such as delay and motion- tracking. For more information, check out the Tap.Tools web page.</p>
<h3>Other Unfinished Projects</h3>
<p><a href="/download/iNsetToolkit.zip">iNset Toolkit v0.1</a> &#8212; Set Theory Analysis on a <span class="caps">MIDI</span> stream using Pyrite. (ca. 2000)<br />
As of the release of Max 4.5, JavaScript has essentially taken the role that Pyrite used to have in Max 3.5. It should be reasonably straight forward to port the code from Pyrite to JavaScript if that is interesting&#8230;</p>
<p><a href="/download/SClib.zip">SuperCollider Compatibility Lib</a> &#8212;  A very humble start on a package of abstractions to make porting SuperCollider patches to Max/<span class="caps">MSP</span> easier&#8230; (ca. 2001)</p></p>
<p class="date">
		2009-12-17 17:54:00 UTC
		(Posted by Tim )
</p>
<p class="comments">0 Comments</p>

					</div>
				</summary>
			</entry>
								<entry>
				<title>DOT Mapper and Jamoma</title>
				<link rel="alternate" 
						type="text/html" 
						href="http://electrotap.net/blog/show/497" />
				<id>http://electrotap.net/blog/show/497</id>
				
				<updated>2009-12-14T12:47:00Z</updated>
				<author>
					<name>jesse</name>
					<uri>http://electrotap.net/user/profile/tim</uri>
				</author>
				<summary type='xhtml'>
					<div xmlns='http://www.w3.org/1999/xhtml'>
						<p><p><object style="height: 344px; width: 425px"><br />
<param name="movie" value="http://www.youtube.com/v/ILT809bPGAM"/><br />
<param name="allowFullScreen" value="true"/><br />
<param name="allowScriptAccess" value="always"/><br />
<embed src="http://www.youtube.com/v/ILT809bPGAM" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"/><br />
</object></p></p>
<p class="date">
		2009-12-14 12:47:00 UTC
		(Posted by jesse )
</p>
<p class="comments">0 Comments</p>

					</div>
				</summary>
			</entry>
			</feed>
