<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Live not passing poly aftertouch to m4l device?</title>
		<atom:link href="http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 14:24:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-47986</guid>
					<title><![CDATA[Live not passing poly aftertouch to m4l device?]]></title>
					<link>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-47986</link>
					<pubDate>Sun, 24 Jan 2010 08:23:34 +0000</pubDate>
					<dc:creator>muchachotron</dc:creator>

					<description>
						<![CDATA[
						<p>i&#8217;m building a custom handler in max4live for my td20.  the drum brain uses aftertouch to send the cymbal choke messages. i have a max midi selector (lifted from the example from the help) within a max midi effect in a live track &#8212; it is receiving notes and cc values just fine, but poly aftertouch is ignored. i&#8217;ve set the aftertouch attribute to 1 in the midi selector object.</p>
<p>using midi monitor (os x), i can see that the machine is indeed receiving the aftertouch data.  live is ignoring it or filtering it out, or does not yet have a mechanism for passing to m4l devices.</p>
<p>anyone else encountering this, or have thoughts on resolution?  i know i can make a max patch that floats outside of live that intercepts and translates the aftertouch to cc, etc. and pass to live, but this is not very elegant.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172529</guid>
					<title><![CDATA[Re: Live not passing poly aftertouch to m4l device?]]></title>
					<link>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172529</link>
					<pubDate>Sun, 24 Jan 2010 08:37:02 +0000</pubDate>
					<dc:creator>muchachotron</dc:creator>

					<description>
						<![CDATA[
						<p>in the max for live documentation, &#8220;max for live for pluggo developers&#8221;:</p>
<p>&#8220;Live does not currently support polyphonic aftertouch (received by the polyin~ object).&#8221;</p>
<p>gosh, that sucks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172530</guid>
					<title><![CDATA[Re: Live not passing poly aftertouch to m4l device?]]></title>
					<link>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172530</link>
					<pubDate>Sun, 24 Jan 2010 10:01:53 +0000</pubDate>
					<dc:creator>Hans</dc:creator>

					<description>
						<![CDATA[
						<p>[Shameless plug] Maybe my Java based MIDI driver (<a href="http://netzhansa.com/jmidi.zip" rel="nofollow">http://netzhansa.com/jmidi.zip</a>) can help you with that.  You&#8217;ll need to use a loopback MIDI device to get stuff back into Live if you desire so.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172531</guid>
					<title><![CDATA[Re: Live not passing poly aftertouch to m4l device?]]></title>
					<link>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172531</link>
					<pubDate>Sun, 24 Jan 2010 11:10:51 +0000</pubDate>
					<dc:creator>broc</dc:creator>

					<description>
						<![CDATA[
						<p>Does it also work on Macs?<br />
I&#8217;ve read somewhere that Java on Mac doesn&#8217;t support MIDI..</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172532</guid>
					<title><![CDATA[Re: Live not passing poly aftertouch to m4l device?]]></title>
					<link>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172532</link>
					<pubDate>Sun, 24 Jan 2010 11:24:31 +0000</pubDate>
					<dc:creator>Hans</dc:creator>

					<description>
						<![CDATA[
						<p>It should work on Macs &#8211; I&#8217;m using Windows myself, but the original idea was of mo-seph who I think is a Mac user.  Let us know if it does not.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172533</guid>
					<title><![CDATA[Re: Live not passing poly aftertouch to m4l device?]]></title>
					<link>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172533</link>
					<pubDate>Sun, 24 Jan 2010 12:15:38 +0000</pubDate>
					<dc:creator>Hans</dc:creator>

					<description>
						<![CDATA[
						<p>Here is some information on Java, MIDI and Macs: <a href="http://www.humatic.de/htools/mmj.htm" rel="nofollow">http://www.humatic.de/htools/mmj.htm</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172534</guid>
					<title><![CDATA[Re: Live not passing poly aftertouch to m4l device?]]></title>
					<link>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172534</link>
					<pubDate>Sun, 24 Jan 2010 14:04:42 +0000</pubDate>
					<dc:creator>broc</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, so the issue seems resolved with the latest versions of OS X.<br />
Could be a reason for upgrading..</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172535</guid>
					<title><![CDATA[Re: Live not passing poly aftertouch to m4l device?]]></title>
					<link>http://cycling74.com/forums/topic/live-not-passing-poly-aftertouch-to-m4l-device/#post-172535</link>
					<pubDate>Sun, 24 Jan 2010 18:18:25 +0000</pubDate>
					<dc:creator>muchachotron</dc:creator>

					<description>
						<![CDATA[
						<p>thanks hans, i&#8217;ll see if that fits in the setup.  i do also have max 5 standalone, so most likely i will use that to intercept/translate the aftertouch into something else, but if that fails i&#8217;ll try your java driver.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

