<?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>Sat, 09 Feb 2013 21:35:00 GMT</pubDate>
    <generator>Jive SBS 4.5.7.0 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2013-02-09T21:35:00Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Simple Multiplication Question</title>
      <link>http://line6.com/support/message/410246?tstart=0#410246</link>
      <description>&lt;!-- [DocumentBodyStart:734197bd-49a7-42df-85ad-9e9131528d0b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; Thanks for your response. I think my problem is that I dont have a very good grasp on the numbering format, but your explaination helps. From what you are saying, I'm assuming that the numbers are always in the range of -1 to 1.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Here is the code that I was using for the timer: &lt;a class="jive-link-external-small" href="https://www.dropbox.com/s/pdkfejzshz8bki9/Tutorial%2004%20-%20Timer.asm" target="_blank"&gt;https://www.dropbox.com/s/pdkfejzshz8bki9/Tutorial%2004%20-%20Timer.asm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I have been posting some beginner tutorials at Freestompboxes.org to hopefully get some more interest with this pedal. I just hope Im not explaining everything wrong. lol At least it will give people a starting point with some really simple programs.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Anyways, the code in that link just has the timer set up. I basically start off with a counter value and decrement that on every interupt until the value is equal to 0. Then I flip the bit I was talking about in my previous post and reset the counter value and the cycle continues all over again. If I understood your post correctly, couldn't I just flip a different bit to achieve a value of 1? Thus making the multiplying the signal by the flag value a viable option?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Is there a good tutorial for the fractional numberin format that I could read up on? I feel like this is the area that is really holding me back from making more complex programs. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:734197bd-49a7-42df-85ad-9e9131528d0b] --&gt;</description>
      <pubDate>Sat, 09 Feb 2013 21:35:00 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/410246?tstart=0#410246</guid>
      <dc:date>2013-02-09T21:35:00Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Simple Multiplication Question</title>
      <link>http://line6.com/support/message/410053?tstart=0#410053</link>
      <description>&lt;!-- [DocumentBodyStart:c79f8206-e482-4a2e-a5a4-5642a7ef0458] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; So I have been struggling with figuring out how to do some simple multiplication on my ToneCore DSP. I have written a timer that basically flips a single bit on a "flag" so that I either have a 1 or a 0. This is the 0th bit in the register so I assume that the number in decimal is 1 or 0. Am I wrong?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;So the timer works fine. But where I run into trouble is when I try to multiply my flag times the current sample. I would think that I would either have a muted signal or the original signal depending on the state of the flag, but I listen to the output I am getting nothing out. When I output the sample to the screen (after the multiplication) it seems to either be FFFFFF or 000000 but that value doesn't coincide with the value of the flag at all (which I am also outputting to the screen).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I could make this program so that it branched and either did nothing to the sample or wrote 0&amp;rsquo;s over it depending on the value of the flag bit, but that seems like it&amp;rsquo;s incredibly inefficient compared to just multiplying it. Any thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c79f8206-e482-4a2e-a5a4-5642a7ef0458] --&gt;</description>
      <pubDate>Thu, 07 Feb 2013 18:58:13 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/410053?tstart=0#410053</guid>
      <dc:date>2013-02-07T18:58:13Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Tutorials and examples?</title>
      <link>http://line6.com/support/message/401751?tstart=0#401751</link>
      <description>&lt;!-- [DocumentBodyStart:a35891d5-5792-4201-babd-5364c348e383] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt; Wow. Glad I logged in here. I check this forum about once every 6 months or so...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;I asked a similar question a long time ago and people basically said "No." There isn't much help out there on the internet for this one. So as I have been learning (very slow process) I have been making some really basic tutorials and posting them on Freestompboxes.org under their DSP section.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Here is the first thread I started: &lt;a class="jive-link-external-small" href="http://freestompboxes.org/viewtopic.php?f=29&amp;amp;t=15620" target="_blank"&gt;http://freestompboxes.org/viewtopic.php?f=29&amp;amp;t=15620&lt;/a&gt;. It is basically a list of helpful documents and tutorials that I have found on the net since I started. Some of them were extremely helpful to me!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Then I made 3 short tutorials: &lt;/p&gt;&lt;p&gt;1.&amp;#160; &lt;a class="jive-link-external-small" href="http://freestompboxes.org/viewtopic.php?f=29&amp;amp;t=19360" target="_blank"&gt;http://freestompboxes.org/viewtopic.php?f=29&amp;amp;t=19360&lt;/a&gt;&lt;/p&gt;&lt;p&gt;2.&amp;#160; &lt;a class="jive-link-external-small" href="http://freestompboxes.org/viewtopic.php?f=29&amp;amp;t=19381" target="_blank"&gt;http://freestompboxes.org/viewtopic.php?f=29&amp;amp;t=19381&lt;/a&gt;&lt;/p&gt;&lt;p&gt;3.&amp;#160; &lt;a class="jive-link-external-small" href="http://freestompboxes.org/viewtopic.php?f=29&amp;amp;t=19610" target="_blank"&gt;http://freestompboxes.org/viewtopic.php?f=29&amp;amp;t=19610&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Hopefully these are helpful to you or anyone else who comes across them. I am working on a 4th tutorial, but my pedal seems to have malfunctioned today. &lt;img height="16px" src="http://l6c.scdn.line6.net/support/4.5.7/images/emoticons/sad.gif" width="16px"/&gt; So I'll have to look into it more when I have some time. If you have any questions, please post them over at Freestompboxes.org as I don't come here very often, but I check that forum on a fairly regular basis. Also, I am not very experienced at this so I might not be too helpful at answering questions, but I'll try my best.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Best of luck!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Note: all of my tutorials are in Assembly because everyone on the net says that's the way to go. Its not as hard as it seems. &lt;img height="16px" src="http://l6c.scdn.line6.net/support/4.5.7/images/emoticons/happy.gif" width="16px"/&gt; You will just have to put some time into it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a35891d5-5792-4201-babd-5364c348e383] --&gt;</description>
      <pubDate>Sun, 02 Dec 2012 06:19:17 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/401751?tstart=0#401751</guid>
      <dc:date>2012-12-02T06:19:17Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Simple Tutorial?</title>
      <link>http://line6.com/support/message/370380?tstart=0#370380</link>
      <description>&lt;!-- [DocumentBodyStart:55b71dbc-5763-4e0f-a86b-0673d5085bba] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks for all the advice! I successfully made a mute pedal last night.&amp;#160; I couldn't figure out the mpy command the way I wanted to use it so I used the mov command instead to make the signal 0.&amp;#160; This weekend I'll hopefully get a chance to try my hand at a simple volume pedal. Thanks again! &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Also, could someone tell me what registers we have available? Sorry for the total noob question. I think I will start making a tutorial to help other complete beginners out and help concrete my thoughts.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:55b71dbc-5763-4e0f-a86b-0673d5085bba] --&gt;</description>
      <pubDate>Fri, 13 Apr 2012 19:52:42 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/370380?tstart=0#370380</guid>
      <dc:date>2012-04-13T19:52:42Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Status of this product</title>
      <link>http://line6.com/support/message/369817?tstart=0#369817</link>
      <description>&lt;!-- [DocumentBodyStart:932b1340-d1be-4e89-817a-0d6199c4c2d8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;I would love to see some pics and more info about making your own dock. I already bought a dock, but it may help others to get into this. My email is &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:cheezor@mail.com"&gt;cheezor@mail.com&lt;/a&gt;&lt;span&gt; if you want to post them here or send them directly to my email, either way, it would be awesome! Thanks!&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:932b1340-d1be-4e89-817a-0d6199c4c2d8] --&gt;</description>
      <pubDate>Wed, 11 Apr 2012 22:14:34 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/369817?tstart=0#369817</guid>
      <dc:date>2012-04-11T22:14:34Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Simple Tutorial?</title>
      <link>http://line6.com/support/message/369815?tstart=0#369815</link>
      <description>&lt;!-- [DocumentBodyStart:8b9362d1-d749-41b7-8cf0-f52774d39c26] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have owned one of these things for a while and I would really love to get into programming it. Assembly does not really scare me. However, it is a bit over whelming to try to read through the complete effects that I have seen posted online. Are there any beginners tutorials? Something that starts off super basic, like a volume pedal, mute pedal, or something similar, but explains most or all of the code for beginners like myself. I have walked myself through some of the source out there and I understand parts of it, but not enough to make something simple like I just said.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;It seems like a mute pedal could be easily changed to a volume pedal and from there changed into a stutter effect and that would show all the beginners how to work with volume, knobs, and timing. If someone would be interested in making a tutorial or point me to some info like this that would be awesome! Basically, what I want is a "Hello World!" program to get me started. Any help would be appreciated. Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8b9362d1-d749-41b7-8cf0-f52774d39c26] --&gt;</description>
      <pubDate>Wed, 11 Apr 2012 22:06:11 GMT</pubDate>
      <author>support@line6.com</author>
      <guid>http://line6.com/support/message/369815?tstart=0#369815</guid>
      <dc:date>2012-04-11T22:06:11Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

