<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Community: Message List</title>
    <link>http://line6.com/support/index.jspa?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Sun, 02 Oct 2011 23:37:11 GMT</pubDate>
    <generator>Jive SBS 4.5.7.0 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2011-10-02T23:37:11Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: TCDDK on 64-bit OS?</title>
      <link>http://line6.com/support/message/317321?tstart=0#317321</link>
      <description>&lt;!-- [DocumentBodyStart:87e9af62-2691-46ef-9229-0f3840eb2f6e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've been using virtual box per audioartillary's advice and it works great for me.&amp;#160; I get my USB connection to work through the devices menu devices/usb devices/ and then i just click on the ToneCore and it gets its act together.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87e9af62-2691-46ef-9229-0f3840eb2f6e] --&gt;</description>
      <pubDate>Sun, 02 Oct 2011 23:37:11 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/317321?tstart=0#317321</guid>
      <dc:date>2011-10-02T23:37:11Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Pitch detection/octave effect</title>
      <link>http://line6.com/support/message/270840?tstart=0#270840</link>
      <description>&lt;!-- [DocumentBodyStart:38e9315e-03ae-45a4-9885-d96b9b24a362] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Alright, since MusicalCircuitry already offered some suggestions, I might as well get my 2cents in:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;WaveTable lookup (also featured in Hal Chamberlin's book)! &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;It's super easy!&amp;#160; It might take up a little memory, but seriously, not &lt;em&gt;that&lt;/em&gt; much.&amp;#160; All you need is a single period of a not so low frequency sine wave, say 20Hz.&amp;#160; step through it at different rates to increase the frequency.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:38e9315e-03ae-45a4-9885-d96b9b24a362] --&gt;</description>
      <pubDate>Wed, 27 Apr 2011 04:26:53 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/270840?tstart=0#270840</guid>
      <dc:date>2011-04-27T04:26:53Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: external memory</title>
      <link>http://line6.com/support/message/270829?tstart=0#270829</link>
      <description>&lt;!-- [DocumentBodyStart:8bcf7acb-d0f3-45bb-bbab-9a66168c1f63] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;thanks for the advice.&amp;#160; i've had some more time to look into it more in depth lately.&amp;#160; basically my issue was that even with the DMA transferring scheme that they show you in the example code, the destination address is in the y memory.&amp;#160; why not use the 'move' instruction?&amp;#160; probably cause it wouldn't work.&amp;#160; but i can't quite bring myself to experiment with that because i am still going for the delay effect and i have a new problem:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;can you use the example code they give in the Line6 manual to read from external memory as well?&amp;#160; i'm trouble shooting my code and as far as i can tell, you shouldn't have to tweak the code outside of switching the source and destination addresses.&amp;#160; am i mistaken here?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8bcf7acb-d0f3-45bb-bbab-9a66168c1f63] --&gt;</description>
      <pubDate>Wed, 27 Apr 2011 03:37:12 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/270829?tstart=0#270829</guid>
      <dc:date>2011-04-27T03:37:12Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Pitch detection/octave effect</title>
      <link>http://line6.com/support/message/270826?tstart=0#270826</link>
      <description>&lt;!-- [DocumentBodyStart:1a75c345-7265-4bf5-9fa8-bfd50cc4dddd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;that sounds sweet!&amp;#160; i've been wondering about pitch detection as I've been working on my delay effect as well.&amp;#160; i learned about some algorithms in a class i took, but the only one i can remember is a double fft algorithm, but that seems like it would take too much time.&amp;#160; sounds like you have this zero crossing stuff working well though! &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;let me know if you need any help with the sine wave generation. i've implemented a sine wave algorithm successfuly before and might be able to offer some good advice.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1a75c345-7265-4bf5-9fa8-bfd50cc4dddd] --&gt;</description>
      <pubDate>Wed, 27 Apr 2011 03:24:40 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/270826?tstart=0#270826</guid>
      <dc:date>2011-04-27T03:24:40Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>external memory</title>
      <link>http://line6.com/support/message/265724?tstart=0#265724</link>
      <description>&lt;!-- [DocumentBodyStart:c7a5d11f-79f8-4d4b-b456-cc40b8e4870e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi everybody!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I'd really like to get a delay effect online, but I'm having a hard time wrapping my head around using external memory.&amp;#160; I see the example in the tonecore Appendix A that programs a DMA transfer for the routine, which I'm pretty sure I'll have to try to understand at some point.&amp;#160; The thing that is confusing me is all this buisiness about memory mapping and the pictures in the Freescale manuals that show some of the X and Y space labeled as "External."&amp;#160; Is it possible to do external memory transfers by just moving data to the "External" spaces of the X and Y memories?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Thanks ahead of time!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c7a5d11f-79f8-4d4b-b456-cc40b8e4870e] --&gt;</description>
      <pubDate>Wed, 13 Apr 2011 03:06:50 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/265724?tstart=0#265724</guid>
      <dc:date>2011-04-13T03:06:50Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>development software</title>
      <link>http://line6.com/support/message/226023?tstart=0#226023</link>
      <description>&lt;!-- [DocumentBodyStart:25642fc1-e901-470a-ac30-d1956183c053] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;What kind of software does everyone use for developing algorithms?&amp;#160; I used to use MATLAB while I was in school and I know about freemat.&amp;#160; But does anyone have any other good cheap suggestions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25642fc1-e901-470a-ac30-d1956183c053] --&gt;</description>
      <pubDate>Wed, 12 Jan 2011 02:49:59 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/226023?tstart=0#226023</guid>
      <dc:date>2011-01-12T02:49:59Z</dc:date>
      <clearspace:dateToText>2 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: 64 bit windows 7 support</title>
      <link>http://line6.com/support/message/211672?tstart=0#211672</link>
      <description>&lt;!-- [DocumentBodyStart:73826ab7-d703-40bd-a77f-021473dc2fea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;wow, only took me a month.&amp;#160; it worked!!&amp;#160; thanks a lot for the idea.&amp;#160; virtual box is amazing.&amp;#160; after i got xp installed on virtual box i was able to download the developer program and install it no problem.&amp;#160; hopefully it won't take me this long to get my first effect up and running.&amp;#160; thanks again!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Jackson&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:73826ab7-d703-40bd-a77f-021473dc2fea] --&gt;</description>
      <pubDate>Wed, 08 Dec 2010 03:40:30 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/211672?tstart=0#211672</guid>
      <dc:date>2010-12-08T03:40:30Z</dc:date>
      <clearspace:dateToText>2 years, 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: 64 bit windows 7 support</title>
      <link>http://line6.com/support/message/194745?tstart=0#194745</link>
      <description>&lt;!-- [DocumentBodyStart:57698675-c143-475f-bd11-5ee06f52c743] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;thanks for the suggestion.&amp;#160; i'm half way there.&amp;#160; had to find a copy of XP to install, but i'll let you know how it works out here soon.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:57698675-c143-475f-bd11-5ee06f52c743] --&gt;</description>
      <pubDate>Thu, 28 Oct 2010 11:42:25 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/194745?tstart=0#194745</guid>
      <dc:date>2010-10-28T11:42:25Z</dc:date>
      <clearspace:dateToText>2 years, 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>64 bit windows 7 support</title>
      <link>http://line6.com/support/message/191716?tstart=0#191716</link>
      <description>&lt;!-- [DocumentBodyStart:959b3d10-18ee-46a5-80b8-574a494e40fe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Everyone,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Does anyone know when Line 6 will support windows 7 64 bit?&amp;#160; Are there any current workarounds?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Jackson&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:959b3d10-18ee-46a5-80b8-574a494e40fe] --&gt;</description>
      <pubDate>Thu, 21 Oct 2010 00:38:59 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/191716?tstart=0#191716</guid>
      <dc:date>2010-10-21T00:38:59Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

