<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Java Sequencer Quirk</title>
	<atom:link href="http://code.compartmental.net/2009/06/07/java-sequencer-quirk/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.compartmental.net/2009/06/07/java-sequencer-quirk/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 07:48:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: aaron</title>
		<link>http://code.compartmental.net/2009/06/07/java-sequencer-quirk/comment-page-1/#comment-3045</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Thu, 09 Sep 2010 16:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/?p=154#comment-3045</guid>
		<description>thanks for the reply.  i&#039;ve done something to that effect,..where when the user clicks on the piano roll cell, the program makes note of the tick position and then rebuilds the sequence and then does setsequence and settickposition to the time i want it to be.  but it always sounds glitchy though.  even though it is at least at the correct tick position, it&#039;s never a smooth thing.  do i need to keep some sortof timer going?</description>
		<content:encoded><![CDATA[<p>thanks for the reply.  i&#8217;ve done something to that effect,..where when the user clicks on the piano roll cell, the program makes note of the tick position and then rebuilds the sequence and then does setsequence and settickposition to the time i want it to be.  but it always sounds glitchy though.  even though it is at least at the correct tick position, it&#8217;s never a smooth thing.  do i need to keep some sortof timer going?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddf</title>
		<link>http://code.compartmental.net/2009/06/07/java-sequencer-quirk/comment-page-1/#comment-3039</link>
		<dc:creator>ddf</dc:creator>
		<pubDate>Thu, 09 Sep 2010 01:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/?p=154#comment-3039</guid>
		<description>So, re-reading my post, it sounds like what you should do is create all of the Tracks that you intend to put note events in and hang on to those. Then you can add and remove notes in each track based on user-input and the sequence should pick up those changes with no problems.</description>
		<content:encoded><![CDATA[<p>So, re-reading my post, it sounds like what you should do is create all of the Tracks that you intend to put note events in and hang on to those. Then you can add and remove notes in each track based on user-input and the sequence should pick up those changes with no problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://code.compartmental.net/2009/06/07/java-sequencer-quirk/comment-page-1/#comment-3038</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Wed, 08 Sep 2010 21:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/?p=154#comment-3038</guid>
		<description>A question about this...  Let&#039;s say you were trying to modify the sequence in real time.  I have a gui represenation of a sequence..and when i click on a cell to fill it in (like in a piano roll) , i basically rebuild the sequence over again then say setSequence.  but it causes  the  sequencer to restart from the beginning.   i would rather be able to just add the new events without having the sequencer restart.</description>
		<content:encoded><![CDATA[<p>A question about this&#8230;  Let&#8217;s say you were trying to modify the sequence in real time.  I have a gui represenation of a sequence..and when i click on a cell to fill it in (like in a piano roll) , i basically rebuild the sequence over again then say setSequence.  but it causes  the  sequencer to restart from the beginning.   i would rather be able to just add the new events without having the sequencer restart.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

