

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: SooperLooper Forum - Posts</title>
	<!--<atom:link href="http://www.sonosaurus.com/slforum" rel="self" type="application/rss+xml" />-->
		<description>A place to discuss looping using SooperLooper</description>
		<link>http://www.sonosaurus.com/slforum</link>
		<language>en-gb</language>
		<pubDate>Fri, 05 Sep 2008 17:18:22 -0700</pubDate>
		<lastBuildDate>Fri, 18 May 2012 06:48:53 -0700</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: SooperLooper Forum - Fri, 05 Sep 2008 17:18:22 -0700</copyright>
		<dc:creator>jesse@essej.net (SooperLooper Forum)</dc:creator>

		<image>
			<title>RSS Feeds :: SooperLooper Forum - Posts</title>
			<url>http://www.sonosaurus.com/slforum/styles/prosilver/imageset/sl_web_logo_trans2.png</url>
			<link>http://www.sonosaurus.com/slforum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title><![CDATA[Board statistics]]></title>
			<description><![CDATA[
			<table cellspacing="0" cellpadding="5" border="1" id="SiteStats">
				<tbody>
					<tr>
						<td><b>Board started:</b></td>
						<td>Fri Sep 05, 2008 8:18 pm</td>
						<td><b>Days since started:</b></td>
						<td>1350</td>
					</tr>
					<tr>
						<td><b>Board version:</b></td>
						<td>phpbb 3.0.2</td>
						<td><b>All times are  :</b></td>
						<td>UTC - 5 hours</td>
					</tr>
					<tr>
						<td><b>Number of posts:</b></td>
						<td>1664</td>
						<td><b>Posts per day:</b></td>
						<td>1.23</td>
					</tr>
					<tr>
						<td><b>Number of topics:</b></td>
						<td>1529</td>
						<td><b>Topics per day:</b></td>
						<td>1.13</td>
					</tr>
					<tr>
						<td><b>Number of users:</b></td>
						<td>1224</td>
						<td><b>Users per day:</b></td>
						<td>0.91</td>
					</tr>
					<tr>
						<td><b>Our newest member <strong></strong>:</b></td>
						<td colspan="3">fedalah46</td>
					</tr>
					<tr>
						<td colspan="4">Most users ever online was <strong>65</strong> on Tue Jul 06, 2010 8:06 am</td>
					</tr>
				</tbody>
			</table>
			<hr />]]></description>
			<content:encoded><![CDATA[<p>Fri Sep 05, 2008 8:18 pm<br />1664 &bull; 1529 &bull; 1224 &bull; fedalah46</p><hr />]]></content:encoded>
			<guid isPermaLink="true">http://www.sonosaurus.com/slforum</guid>
		</item>
			<item>
			<title>Re: selected_loop_number</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3762&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3762</link>
				<description><![CDATA[Thank you very much kasbah! It works really well and is very effective.
this function is for me one of the most powerful in the software regarding
midi bindings.<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4632&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">deegio</a> &bull; on Thu May 17, 2012 9:39 am</p><hr />]]></description>
					<content:encoded><![CDATA[Thank you very much kasbah! It works really well and is very effective.
this function is for me one of the most powerful in the software regarding
midi bindings.]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=15"><![CDATA[Bug Reports]]></category>
			<dc:creator><![CDATA[4632]]></dc:creator>
			<dc:date>2012-05-17T06:39:20-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3762&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3762</guid>
		</item>
			<item>
			<title>Re: Pause requires 'doubleclick' the first time</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3755&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3755</link>
				<description><![CDATA[Another update. This was actually an issue with the way the GUI handled the
binding. If you want a quick fix you can edit your .slb file and change the
CC binding that looks something like this:<br /><dl
class="codebox"><dt>Code: </dt><dd><code>0 cc 21&nbsp; note pause 0&nbsp; 0
1&nbsp; norm 0 127<br /></code></dd></dl><br />to <br /><dl
class="codebox"><dt>Code: </dt><dd><code>0 cc 21&nbsp; hit pause 0&nbsp; 0
1&nbsp; norm 0 127<br /></code></dd></dl><br />If you change the binding
though and save it then your change may be overwritten.<br /><br />If you
feel so inclined you could compile my development version where the fix is
permanent (although the binding file will still need to be changed):
"https://github.com/kasbah/sooperlooper"<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4442&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">kasbah</a> &bull; on Tue May 15, 2012 2:30 am</p><hr />]]></description>
					<content:encoded><![CDATA[Another update. This was actually an issue with the way the GUI handled the
binding. If you want a quick fix you can edit your .slb file and change the
CC binding that looks something like this:<br /><dl
class="codebox"><dt>Code: </dt><dd><code>0 cc 21&nbsp; note pause 0&nbsp; 0
1&nbsp; norm 0 127<br /></code></dd></dl><br />to <br /><dl
class="codebox"><dt>Code: </dt><dd><code>0 cc 21&nbsp; hit pause 0&nbsp; 0
1&nbsp; norm 0 127<br /></code></dd></dl><br />If you change the binding
though and save it then your change may be overwritten.<br /><br />If you
feel so inclined you could compile my development version where the fix is
permanent (although the binding file will still need to be changed):
"https://github.com/kasbah/sooperlooper"]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=7"><![CDATA[MIDI Setup]]></category>
			<dc:creator><![CDATA[4442]]></dc:creator>
			<dc:date>2012-05-14T23:30:31-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3755&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3755</guid>
		</item>
			<item>
			<title>microphone</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3748&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3748</link>
				<description><![CDATA[How do you hook a Microphone up to two separate powered mixers? I need to
hook up a wireless microphone up to two separate powered mixers and I don't
know how. I tried splitting the wire but that creates a buzzing. The only
thing I can think of is to get two separate microphone receivers so they
both receive the signal. But that could get expensive especially since I
don't need another microphone. So are there any other options besides that?
If there aren't, is there a way to get just the receiver, or possibly a
less expensive receiver that would run on the same frequency as the one I
have? Thanks.<br />_______________________________<br /><a
href="http://www.keywordspy.com/overview/keyword.aspx?q=yahoo%20keyword%20tool"
class="postlink">yahoo keyword tool</a> ~ <a
href="http://www.keywordspy.com/overview/keyword.aspx?q=overture"
class="postlink">overture</a> ~ <a
href="http://www.keywordspy.com/overview/keyword.aspx?q=traffic%20estimator"
class="postlink">traffic estimator</a> ~ <a
href="http://www.keywordspy.com/overview/keyword.aspx?q=adwords%20traffic%20estimator"
class="postlink">adwords traffic estimator</a><p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4505&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">zeeneefa</a> &bull; on Mon May 14, 2012 5:31 am</p><hr />]]></description>
					<content:encoded><![CDATA[How do you hook a Microphone up to two separate powered mixers? I need to
hook up a wireless microphone up to two separate powered mixers and I don't
know how. I tried splitting the wire but that creates a buzzing. The only
thing I can think of is to get two separate microphone receivers so they
both receive the signal. But that could get expensive especially since I
don't need another microphone. So are there any other options besides that?
If there aren't, is there a way to get just the receiver, or possibly a
less expensive receiver that would run on the same frequency as the one I
have? Thanks.<br />_______________________________<br /><a
href="http://www.keywordspy.com/overview/keyword.aspx?q=yahoo%20keyword%20tool"
class="postlink">yahoo keyword tool</a> ~ <a
href="http://www.keywordspy.com/overview/keyword.aspx?q=overture"
class="postlink">overture</a> ~ <a
href="http://www.keywordspy.com/overview/keyword.aspx?q=traffic%20estimator"
class="postlink">traffic estimator</a> ~ <a
href="http://www.keywordspy.com/overview/keyword.aspx?q=adwords%20traffic%20estimator"
class="postlink">adwords traffic estimator</a>]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=5"><![CDATA[Mac Specific Troubleshooting]]></category>
			<dc:creator><![CDATA[4505]]></dc:creator>
			<dc:date>2012-05-14T02:31:44-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3748&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3748</guid>
		</item>
			<item>
			<title>Re: impossible to get to next track</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3746&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3746</link>
				<description><![CDATA[Thanks a lot for your help! It's sorted now.<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4626&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">dosis</a> &bull; on Sun May 13, 2012 4:08 am</p><hr />]]></description>
					<content:encoded><![CDATA[Thanks a lot for your help! It's sorted now.]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=11"><![CDATA[Logic]]></category>
			<dc:creator><![CDATA[4626]]></dc:creator>
			<dc:date>2012-05-13T01:08:36-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3746&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3746</guid>
		</item>
			<item>
			<title>Re: best microphone</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3737&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3737</link>
				<description><![CDATA[Since the input on your computer is most likely stereo and your microphones
are most likely mono you can use a "3.5mm stereo male to 2x 3.5mm mono
female" splitter. Like this one:<br
/>"http://compare.ebay.co.uk/like/200734934049?var=lv&ltyp=AllFixedPriceItemTypes&var=sbar&cbt=y"<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4442&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">kasbah</a> &bull; on Wed May 09, 2012 10:45 pm</p><hr />]]></description>
					<content:encoded><![CDATA[Since the input on your computer is most likely stereo and your microphones
are most likely mono you can use a "3.5mm stereo male to 2x 3.5mm mono
female" splitter. Like this one:<br
/>"http://compare.ebay.co.uk/like/200734934049?var=lv&ltyp=AllFixedPriceItemTypes&var=sbar&cbt=y"]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=5"><![CDATA[Mac Specific Troubleshooting]]></category>
			<dc:creator><![CDATA[4442]]></dc:creator>
			<dc:date>2012-05-09T19:45:34-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3737&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3737</guid>
		</item>
			<item>
			<title>best microphone</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3736&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3736</link>
				<description><![CDATA[How do I use two microphones on one computer with only one microphone slot?
I have a computer that has one 3.5mm Jack microphone slot. I have my
microphone that I plug in and use. When I use my computer with friends we
sometimes struggle to use the same microphone because we have to keep
passing it around. We have another microphone but can only plug in one at a
time. What can I do so I can use both?<br
/>______________________________________<br /><a
href="http://www.keywordspy.com/overview/domain.aspx?q=affiliateelite.com"
class="postlink">affiliateelite</a> ~ <a
href="http://www.keywordspy.com/overview/domain.aspx?q=affiliateelite.com"
class="postlink">affiliateelite.com</a> ~ <a
href="http://www.keywordspy.com/overview/keyword.aspx?q=adgooroo"
class="postlink">adgooroo</a> ~ <a
href="http://www.keywordspy.com/overview/domain.aspx?q=adgooroo.com"
class="postlink">adgooroo.com</a><p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4634&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">jayantee</a> &bull; on Wed May 09, 2012 5:27 am</p><hr />]]></description>
					<content:encoded><![CDATA[How do I use two microphones on one computer with only one microphone slot?
I have a computer that has one 3.5mm Jack microphone slot. I have my
microphone that I plug in and use. When I use my computer with friends we
sometimes struggle to use the same microphone because we have to keep
passing it around. We have another microphone but can only plug in one at a
time. What can I do so I can use both?<br
/>______________________________________<br /><a
href="http://www.keywordspy.com/overview/domain.aspx?q=affiliateelite.com"
class="postlink">affiliateelite</a> ~ <a
href="http://www.keywordspy.com/overview/domain.aspx?q=affiliateelite.com"
class="postlink">affiliateelite.com</a> ~ <a
href="http://www.keywordspy.com/overview/keyword.aspx?q=adgooroo"
class="postlink">adgooroo</a> ~ <a
href="http://www.keywordspy.com/overview/domain.aspx?q=adgooroo.com"
class="postlink">adgooroo.com</a>]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=5"><![CDATA[Mac Specific Troubleshooting]]></category>
			<dc:creator><![CDATA[4634]]></dc:creator>
			<dc:date>2012-05-09T02:27:55-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3736&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3736</guid>
		</item>
			<item>
			<title>Re: Quantize cycle alternates loop 1 between mono and stereo</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3735&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3735</link>
				<description><![CDATA[This kind of thing has been a long-term and hard to track down bug for a
while.  By narrowing it down to certain reproducible conditions, it might
be possible to track it down.  It won't be an easy fix Kasbah!<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=53&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">jesse</a> &bull; on Mon May 07, 2012 3:23 pm</p><hr />]]></description>
					<content:encoded><![CDATA[This kind of thing has been a long-term and hard to track down bug for a
while.  By narrowing it down to certain reproducible conditions, it might
be possible to track it down.  It won't be an easy fix Kasbah!]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=15"><![CDATA[Bug Reports]]></category>
			<dc:creator><![CDATA[53]]></dc:creator>
			<dc:date>2012-05-07T12:23:24-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3735&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3735</guid>
		</item>
			<item>
			<title>Re: Pause requires 'doubleclick' the first time</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3734&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3734</link>
				<description><![CDATA[<blockquote class="uncited"><div>I'm not sure how I would recognize it if
there was an undo_all event.</div></blockquote><br />The whole loop
disappears and returns to the "Off" state.<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4442&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">kasbah</a> &bull; on Mon May 07, 2012 1:15 pm</p><hr />]]></description>
					<content:encoded><![CDATA[<blockquote class="uncited"><div>I'm not sure how I would recognize it if
there was an undo_all event.</div></blockquote><br />The whole loop
disappears and returns to the "Off" state.]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=7"><![CDATA[MIDI Setup]]></category>
			<dc:creator><![CDATA[4442]]></dc:creator>
			<dc:date>2012-05-07T10:15:49-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3734&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3734</guid>
		</item>
			<item>
			<title>Re: Quantize cycle alternates loop 1 between mono and stereo</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3733&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3733</link>
				<description><![CDATA[I recently experienced some strange alternating channel playback similar to
what you are describing as well. Though I always have quantize set to Cycle
and Cycle to Loop1 initially it seemed to have something to do with whether
the track had been muted or not. I will try to track down these issues
further but I can't really promise a quick fix on this.<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4442&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">kasbah</a> &bull; on Mon May 07, 2012 1:13 pm</p><hr />]]></description>
					<content:encoded><![CDATA[I recently experienced some strange alternating channel playback similar to
what you are describing as well. Though I always have quantize set to Cycle
and Cycle to Loop1 initially it seemed to have something to do with whether
the track had been muted or not. I will try to track down these issues
further but I can't really promise a quick fix on this.]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=15"><![CDATA[Bug Reports]]></category>
			<dc:creator><![CDATA[4442]]></dc:creator>
			<dc:date>2012-05-07T10:13:19-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3733&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3733</guid>
		</item>
			<item>
			<title>Re: impossible to get to next track</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3732&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3732</link>
				<description><![CDATA[This is most likely because SL's binding will default to "Note" message
setting. This means they will respond to both "Note On" and "Note Off"
messages. The NanoPad and MPK will most likley send NoteOn and NoteOff in
quick sucession so what you want to do is change the binding setting to
"Note On" only. You can find this settings in the "MIDI Event" panel in the
MIDI Bindings preferences.  <br /><br /><blockquote
class="uncited"><div>I've also tried using the caps lock keyboard set up in
the same way but it's greyed out even when I click on
it.</div></blockquote><br /><br />I am not sure what you are referring to
here at all. If you could explain further that would be great.<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4442&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">kasbah</a> &bull; on Mon May 07, 2012 1:08 pm</p><hr />]]></description>
					<content:encoded><![CDATA[This is most likely because SL's binding will default to "Note" message
setting. This means they will respond to both "Note On" and "Note Off"
messages. The NanoPad and MPK will most likley send NoteOn and NoteOff in
quick sucession so what you want to do is change the binding setting to
"Note On" only. You can find this settings in the "MIDI Event" panel in the
MIDI Bindings preferences.  <br /><br /><blockquote
class="uncited"><div>I've also tried using the caps lock keyboard set up in
the same way but it's greyed out even when I click on
it.</div></blockquote><br /><br />I am not sure what you are referring to
here at all. If you could explain further that would be great.]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=11"><![CDATA[Logic]]></category>
			<dc:creator><![CDATA[4442]]></dc:creator>
			<dc:date>2012-05-07T10:08:41-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3732&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3732</guid>
		</item>
			<item>
			<title>Re: selected_loop_number</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3731&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3731</link>
				<description><![CDATA[You need to set both values in the target range to the loop number you want
to select (starting from 0 for the first). So for a binding to select the
first loop the target range needs to be set to 0, 0. For the second loop
you set the target range to 1,1. For the third 2,2 etc... if you do want a
binding to select all loops, set the target range to -1,-1. <br /><br
/>Hope this helps.<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4442&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">kasbah</a> &bull; on Mon May 07, 2012 12:58 pm</p><hr />]]></description>
					<content:encoded><![CDATA[You need to set both values in the target range to the loop number you want
to select (starting from 0 for the first). So for a binding to select the
first loop the target range needs to be set to 0, 0. For the second loop
you set the target range to 1,1. For the third 2,2 etc... if you do want a
binding to select all loops, set the target range to -1,-1. <br /><br
/>Hope this helps.]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=15"><![CDATA[Bug Reports]]></category>
			<dc:creator><![CDATA[4442]]></dc:creator>
			<dc:date>2012-05-07T09:58:10-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3731&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3731</guid>
		</item>
			<item>
			<title>selected_loop_number</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3730&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3730</link>
				<description><![CDATA[hello, I'm actually running the 1.6.14 version of SL in the GNUTUXguitar
distribution and i cannot assign a loop number with the function because
the function is global so it always select all the loops, there is no way
to select just one of them and assign it to a midi binding, so maybe I
don't know how to do, or the function have a bug, can you help me please?
thank you!<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4632&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">deegio</a> &bull; on Sat May 05, 2012 6:27 am</p><hr />]]></description>
					<content:encoded><![CDATA[hello, I'm actually running the 1.6.14 version of SL in the GNUTUXguitar
distribution and i cannot assign a loop number with the function because
the function is global so it always select all the loops, there is no way
to select just one of them and assign it to a midi binding, so maybe I
don't know how to do, or the function have a bug, can you help me please?
thank you!]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=15"><![CDATA[Bug Reports]]></category>
			<dc:creator><![CDATA[4632]]></dc:creator>
			<dc:date>2012-05-05T03:27:03-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3730&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3730</guid>
		</item>
			<item>
			<title>impossible to get to next track</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3721&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3721</link>
				<description><![CDATA[Hi,<br /><br />I'm new to SL but I've seen a few tutorials so I know how to
do stuff it's just my setup giving me problems.<br /><br />I had a few MIDI
bindings mapped and it's the next and previous track that is causing
problems. I've tried assigning them to nanopad2 pads and mpk mini pads but
if I press a pad once it skips a few tracks instead of just going to the
next one. I try pressing the pad lightly and holding it down. Both sets of
pads aren't the most responsive in the world but not once have I managed to
only skip to the next track and I've been trying for a while.<br /><br
/>I've also tried using the caps lock keyboard set up in the same way but
it's greyed out even when I click on it.<br /><br />Many thanks for any
help in advance!<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4626&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">dosis</a> &bull; on Thu May 03, 2012 2:50 pm</p><hr />]]></description>
					<content:encoded><![CDATA[Hi,<br /><br />I'm new to SL but I've seen a few tutorials so I know how to
do stuff it's just my setup giving me problems.<br /><br />I had a few MIDI
bindings mapped and it's the next and previous track that is causing
problems. I've tried assigning them to nanopad2 pads and mpk mini pads but
if I press a pad once it skips a few tracks instead of just going to the
next one. I try pressing the pad lightly and holding it down. Both sets of
pads aren't the most responsive in the world but not once have I managed to
only skip to the next track and I've been trying for a while.<br /><br
/>I've also tried using the caps lock keyboard set up in the same way but
it's greyed out even when I click on it.<br /><br />Many thanks for any
help in advance!]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=11"><![CDATA[Logic]]></category>
			<dc:creator><![CDATA[4626]]></dc:creator>
			<dc:date>2012-05-03T11:50:32-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3721&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3721</guid>
		</item>
			<item>
			<title>Quantize cycle alternates loop 1 between mono and stereo</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3710&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3710</link>
				<description><![CDATA[Hi,<br /><br />I have SooperLooper set up almost exactly as I want as an
AudioUnit, sadly it seems that it triggers bug that I can't seem to work
around.<br /><br />I have two loops, the first one is the 'main loop' and
set the record based on an audio level threshold. Once that loop is
recorded, it should determine the quantize point of the second loop, so I
have 'quantize' set to 'cycle' and 'sync to' to 'Loop 1'. For the second
loop, I have 'sync' and 'play sync' checked and it behaves fine.<br /><br
/>However, when I set 'quantize' to 'cycle' before recording the first
loop, it alternates between a mono version of the loop (only output channel
1) and a stereo version on each playback cycle. It's only when I turn off
'quantize' when recording the first loop and switch it to 'cycle'
afterwards, that everything behaves correctly.<br /><br />That's a bug,
right? Any chance to get it fixed soon?<br /><br />Thanks,<br /><br />Geert<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4622&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">gbevin</a> &bull; on Wed May 02, 2012 1:56 pm</p><hr />]]></description>
					<content:encoded><![CDATA[Hi,<br /><br />I have SooperLooper set up almost exactly as I want as an
AudioUnit, sadly it seems that it triggers bug that I can't seem to work
around.<br /><br />I have two loops, the first one is the 'main loop' and
set the record based on an audio level threshold. Once that loop is
recorded, it should determine the quantize point of the second loop, so I
have 'quantize' set to 'cycle' and 'sync to' to 'Loop 1'. For the second
loop, I have 'sync' and 'play sync' checked and it behaves fine.<br /><br
/>However, when I set 'quantize' to 'cycle' before recording the first
loop, it alternates between a mono version of the loop (only output channel
1) and a stereo version on each playback cycle. It's only when I turn off
'quantize' when recording the first loop and switch it to 'cycle'
afterwards, that everything behaves correctly.<br /><br />That's a bug,
right? Any chance to get it fixed soon?<br /><br />Thanks,<br /><br />Geert]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=15"><![CDATA[Bug Reports]]></category>
			<dc:creator><![CDATA[4622]]></dc:creator>
			<dc:date>2012-05-02T10:56:20-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3710&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3710</guid>
		</item>
			<item>
			<title>Re: Pause Off Isn't Quantized</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3702&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3702</link>
				<description><![CDATA[True, I guess that's what trigger is for? I guess that doesn't work if you
don't want to play from the start.<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4442&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">kasbah</a> &bull; on Mon Apr 30, 2012 6:37 pm</p><hr />]]></description>
					<content:encoded><![CDATA[True, I guess that's what trigger is for? I guess that doesn't work if you
don't want to play from the start.]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=15"><![CDATA[Bug Reports]]></category>
			<dc:creator><![CDATA[4442]]></dc:creator>
			<dc:date>2012-04-30T15:37:54-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3702&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3702</guid>
		</item>
			<item>
			<title>Re: Pause or Trigger Quant Doesn't Always Work Properly</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3701&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3701</link>
				<description><![CDATA[Hmm.. can't reproduce this on the GUI. I will try via OSC when I get a bit
of time. <br /><br />As an aside. I think I use mute and un-mute to achieve
what you are doing here.<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4442&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">kasbah</a> &bull; on Mon Apr 30, 2012 6:35 pm</p><hr />]]></description>
					<content:encoded><![CDATA[Hmm.. can't reproduce this on the GUI. I will try via OSC when I get a bit
of time. <br /><br />As an aside. I think I use mute and un-mute to achieve
what you are doing here.]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=15"><![CDATA[Bug Reports]]></category>
			<dc:creator><![CDATA[4442]]></dc:creator>
			<dc:date>2012-04-30T15:35:29-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3701&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3701</guid>
		</item>
			<item>
			<title>Re: Clicks</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3700&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3700</link>
				<description><![CDATA[I noticed some things while playing around with this. <br /><br />The
default undo behaviour of SL has been that if you record, then do something
else or record again and then hit undo twice it will only undo up to the
first record. It won't go back to the "Off" state. For example, take these
actions and the states that follow when they complete:<br /><dl
class="codebox"><dt>Code: </dt><dd><code>Record&nbsp; - State:Playing<br
/>Undo&nbsp; &nbsp; - State:Off<br />Record&nbsp; - State:Playing<br
/>Record&nbsp; - State:Playing<br />Undo&nbsp; &nbsp; - State:Playing<br
/>Undo&nbsp; &nbsp; - State:Playing<br /></code></dd></dl><br />To me it
would make more sense if it went back to the "Off" state but maybe Jesse
did this for a reason. I can see that in live use it may be useful as you
can just mash undo but never worry about accidentally going back to the
"Off" state.<br /><br />Now with your patch it will go back to "Off" _if_
it isn't muted. When muted it defaults to the old behaviour. Whichever
behaviour we go for, it should do the same whether muted or not. I was also
thinking about trying to add a MUTED_PLAYING and MUTED_OFF state so that
you can un-mute when muted and off. <br /><br />Another thing, what about
clicks when redoing, do they need to be addressed in a similar way?<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4442&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">kasbah</a> &bull; on Mon Apr 30, 2012 6:24 pm</p><hr />]]></description>
					<content:encoded><![CDATA[I noticed some things while playing around with this. <br /><br />The
default undo behaviour of SL has been that if you record, then do something
else or record again and then hit undo twice it will only undo up to the
first record. It won't go back to the "Off" state. For example, take these
actions and the states that follow when they complete:<br /><dl
class="codebox"><dt>Code: </dt><dd><code>Record&nbsp; - State:Playing<br
/>Undo&nbsp; &nbsp; - State:Off<br />Record&nbsp; - State:Playing<br
/>Record&nbsp; - State:Playing<br />Undo&nbsp; &nbsp; - State:Playing<br
/>Undo&nbsp; &nbsp; - State:Playing<br /></code></dd></dl><br />To me it
would make more sense if it went back to the "Off" state but maybe Jesse
did this for a reason. I can see that in live use it may be useful as you
can just mash undo but never worry about accidentally going back to the
"Off" state.<br /><br />Now with your patch it will go back to "Off" _if_
it isn't muted. When muted it defaults to the old behaviour. Whichever
behaviour we go for, it should do the same whether muted or not. I was also
thinking about trying to add a MUTED_PLAYING and MUTED_OFF state so that
you can un-mute when muted and off. <br /><br />Another thing, what about
clicks when redoing, do they need to be addressed in a similar way?]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=15"><![CDATA[Bug Reports]]></category>
			<dc:creator><![CDATA[4442]]></dc:creator>
			<dc:date>2012-04-30T15:24:25-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3700&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3700</guid>
		</item>
			<item>
			<title>Re: Pause requires 'doubleclick' the first time</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3699&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3699</link>
				<description><![CDATA[sorry for the late reply!  No I haven't seen the 'undo all', but I haven't
used SL in a week or two.  I'm not a very advanced user, I'm not sure how I
would recognize it if there was an undo_all event.  But if I do see that
I'll post here.<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4518&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">Ansible</a> &bull; on Sun Apr 29, 2012 4:07 pm</p><hr />]]></description>
					<content:encoded><![CDATA[sorry for the late reply!  No I haven't seen the 'undo all', but I haven't
used SL in a week or two.  I'm not a very advanced user, I'm not sure how I
would recognize it if there was an undo_all event.  But if I do see that
I'll post here.]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=7"><![CDATA[MIDI Setup]]></category>
			<dc:creator><![CDATA[4518]]></dc:creator>
			<dc:date>2012-04-29T13:07:43-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3699&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3699</guid>
		</item>
			<item>
			<title>Re: Improvised audio with SL</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3688&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3688</link>
				<description><![CDATA[music is very nice.thanks............<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4579&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">jasiccamark</a> &bull; on Fri Apr 27, 2012 6:52 am</p><hr />]]></description>
					<content:encoded><![CDATA[music is very nice.thanks............]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=8"><![CDATA[Music made with SL]]></category>
			<dc:creator><![CDATA[4579]]></dc:creator>
			<dc:date>2012-04-27T03:52:44-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3688&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3688</guid>
		</item>
			<item>
			<title>Pause Off Isn't Quantized</title>
			<link>http://www.sonosaurus.com/slforum/./viewtopic.php?p=3676&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3676</link>
				<description><![CDATA[Pause On and Pause both obey Quantize setting. Not Pause off.<p>Statistics : Posted by <a href="./memberlist.php?mode=viewprofile&amp;u=4560&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870">josh</a> &bull; on Mon Apr 23, 2012 11:33 pm</p><hr />]]></description>
					<content:encoded><![CDATA[Pause On and Pause both obey Quantize setting. Not Pause off.]]></content:encoded>
					<category domain="http://www.sonosaurus.com/slforum/viewforum.php?f=15"><![CDATA[Bug Reports]]></category>
			<dc:creator><![CDATA[4560]]></dc:creator>
			<dc:date>2012-04-23T20:33:34-07:00</dc:date>
			<guid isPermaLink="false">http://www.sonosaurus.com/slforum/./viewtopic.php?p=3676&amp;sid=2e9eea5e9ac0fe16a3b8543da2af3870#p3676</guid>
		</item>
			<item>
			<title>Click to jump to page…</title>
			<description><![CDATA[
			<div class="pagination">
				  Page <strong>1</strong> of <strong>5</strong> &bull; <span><strong>1</strong><span class="page-sep">, </span><a href="rss.php?mode=posts&amp;start=20">2</a><span class="page-sep">, </span><a href="rss.php?mode=posts&amp;start=40">3</a><span class="page-sep">, </span><a href="rss.php?mode=posts&amp;start=60">4</a><span class="page-sep">, </span><a href="rss.php?mode=posts&amp;start=80">5</a></span>			</div>
			<hr />]]></description>
			<guid isPermaLink="false"></guid>
        </item>
	
	</channel>
</rss>
