<?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: zl sort bug?</title>
		<atom:link href="http://cycling74.com/forums/topic/zl-sort-bug/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/zl-sort-bug/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 21:54:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/zl-sort-bug/#post-27301</guid>
					<title><![CDATA[zl sort bug?]]></title>
					<link>http://cycling74.com/forums/topic/zl-sort-bug/#post-27301</link>
					<pubDate>Sat, 26 Aug 2006 08:31:46 +0000</pubDate>
					<dc:creator>Masayuki Akamatsu</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>On Max/MSP 4.6.0, both Intel-Mac and PPC Mac, Mac OS 10.4.7,<br />
(I&#8217;ve never tested it on 4.6.1)</p>
<p>I got &#8220;D A B&#8221; when I send &#8220;D B A&#8221; to &#8220;zl sort&#8221;.<br />
I got many similar results.<br />
This could be a bug in zl.<br />
(But I got &#8220;A B C&#8221; when I send &#8220;C B A&#8221; to the same object.)</p>
<p>It works fine on 4.5.7.</p>
<p>I&#8217;m sorry if it&#8217;s already known.</p>
<p>Thank you.</p>
<p>Best,<br />
Masayuki Akamatsu</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/zl-sort-bug/#post-82471</guid>
					<title><![CDATA[Re: zl sort bug?]]></title>
					<link>http://cycling74.com/forums/topic/zl-sort-bug/#post-82471</link>
					<pubDate>Mon, 28 Aug 2006 22:43:34 +0000</pubDate>
					<dc:creator>David Stanford</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m getting the same behavior with MaxMSP 4.6.1 on OSX 10.4.7, PB G4.  <br />
- David</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Summary: Alphabetic sorting is apparently broken for [zl sort] in  <br />
MaxMSP 4.6.1. Numeric sorting seems to work.</p>
<p>Expected Results: [zl sort] arranges a list received in its left  <br />
inlet in alphanumeric order.</p>
<p>Actual Results: Numeric elements are sorted correctly. Alphabetic  <br />
elements are not.</p>
<p>Steps to reproduce: See patch below.</p>
<p>max v2;<br />
#N vpatcher 10 59 396 324;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P message 188 43 72 196617 z x y r a q t u;<br />
#P message 127 44 58 196617 b 1 d 5.6 a;<br />
#P message 6 24 57 196617 0.1 20 5;<br />
#P message 51 80 103 196617 pants pickle pedantic;<br />
#P message 40 63 31 196617 x d t;<br />
#P window linecount 2;<br />
#P message 27 142 37 196617 y x z q a r t u;<br />
#P window linecount 1;<br />
#P newex 27 122 62 196617 prepend set;<br />
#P message 27 45 31 196617 d a c;<br />
#P newex 27 102 40 196617 zl sort;<br />
#P connect 8 0 0 0;<br />
#P connect 7 0 0 0;<br />
#P connect 1 0 0 0;<br />
#P connect 4 0 0 0;<br />
#P connect 5 0 0 0;<br />
#P connect 6 0 0 0;<br />
#P connect 0 0 2 0;<br />
#P connect 2 0 3 0;<br />
#P pop;</p>
<p>On Aug 26, 2006, at 4:31 AM, Masayuki Akamatsu wrote:</p>
<p>> Hi,<br />
><br />
> On Max/MSP 4.6.0, both Intel-Mac and PPC Mac, Mac OS 10.4.7,<br />
> (I&#8217;ve never tested it on 4.6.1)<br />
><br />
> I got &#8220;D A B&#8221; when I send &#8220;D B A&#8221; to &#8220;zl sort&#8221;.<br />
> I got many similar results.<br />
> This could be a bug in zl.<br />
> (But I got &#8220;A B C&#8221; when I send &#8220;C B A&#8221; to the same object.)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/zl-sort-bug/#post-82472</guid>
					<title><![CDATA[Re: zl sort bug?]]></title>
					<link>http://cycling74.com/forums/topic/zl-sort-bug/#post-82472</link>
					<pubDate>Wed, 30 Aug 2006 00:33:49 +0000</pubDate>
					<dc:creator>mzed</dc:creator>

					<description>
						<![CDATA[
						<p>Confirmed for me.  10.4.7, 4.6.1, MBP 2gig</p>
<p>mzed</p>
<p>
Quote: David Stanford wrote on Mon, 28 August 2006 15:43<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> I&#8217;m getting the same behavior with MaxMSP 4.6.1 on OSX 10.4.7, PB G4.  <br />
> &#8211; David<br />
> <br />
> &#8212;&#8212;&#8212;&#8212;&#8211;<br />
> <br />
> Summary: Alphabetic sorting is apparently broken for [zl sort] in  <br />
> MaxMSP 4.6.1. Numeric sorting seems to work.<br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/zl-sort-bug/#post-82473</guid>
					<title><![CDATA[Re: zl sort bug?]]></title>
					<link>http://cycling74.com/forums/topic/zl-sort-bug/#post-82473</link>
					<pubDate>Wed, 30 Aug 2006 03:26:21 +0000</pubDate>
					<dc:creator>Andrew Pask</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks guys &#8211; I can reproduce.</p>
<p>-A</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/zl-sort-bug/#post-82474</guid>
					<title><![CDATA[Re: zl sort bug?]]></title>
					<link>http://cycling74.com/forums/topic/zl-sort-bug/#post-82474</link>
					<pubDate>Wed, 30 Aug 2006 06:12:20 +0000</pubDate>
					<dc:creator>Andrew Pask</dc:creator>

					<description>
						<![CDATA[
						<p>ok &#8211; fix will be in the next update. Ping me off list if you need it sooner.</p>
<p>-A</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

