<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lowkey digital studio &#187; maxmsp</title>
	<atom:link href="http://www.lowkeydigitalstudio.com/category/maxmsp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lowkeydigitalstudio.com</link>
	<description>portfolio web site of Nathan Wolek</description>
	<lastBuildDate>Sat, 28 Jan 2012 16:03:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GTK @ 10 years</title>
		<link>http://www.lowkeydigitalstudio.com/2011/08/gtk-10-years/</link>
		<comments>http://www.lowkeydigitalstudio.com/2011/08/gtk-10-years/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 03:36:21 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[maxmsp]]></category>
		<category><![CDATA[granular toolkit]]></category>
		<category><![CDATA[jamoma]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.lowkeydigitalstudio.com/?p=257</guid>
		<description><![CDATA[Computer music is a discipline that has always relied on people sharing the software tools they create with the larger community. There are many well known examples: Max Mathews &#38; MUSIC, Barry Vercoe &#38; Csound, Miller Puckette &#38; Max/PD, Tom Erbe &#38; SoundHack. Although my own contributions have not had nearly the impact of these [...]]]></description>
			<content:encoded><![CDATA[<p>Computer music is a discipline that has always relied on people sharing the software tools they create with the larger community. There are many well known examples: <a href="http://en.wikipedia.org/wiki/Max_Mathews">Max Mathews</a> &amp; MUSIC, <a href="http://web.media.mit.edu/~bv/">Barry Vercoe</a> &amp; Csound, <a href="http://crca.ucsd.edu/~msp/">Miller Puckette</a> &amp; Max/PD, Tom Erbe &amp; <a href="http://www.soundhack.com/">SoundHack</a>. Although my own contributions have not had nearly the impact of these gentlemen, I like to think that I have made a small contribution to the community over the years through this website.</p>
<p>By far, the most significant piece of my overall contribution has been the <a href="http://www.lowkeydigitalstudio.com/tag/granular-toolkit/">Granular Toolkit</a>.  This collection of <a href="http://cycling74.com/whatismax/">Max</a> objects and abstractions was born 10 years ago during a summer research grant that I received during my graduate studies at <a href="http://www.music.northwestern.edu/">Northwestern</a>. The plan from the very beginning was to build a useful collection of high-level granular effects and low-level external objects, then give them away for free from my website.</p>
<p>What I got back from the <a href="http://cycling74.com/community/">Max/MSP community</a> was amazing! I have met so many great people, heard so many great pieces and read about so many great projects that used the toolkit over the years.  I have also had a few professional opportunities come my way, such as the <a href="http://cycling74.com/downloads/discontinued/">Hipno plug-in collection</a>.</p>
<p>Although the Granular Toolkit is still working 10 years later with only a few tweaks along the way, new developments have admittedly been sparse these last few years. The toolkit never fully took advantage of some of the big innovations in Max along the way, such as [poly~] or attributes. The biggest reason for this is that I have honestly not always been able to make the GTK a top priority because other projects have demanded my time. I have also tried to maintain the toolkit primarily by myself, which was not easy in retrospect.</p>
<p>Second, the source code for the externals was not designed to maximize the benefits of object-oriented programming.  I was an admittedly naive programmer when I developed the GTK, having learned Java just two years prior to the start of development and teaching myself C as I went along.  Changes to these externals would now require some major surgery on the code to get new features working.</p>
<p>Lastly, the GTK is heavily tied to the Max environment and there is almost no way to use the code in the externals apart from it.  As much as I love working in Max and think it has a long life ahead of it, it would be nice to have the freedom to use my code as the basis for projects in other host environments such as DAW plug-ins and mobile apps.</p>
<p>Over the past several months, I have been taking steps to address these three issues by getting involved with <a href="http://jamoma.org/">Jamoma</a>, an open-source platform for art and computer music projects that I believe addresses the three issues I outlined with my own GTK:</p>
<ul>
<li>Jamoma exists as a software library that can work within the <a href="http://cycling74.com/products/maxmspjitter/">Max environment</a>, but it also has hooks into other host environments and programming languages (things like <a href="http://www.ruby-lang.org/en/">Ruby</a>, <a href="http://en.wikipedia.org/wiki/Audio_Unitshttp://en.wikipedia.org/wiki/Audio_Units">AU</a>, <a href="http://en.wikipedia.org/wiki/Virtual_Studio_Technology">VST</a>, &amp; <a href="http://puredata.info/">PD</a>) without being tied too closely to any one of them.</li>
<li>The code makes use of <a href="http://www.oodesign.com/">object-oriented design patterns</a> so that it can be more easily updated as changes are dictated by the circumstances.</li>
<li>Perhaps best of all, it has attracted <a href="http://jamoma.org/team.html">a growing list of talented developers</a> from around the globe who are collaborating to ensure that the project is continually maintained.</li>
</ul>
<p>So I am writing this blog post to announce that GTK will eventually be superseded by new granular components in Jamoma.  While this work is still in its early stages and no release date is immanent, I wanted to put the idea out there for public consumption and comment.</p>
<p>What has already happened?  In November 2010, <a href="http://74objects.com/">Tim Place</a> and I had a brainstorming session during <a href="http://electrotap.com/blog/572">his visit to Stetson</a>.  We developed an outline of how to merge my granular work into the Jamoma DSP framework and began laying the foundation for this goal in January.  This meant working on boring things like <a href="https://github.com/jamoma/JamomaDSP/tree/master/extensions/WindowFunctionLib">window functions</a> and buffer support. It’s not very exciting stuff, but it is necessary to support our concept for these improved granular operators.</p>
<p>What is happening soon? Although the Jamoma team completes significant work via email and web services, they occasionally get together for face-to-face meetings. In October 2011, I will be joining Tim, <a href="http://trondlossius.no/">Trond Lossius</a> and <a href="http://cnmat.berkeley.edu/people/nils_peters">Nils Peters</a> for a <a href="http://redmine.jamoma.org/projects/modular/wiki/Jamoma_workshop_in_Kansas_City_2011">Jamoma Workshop in Kansas City</a>. This will actually be my first time meeting Trond and Nils in person and I look forward to seeing what progress we make as we put our heads together for three days.</p>
<p>What is happening now? After giving it some thought, I am <a href="http://www.lowkeydigitalstudio.com/maxmsp/gtk_source.zip">releasing the source code for the externals</a> in the GTK collection under a <a href="http://www.opensource.org/licenses/BSD-2-Clause">BSD license</a>. This will help ensure that if folks absolutely need to maintain these objects, they have the materials to do so. Of course, the abstractions have always been “open source”, as one only needs to unlock the Max patches to see how they are built.</p>
<p>So what are your thoughts?  Are you a GTK and/or Jamoma user?  What are some advantages/disadvantages you see as part of these changes? I welcome your input and look forward to keeping you posted on the progress via this website.</p>
<div class="wp-caption alignnone" style="width: 302px"><img title="GTK screenshot" src="http://www.lowkeydigitalstudio.com/pics/2011/gtk_screenshot.gif" alt="" width="292" height="270" /><p class="wp-caption-text">A screenshot from a GTK abstraction</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lowkeydigitalstudio.com/2011/08/gtk-10-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MPG Carepackage</title>
		<link>http://www.lowkeydigitalstudio.com/2010/04/mpg-carepackage/</link>
		<comments>http://www.lowkeydigitalstudio.com/2010/04/mpg-carepackage/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:22:52 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[maxmsp]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[MPG]]></category>
		<category><![CDATA[MPG carepackage]]></category>
		<category><![CDATA[SEAMUS]]></category>

		<guid isPermaLink="false">http://www.lowkeydigitalstudio.com/?p=201</guid>
		<description><![CDATA[SEAMUS 2010 @ St. Cloud State University in Minnesota
I just returned from several days at the Society for Electroacoustic Music in the United States National Conference.  In addition to hearing loads of new music, I gave a presentation on the MPG Carepackage.  This continues my efforts to get more people using this collection of patches [...]]]></description>
			<content:encoded><![CDATA[<p><em><a href="http://seamus2010.stcloudstate.edu/">SEAMUS 2010</a> @ <a href="http://www.stcloudstate.edu/">St. Cloud State University</a> in Minnesota</em></p>
<p>I just returned from several days at the Society for Electroacoustic Music in the United States National Conference.  In addition to hearing loads of new music, I gave a presentation on the MPG Carepackage.  This continues my efforts to get more people using this collection of patches for networking computers running Max/MSP/Jitter and sharing musical data.  Overall, the reaction was positive and I hope many of my colleagues from around the country will follow up by downloading the following files:</p>
<ul>
<li><a href="http://www.nathanwolek.com/podcasts/2010/seamus_mpgcarepackage.m4a">enhanced podcast of lecture</a> &#8211; 14.1 MB</li>
<li><a href="http://www.nathanwolek.com/docs/2010/mpgcarepackage_abstract.pdf">extended abstract in PDF</a> &#8211; 104 kb</li>
<li><a title="MPG carepackage 11 Nov 2009" href="http://www.nathanwolek.com/maxmsp/mpg_cp20091111.zip">MPG carepackage</a> &#8211; last update 11 Nov 2009, 185 kb</li>
</ul>
<p>It is worth noting that I gave this MPG Carepackage lecture earlier at FEAST in November and you can <a href="http://www.lowkeydigitalstudio.com/2009/11/feast-lecture-online/">download a recording of that presentation</a>.  At FEAST, I was a little less pressed for time and so it might be easier to understand the more relaxed pace of that version.</p>
<p>I also had a chance to spend some time with two former Stetson students: Jana Fisher (BA/2009) and Chester Udell (BM/2005).  Jana had a piece entitled <em>Top40:France</em> selected for the conference.  She created this spectral composition for her senior project and it sounded fantastic on the <a href="http://www.genelec.com/products/3-way-monitors/1038b/">big Genelec speakers</a>.  Chester had a piece for trombone and live electronics that was really well done and I am not the only one that thought so; Chester was awarded first place in the annual <a href="http://www.seamusonline.org/ascap.html">SEAMUS/ASCAP Student Commission</a>!  Big congrats to him as this is a huge honor.</p>
<p>All in all a good conference.  Looking forward to hearing where next year will be held.</p>
<div class="wp-caption alignnone" style="width: 210px"><a href="http://www.nathanwolek.com/pics/2010/04seamus/banner_large.jpg"><img title="St. Cloud Banner" src="http://www.nathanwolek.com/pics/2010/04seamus/banner_small.jpg" alt="St. Cloud Banner" width="200" height="267" /></a><p class="wp-caption-text">Banners around campus made sure you knew where you were at.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lowkeydigitalstudio.com/2010/04/mpg-carepackage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.nathanwolek.com/podcasts/2010/seamus_mpgcarepackage.m4a" length="14739396" type="video/mp4" />
		</item>
		<item>
		<title>FEASt lecture online</title>
		<link>http://www.lowkeydigitalstudio.com/2009/11/feast-lecture-online/</link>
		<comments>http://www.lowkeydigitalstudio.com/2009/11/feast-lecture-online/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 19:21:50 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[maxmsp]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[Feast]]></category>
		<category><![CDATA[Miami]]></category>
		<category><![CDATA[MPG]]></category>
		<category><![CDATA[MPG carepackage]]></category>

		<guid isPermaLink="false">http://www.lowkeydigitalstudio.com/?p=139</guid>
		<description><![CDATA[FEASt Festival 2009 @ Florida International University.
If you were not able to attend the FEASt Festival at FIU, you can now download an enhanced podcast recording of my lecture.  The topic of the presentation was network-enabled coordination of laptop performance and featured the public debut of the MPG Carepackage.
The patches involved can be downloaded as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://feastfest.org/"><em>FEASt Festival 2009</em></a><em> @ </em><em><a href="http://music.fiu.edu/">Florida International University</a>.</em></p>
<p>If you were not able to attend the FEASt Festival at FIU, you can now download an enhanced podcast recording of my lecture.  The topic of the presentation was network-enabled coordination of laptop performance and featured the public debut of the MPG Carepackage.</p>
<p>The patches involved can be downloaded as well.  There are currently no help patches, so feel free to comment on this post if you have questions about this work.  The demo should work once you have placed the supporting files in the Cycling 74 folder of your Max installation.</p>
<ul>
<li><a title="FEASt lecture" href="http://www.nathanwolek.com/audio/2009/1114feast_mpglecture.m4a">enhanced podcast of lecture</a> &#8211; 17.4 MB</li>
<li><a title="MPG carepackage 11 Nov 2009" href="http://www.nathanwolek.com/maxmsp/mpg_cp20091111.zip">MPG carepackage</a> &#8211; last update 11 Nov 2009, 185 KB</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lowkeydigitalstudio.com/2009/11/feast-lecture-online/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://www.nathanwolek.com/audio/2009/1114feast_mpglecture.m4a" length="18262588" type="video/mp4" />
		</item>
		<item>
		<title>granular toolkit v1.49</title>
		<link>http://www.lowkeydigitalstudio.com/2007/03/granular-toolkit-v1-49/</link>
		<comments>http://www.lowkeydigitalstudio.com/2007/03/granular-toolkit-v1-49/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 18:00:56 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[maxmsp]]></category>
		<category><![CDATA[granular toolkit]]></category>

		<guid isPermaLink="false">http://www.lowkeydigitalstudio.com/?p=9</guid>
		<description><![CDATA[By far the most popular download on this website.  This set of externals and abstractions developed using several granular synthesis concepts. Effects available in this download include pitch shifting, spatializing, &#8220;clouds&#8221;, chord production and looping.
A paper about this software that was presented at the SEAMUS 2002 National Conference at the University of Iowa.  Later, an [...]]]></description>
			<content:encoded><![CDATA[<p>By far the most popular download on this website.  This set of externals and abstractions developed using several granular synthesis concepts. Effects available in this download include pitch shifting, spatializing, &#8220;clouds&#8221;, chord production and looping.</p>
<p>A paper about this software that was presented at the <a title="SEAMUS online" href="http://www.seamusonline.org/">SEAMUS</a> 2002 National Conference at the University of Iowa.  Later, an article version was published in Journal SEAMUS.  It is available in <a title="journal SEAMUS - GTK 1.0 post" href="http://www.lowkeydigitalstudio.com/2003/07/journal-seamus-granular-toolkit-v1-0/">this separate post</a> and a recommended read for those using the GTK.</p>
<p>The Mac version is Universal Binary.  Mac and Windows versions should work for Max/MSP 4.6 and 5.</p>
<p>Special thanks to Tim Place of <a title="Electrotap LLC" href="http://www.electrotap.com/">Electrotap</a> for the windows port of the externals.</p>
<ul>
<li><a title="GTK mac 1.49" href="http://www.lowkeydigitalstudio.com/maxmsp/gtkUB_1_493.dmg"> Download Mac version 1.49</a> &#8211; 408 kb</li>
<li><a title="GTK win 1.49" href="http://www.lowkeydigitalstudio.com/maxmsp/gtk_1_49win.zip"> Download Win version 1.49</a> &#8211; 500 kb</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lowkeydigitalstudio.com/2007/03/granular-toolkit-v1-49/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>gverb~ object</title>
		<link>http://www.lowkeydigitalstudio.com/2006/11/gverb-object-v0/</link>
		<comments>http://www.lowkeydigitalstudio.com/2006/11/gverb-object-v0/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 20:36:14 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[maxmsp]]></category>
		<category><![CDATA[Griesinger]]></category>
		<category><![CDATA[reverb]]></category>

		<guid isPermaLink="false">http://www.lowkeydigitalstudio.com/?p=82</guid>
		<description><![CDATA[This object implements the same reverb algorithm found in my Griesinger VST plug-in. It is a pretty good stereo reverb at a low CPU load. It currently allows the user to change the decay time and not much else. More parameters (like those in the plug-in) will be available in future versions. Available for Max/MSP [...]]]></description>
			<content:encoded><![CDATA[<p>This object implements the same reverb algorithm found in my Griesinger VST plug-in. It is a pretty good stereo reverb at a low CPU load. It currently allows the user to change the decay time and not much else. More parameters (like those in the plug-in) will be available in future versions. Available for Max/MSP 4.x and 5.</p>
<p>Special thanks to <a href="http://francois.eudes.free.fr/" target="ext_link">f.e chanfrault</a> for the windows port.</p>
<ul>
<li><a title="MacUB dmg archive" href="http://www.lowkeydigitalstudio.com/maxmsp/gverbUB_0_50.dmg">Download v0.5  for Mac Universal Binary</a> &#8211; 68 kb</li>
<li><a title="Mac OSX StuffIt archive" href="http://www.lowkeydigitalstudio.com/maxmsp/gverb_v0.3X.sit">Download v0.3 for Mac OS X</a> &#8211; 8 kb</li>
<li><a title="Win Zip archive" href="http://www.lowkeydigitalstudio.com/maxmsp/winexterns20090224.zip">Download v0.3 for Windows</a> &#8211; 30 kb</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lowkeydigitalstudio.com/2006/11/gverb-object-v0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FFTexternals v0.2</title>
		<link>http://www.lowkeydigitalstudio.com/2006/03/fftexternals-v0-2/</link>
		<comments>http://www.lowkeydigitalstudio.com/2006/03/fftexternals-v0-2/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 20:18:31 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[maxmsp]]></category>
		<category><![CDATA[fft]]></category>

		<guid isPermaLink="false">http://www.lowkeydigitalstudio.com/?p=79</guid>
		<description><![CDATA[A small collection of externals used for various spectral processing. Includes objects for computing amplitude in decibels and a few complex math functions. Available for Max/MSP 4.x.
Special thanks to f.e chanfrault for the windows port.

Download Mac OS X version &#8211; 16 kb (NOTE: Not Universal Binary)
Download Mac OS 9 version &#8211; 16 kb
Download Win version [...]]]></description>
			<content:encoded><![CDATA[<p>A small collection of externals used for various spectral processing. Includes objects for computing amplitude in decibels and a few complex math functions. Available for Max/MSP 4.x.</p>
<p>Special thanks to <a title="f.e. chanfrault website" href="http://personal.computer.free.fr/new/">f.e chanfrault</a> for the windows port.</p>
<ul>
<li><a title="Mac OS X StuffIt" href="http://www.lowkeydigitalstudio.com/maxmsp/FFTexternals_v0.2X.sit">Download Mac OS X version</a> &#8211; 16 kb (<strong>NOTE:</strong> Not Universal Binary)</li>
<li><a title="Mac OS 9 StuffIt" href="http://www.lowkeydigitalstudio.com/maxmsp/FFTexternals_v0.2.sit">Download Mac OS 9 version</a> &#8211; 16 kb</li>
<li><a title="Windows Zip" href="http://www.lowkeydigitalstudio.com/maxmsp/winexterns20090224.zip">Download Win version</a> &#8211; 30 kb</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lowkeydigitalstudio.com/2006/03/fftexternals-v0-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>cpPan~ object</title>
		<link>http://www.lowkeydigitalstudio.com/2006/03/cppan-object/</link>
		<comments>http://www.lowkeydigitalstudio.com/2006/03/cppan-object/#comments</comments>
		<pubDate>Fri, 24 Mar 2006 20:52:12 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[maxmsp]]></category>
		<category><![CDATA[cppan]]></category>

		<guid isPermaLink="false">http://www.lowkeydigitalstudio.com/?p=85</guid>
		<description><![CDATA[This object implements a constant power panning formula and applies it to any input signal. Panning info can be sent as audio or control data. Uses a lookup table, so it is very efficient. Also included in the granular toolkit.

Download Mac OS X version &#8211; 4 kb
Download Mac OS 9 version &#8211; 4 kb
Download Windows [...]]]></description>
			<content:encoded><![CDATA[<p>This object implements a constant power panning formula and applies it to any input signal. Panning info can be sent as audio or control data. Uses a lookup table, so it is very efficient. Also included in the granular toolkit.</p>
<ul>
<li><a title="Mac OSX StuffIt archive" href="http://www.lowkeydigitalstudio.com/maxmsp/cpPanX042006.zip">Download Mac OS X version</a> &#8211; 4 kb</li>
<li><a title="Mac OS9 StuffIt archive" href="http://www.lowkeydigitalstudio.com/maxmsp/cpPan.sit">Download Mac OS 9 version</a> &#8211; 4 kb</li>
<li><a title="Windows Zip archive" href="http://www.lowkeydigitalstudio.com/maxmsp/cpPan_winXP.zip">Download Windows version</a> &#8211; 32 kb</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lowkeydigitalstudio.com/2006/03/cppan-object/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>granular toolkit v1.10</title>
		<link>http://www.lowkeydigitalstudio.com/2005/02/granular-toolkit-v1-10/</link>
		<comments>http://www.lowkeydigitalstudio.com/2005/02/granular-toolkit-v1-10/#comments</comments>
		<pubDate>Thu, 03 Feb 2005 18:42:38 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[maxmsp]]></category>
		<category><![CDATA[granular toolkit]]></category>

		<guid isPermaLink="false">http://www.lowkeydigitalstudio.com/?p=17</guid>
		<description><![CDATA[This is an older pre-Universal Binary version of the Granular Toolkit for Mac users out there that may need it.

Download StuffIt archive &#8211; 212 kb
Download Zip archive &#8211; 364 kb

See these other post for more information about GTK:

granular toolkit 1.49
journal SEAMUS article

]]></description>
			<content:encoded><![CDATA[<p>This is an older pre-Universal Binary version of the Granular Toolkit for Mac users out there that may need it.</p>
<ul>
<li><a title="GTK v1.10 StuffIt" href="http://www.lowkeydigitalstudio.com/maxmsp/granular_toolkit_1.10X.sit">Download StuffIt archive</a> &#8211; 212 kb</li>
<li><a title="GTK v1.10 zip" href="http://www.lowkeydigitalstudio.com/maxmsp/granular_toolkit_1.10X.zip">Download Zip archive</a> &#8211; 364 kb</li>
</ul>
<p>See these other post for more information about GTK:</p>
<ul>
<li><a title="GTK v 1.49 post" href="http://www.lowkeydigitalstudio.com/2007/03/granular-toolkit-v1-49/">granular toolkit 1.49</a></li>
<li><a title="journal SEAMUS article post" href="http://www.lowkeydigitalstudio.com/2003/07/journal-seamus-granular-toolkit-v1-0/">journal SEAMUS article</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lowkeydigitalstudio.com/2005/02/granular-toolkit-v1-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>patchname object</title>
		<link>http://www.lowkeydigitalstudio.com/2002/10/patchname-object/</link>
		<comments>http://www.lowkeydigitalstudio.com/2002/10/patchname-object/#comments</comments>
		<pubDate>Wed, 02 Oct 2002 20:59:37 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[maxmsp]]></category>

		<guid isPermaLink="false">http://www.lowkeydigitalstudio.com/?p=87</guid>
		<description><![CDATA[A simple object that reports the name of the patch in which it is contained. It&#8217;s handy for getting information about a patch when working with certain included objects, like using &#8220;filedate&#8221; to find out when a patch was last updated. Available for Max/MSP 4.x on OS 9 only. This object will not be updated [...]]]></description>
			<content:encoded><![CDATA[<p>A simple object that reports the name of the patch in which it is contained. It&#8217;s handy for getting information about a patch when working with certain included objects, like using &#8220;filedate&#8221; to find out when a patch was last updated. Available for Max/MSP 4.x on OS 9 only. This object will not be updated to OS X because the method it uses appears to be broken in OS X.</p>
<ul>
<li><a title="Mac OS9 StuffIt archive" href="http://www.lowkeydigitalstudio.com/maxmsp/patchname.sit">Download Mac OS9 version</a> &#8211; 4 kb</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lowkeydigitalstudio.com/2002/10/patchname-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tilt object</title>
		<link>http://www.lowkeydigitalstudio.com/2001/05/tilt-object/</link>
		<comments>http://www.lowkeydigitalstudio.com/2001/05/tilt-object/#comments</comments>
		<pubDate>Sun, 06 May 2001 21:02:50 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[maxmsp]]></category>
		<category><![CDATA[tilt]]></category>

		<guid isPermaLink="false">http://www.lowkeydigitalstudio.com/?p=89</guid>
		<description><![CDATA[This max object implements an algorithm that is used to monitor changes in vehicle tilt for car alarms. It can be used to monitor changes in a floating point values and sends an alarm (&#8220;bang&#8221;) when those values exceed the alarm parameters. A flow chart showing how the algorithm works is incuded in the help [...]]]></description>
			<content:encoded><![CDATA[<p>This max object implements an algorithm that is used to monitor changes in vehicle tilt for car alarms. It can be used to monitor changes in a floating point values and sends an alarm (&#8220;bang&#8221;) when those values exceed the alarm parameters. A flow chart showing how the algorithm works is incuded in the help file. Available for Max/MSP 4.x on OS 9 only.</p>
<ul>
<li><a title="Mac OS9 StuffIt archive" href="http://www.lowkeydigitalstudio.com/maxmsp/tilt.sit">Download Mac OS9 version</a> &#8211; 24 kb</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lowkeydigitalstudio.com/2001/05/tilt-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

