<?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: Writing a Piano Chord Saver and Recaller, minor Problem.</title>
		<atom:link href="http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 08:57:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-40936</guid>
					<title><![CDATA[Writing a Piano Chord Saver and Recaller, minor Problem.]]></title>
					<link>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-40936</link>
					<pubDate>Wed, 19 Nov 2008 21:03:13 +0000</pubDate>
					<dc:creator>Marcos</dc:creator>

					<description>
						<![CDATA[
						<p>The top row controls which chord you want to program&#8230;it basically controls a gate So if you hit the top left button, all the STORED data in Chord 1 gets played and all new data goes to Chord 1, as soon as you hit the second from the top left, all the stored data in Chord 2 gets played and all new data then goes to that function and  so on etc etc etc&#8230;</p>
<p>So let&#8217;s say I activate chord one and randomly click the matrix, notes should sound. A note on when that box is lit, and the note goes off when that box is unlit. So that&#8217;s LIVE playing, but also the Matrix inside Chord 1 stores what is on and off, so we can recall it later&#8230;.</p>
<p>The problem is, when I do what I want in Chord 1 and switch to Chord 2, all the data from now on DOES go to Chord 2, but the note ON&#8217;s from Chord 1 never get triggered off, so I still have sound, eventhough I want NO sound bcs Chord 2 has NO SOUND programmed yet. I need to figure a way to keep track of what notes were left on in Chord X and when switching to Chord Y, shut all those off.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145304</guid>
					<title><![CDATA[Re: Writing a Piano Chord Saver and Recaller, minor Problem.]]></title>
					<link>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145304</link>
					<pubDate>Wed, 19 Nov 2008 21:05:21 +0000</pubDate>
					<dc:creator>Marcos</dc:creator>

					<description>
						<![CDATA[
						<p>Maybe when I switch from Chord to Chord, the first thing I should do is send a message for all midi notes OFF. Is there a global way to do that, I don&#8217;t think so&#8230;besides going through every note :*(</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145305</guid>
					<title><![CDATA[Re: Writing a Piano Chord Saver and Recaller, minor Problem.]]></title>
					<link>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145305</link>
					<pubDate>Wed, 19 Nov 2008 21:10:03 +0000</pubDate>
					<dc:creator>Marcos</dc:creator>

					<description>
						<![CDATA[
						<p>Im trying to copy this pretty much:</p>
<p><a href="http://www.vimeo.com/837074" rel="nofollow">http://www.vimeo.com/837074</a></p>
<p>Perhaps I should just do note durations (user selected) instead of only ON and OFF</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145306</guid>
					<title><![CDATA[Re: Writing a Piano Chord Saver and Recaller, minor Problem.]]></title>
					<link>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145306</link>
					<pubDate>Wed, 19 Nov 2008 21:14:07 +0000</pubDate>
					<dc:creator>joshua goldberg</dc:creator>

					<description>
						<![CDATA[
						<p>have a look at borax.  run all of your midi note events through that  <br />
object.</p>
<p>On Nov 19, 2008, at 4:05 PM, marcos wrote:</p>
<p>><br />
> Maybe when I switch from Chord to Chord, the first thing I should do  <br />
> is send a message for all midi notes OFF. Is there a global way to  <br />
> do that, I don&#8217;t think so&#8230;besides going through every note :*(</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145307</guid>
					<title><![CDATA[Re: Writing a Piano Chord Saver and Recaller, minor Problem.]]></title>
					<link>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145307</link>
					<pubDate>Wed, 19 Nov 2008 21:14:49 +0000</pubDate>
					<dc:creator>swieser1</dc:creator>

					<description>
						<![CDATA[
						<p>I think the borax object might help you here.  Take a look at the help file.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145308</guid>
					<title><![CDATA[Re: Writing a Piano Chord Saver and Recaller, minor Problem.]]></title>
					<link>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145308</link>
					<pubDate>Wed, 19 Nov 2008 22:39:42 +0000</pubDate>
					<dc:creator>Nick Inhofe</dc:creator>

					<description>
						<![CDATA[
						<p>also, an easier solution might be to use [flush]</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145309</guid>
					<title><![CDATA[Re: Writing a Piano Chord Saver and Recaller, minor Problem.]]></title>
					<link>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145309</link>
					<pubDate>Thu, 20 Nov 2008 18:30:31 +0000</pubDate>
					<dc:creator>Marcos</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: Nick Inhofe wrote on Wed, 19 November 2008 17:39<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> also, an easier solution might be to use [flush] <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Yes sir, that turned out to be the easiest thing to do. Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145310</guid>
					<title><![CDATA[Re: Writing a Piano Chord Saver and Recaller, minor Problem.]]></title>
					<link>http://cycling74.com/forums/topic/writing-a-piano-chord-saver-and-recaller-minor-problem/#post-145310</link>
					<pubDate>Fri, 21 Nov 2008 23:22:48 +0000</pubDate>
					<dc:creator>Marcos</dc:creator>

					<description>
						<![CDATA[
						<p>Next problem. I am using a monome to control this. If I hit two button at the same time, there are a few times when only one midi note will actually get through. I&#8217;m probably hitting them at near the exact same time and only one gets through to noteout. Anyway around that?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

