<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Aurora Support Forum : Aurora 1.0</title>
  <link>http://www.aurorashow.com/forum/</link>
  <description>This is an XML content feed of; Aurora Support Forum : Aurora 1.0 : Last 10 Posts</description>
  <copyright>Copyright (c) 2006-2007 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 03 Apr 2026 18:09:54 +0000</pubDate>
  <lastBuildDate>Wed, 06 Dec 2017 13:16:18 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.06</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.aurorashow.com/forum/RSS_topic_feed.asp?FID=14</WebWizForums:feedURL>
  <image>
   <title>Aurora Support Forum</title>
   <url>http://www.aurorashow.com/forum/../Images/aurora_forum.png</url>
   <link>http://www.aurorashow.com/forum/</link>
  </image>
  <item>
   <title>Aurora 1.0 : Aurora to LOR Converter</title>
   <link>http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694497#694497</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.aurorashow.com/forum/member_profile.asp?PF=153985" rel="nofollow">sactoman</a><br /><strong>Subject:</strong> Aurora to LOR Converter<br /><strong>Posted:</strong> 06 Dec 2017 at 1:16pm<br /><br />  I just wanted to say thank you for Aurorashow. I use it to program 48 channels of my original (3) A/C-16 light controllers and have been since D-light quit the software end and you came into the picture. I'm using Matt's converter to convert it to LOR and then Import my pixels from superstar and pix editor. Playing with X-lights too.<br /><br />&nbsp;&nbsp;&nbsp;Aurora is easily my choice for programming the base of all my shows. I'm not sure but I think part of the conversion requires Matt to have the converter running on his end even though I downloaded it. Hope to see it up and running for a while. <br /><br />Even though 48 channels seems small. It's a lot of real estate of my show 7098 channels now.&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thanks guy<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merry Christmas]]>
   </description>
   <pubDate>Wed, 06 Dec 2017 13:16:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694497#694497</guid>
  </item> 
  <item>
   <title>Aurora 1.0 : LED lights</title>
   <link>http://www.aurorashow.com/forum/forum_posts.asp?TID=529147&amp;PID=694496#694496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.aurorashow.com/forum/member_profile.asp?PF=268" rel="nofollow">bbeismann</a><br /><strong>Subject:</strong> LED lights<br /><strong>Posted:</strong> 29 Nov 2017 at 4:29pm<br /><br />This year I decided to go with LED lights.  The problem I am finding is that the do not function as well as incandescent bulbs.  Are there setting I can change to make the LED lights function correctly?  Thanks]]>
   </description>
   <pubDate>Wed, 29 Nov 2017 16:29:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.aurorashow.com/forum/forum_posts.asp?TID=529147&amp;PID=694496#694496</guid>
  </item> 
  <item>
   <title>Aurora 1.0 : Aurora to LOR Converter</title>
   <link>http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694492#694492</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.aurorashow.com/forum/member_profile.asp?PF=1" rel="nofollow">LightsOnLogan</a><br /><strong>Subject:</strong> Aurora to LOR Converter<br /><strong>Posted:</strong> 29 Sep 2016 at 4:41pm<br /><br />The DLS2 file can not be easily read with notepad, but should a programmer wish to take on the task of writing a converter, here are the data structures for getting at the Channel and Events Data:<br /><br />Private Type FileHeader_Struct<br />&nbsp;&nbsp;&nbsp;&nbsp;RESERVEDA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  As Double<br />&nbsp;&nbsp;&nbsp;&nbsp;RESERVEDB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  As Double<br />&nbsp;&nbsp;&nbsp;&nbsp;VERSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Double<br />&nbsp;&nbsp;&nbsp;&nbsp;EDITCOUNT_VALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;WIDTH_VALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;HEIGHT_VALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;TOP_VALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;LENGTH_VALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;IMAGEBRIGHTNESS_VALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;NAME_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;NAME_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;TITLE_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;TITLE_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;AUTHOR_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;AUTHOR_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;AVFILE_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;AVFILE_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;ALTERNATEMEDIAFILE_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;ALTERNATEMEDIAFILE_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;PICTURE_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;PICTURE_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;CHANNELS_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;CHANNELS_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;DRAWOBJECTS_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;DRAWOBJECTS_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;EVENTS_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;EVENTS_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;TIMELINE_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;TIMELINE_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;TOOL_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;TOOL_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;HISTORY_OFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />&nbsp;&nbsp;&nbsp;&nbsp;HISTORY_LEN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As Long<br />End Type<br /><br />Channels Offset/Len will begin with a header in this format:<br /><br />Private Const F_DATA_OFFSET = 0<br />Private Const F_DATA_LEN = 4<br />Private Const F_INDEX_OFFSET = 8<br />Private Const F_INDEX_LEN = 12<br /><br />Each row of data at the above data offset is:<br />NETWORK, width 4, dataLong<br />DEVICE, width 4, dataLong (depreciated)<br />CHANNEL, width 4, dataLong<br />NAME, width 200, dataUnicodeString<br />DEVICETYPE, width 4, dataLong<br />COLOR, width 4, dataLong<br />followed by 255 bytes of settings and channel state data (e.g. RGB subchannels, conversion flags, etc.)<br /><br /><br />Event data at the appropriate offset is in this format:<br /><br />Private Const F_SIGNATURE = 0<br />Private Const F_DATA_OFFSET = 4<br />Private Const F_DATA_LEN = 8<br />Private Const F_NDCS_OFFSET = 12<br />Private Const F_NDCS_LEN = 16<br />Private Const F_SNDC_OFFSET = 20<br />Private Const F_SNDC_LEN = 24<br />Private Const F_AVAILABLEROWS_OFFSET = 28<br />Private Const F_AVAILABLEROWS_LEN = 32<br /><br />NDCS and SNDC are the lookup indexes (sorted Network/Channel/Sample and Sample/Network/Channel respectively) and AVAILABLEROWS are row numbers which have been deleted but are not yet reused-- you will want to exclude those row numbers from your data import as they contain useless old data.  <br /><br />The data portion is in this format:<br />NDCS, 70, dataUnicodeString<br />NDC, 48, dataUnicodeString<br />NETWORK, 4, dataLong<br />DEVICE, 4, dataLong (depreciated)<br />CHANNEL, 4, dataLong<br />SAMPLENUMBER, 4, dataLong (position in mS)<br />COMMAND, 4, dataLong<br />STARTINTENSITY, 4, dataLong (or RGB color)<br />ENDINTENSITY, 4, dataLong (or RGB color)<br />and 12 bytes of misc. settings that I would need to check elsewhere to specify.<br /><br />I've left out the index specifications since they aren't necessary to read for exporting data.  I don't have the time to provide support in getting your code to work with the above information, so if you know how to use this information then great but if you don't then I'm sorry.  Also, once you get to the command level you are going to have to reverse engineer a bitmask to figure out how to combine attributes (e.g. Shimmer+Ramp+Random+RGB).  I can't disclose any more about that, but it isn't hard to figure out.<br /><br />Oh, and use this to READ a file ONLY.  Do not try to modify and/or write files with this then play them back in Aurora.  If you do something wrong (which is likely), the results will not be nice.<br /><br />This works for DLS2 files only (version 1.999.x Aurora files).  DLS1 files too closely resemble information under NDA, so I can't help with those, but for those versions you can just use the AuroraData DLL.<br /><span style="font-size:10px"><br /><br />Edited by LightsOnLogan - 29 Sep 2016 at 4:52pm</span>]]>
   </description>
   <pubDate>Thu, 29 Sep 2016 16:41:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694492#694492</guid>
  </item> 
  <item>
   <title>Aurora 1.0 : Aurora to LOR Converter</title>
   <link>http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694490#694490</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.aurorashow.com/forum/member_profile.asp?PF=28" rel="nofollow">BigDPS</a><br /><strong>Subject:</strong> Aurora to LOR Converter<br /><strong>Posted:</strong> 27 Sep 2016 at 4:51pm<br /><br />Is there a way using notepad or something like it to extract the number of channels that are used and export it somehow? I'm no programmer but if there is a way to get some kind of result in an unorthodox way, then I can do that.]]>
   </description>
   <pubDate>Tue, 27 Sep 2016 16:51:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694490#694490</guid>
  </item> 
  <item>
   <title>Aurora 1.0 : Aurora to LOR Converter</title>
   <link>http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694489#694489</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.aurorashow.com/forum/member_profile.asp?PF=1" rel="nofollow">LightsOnLogan</a><br /><strong>Subject:</strong> Aurora to LOR Converter<br /><strong>Posted:</strong> 27 Sep 2016 at 2:56pm<br /><br />Sorry about that.  I caught the activity in this thread in my RSS reader and not my email notifies.  It appears that my email notifications have not been working (probably since the server swap earlier this year) and that is the only notification I get for PMs unless I happen to check the board (which is not often during off season).  I only have one PM from you regarding a CSV export plugin for v2 from 08 Sep.  I will put it in the list of feature requests, but since it isn't high priority I'm not going to promise anything.]]>
   </description>
   <pubDate>Tue, 27 Sep 2016 14:56:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694489#694489</guid>
  </item> 
  <item>
   <title>Aurora 1.0 : Aurora to LOR Converter</title>
   <link>http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694485#694485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.aurorashow.com/forum/member_profile.asp?PF=28" rel="nofollow">BigDPS</a><br /><strong>Subject:</strong> Aurora to LOR Converter<br /><strong>Posted:</strong> 25 Sep 2016 at 7:25pm<br /><br />I have sent you PM's and you haven't answered. They were for help requests as well....just saying.&nbsp;]]>
   </description>
   <pubDate>Sun, 25 Sep 2016 19:25:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694485#694485</guid>
  </item> 
  <item>
   <title>Aurora 1.0 : Aurora to LOR Converter</title>
   <link>http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694484#694484</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.aurorashow.com/forum/member_profile.asp?PF=1" rel="nofollow">LightsOnLogan</a><br /><strong>Subject:</strong> Aurora to LOR Converter<br /><strong>Posted:</strong> 25 Sep 2016 at 7:11pm<br /><br />I'm still around to answer questions.  <br /><br />Aurora hasn't completely died, but development has slowed to a near stop (pretty much a few changes here and there every couple months).  The business is technically closed and for now I'm only developing in in my spare time as needed for my own show.  If the business case returns for selling the software then I will return to full time development on it.  At the moment there just are not enough potential customers in the niche market and there are too many alternatives to compete with.  I certainly can't pay the bills with Aurora and other projects that do pay the bills have been the focus of my attention.  Being a software only business in this market is pretty much a dead end business model at this point.<br /><br />The only way Aurora could return as a commercial success is if it was there as a low cost or free product to augment a line of Aurora branded hardware-- that is something that I might do in the future, but for now we're pretty much dormant.<br /><br />Anyway, I can certainly still provide some support and assistance.<br />]]>
   </description>
   <pubDate>Sun, 25 Sep 2016 19:11:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694484#694484</guid>
  </item> 
  <item>
   <title>Aurora 1.0 : Aurora to LOR Converter</title>
   <link>http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694483#694483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.aurorashow.com/forum/member_profile.asp?PF=28" rel="nofollow">BigDPS</a><br /><strong>Subject:</strong> Aurora to LOR Converter<br /><strong>Posted:</strong> 25 Sep 2016 at 10:38am<br /><br />Good luck in getting any answers. I think Aurora has died and gone to lights heaven. I keep looking every couple of days or so to see if it has some sign of life....but none so far. I might be able to try and help you.]]>
   </description>
   <pubDate>Sun, 25 Sep 2016 10:38:58 +0000</pubDate>
   <guid isPermaLink="true">http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694483#694483</guid>
  </item> 
  <item>
   <title>Aurora 1.0 : Aurora to LOR Converter</title>
   <link>http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694482#694482</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.aurorashow.com/forum/member_profile.asp?PF=203" rel="nofollow">searayovernighter</a><br /><strong>Subject:</strong> Aurora to LOR Converter<br /><strong>Posted:</strong> 24 Sep 2016 at 1:28pm<br /><br />Are you still active on the net.&nbsp; I need some help...quick.<br><br>Thanks<br>Scott<br>]]>
   </description>
   <pubDate>Sat, 24 Sep 2016 13:28:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.aurorashow.com/forum/forum_posts.asp?TID=1031&amp;PID=694482#694482</guid>
  </item> 
  <item>
   <title>Aurora 1.0 : not working now</title>
   <link>http://www.aurorashow.com/forum/forum_posts.asp?TID=529139&amp;PID=694396#694396</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.aurorashow.com/forum/member_profile.asp?PF=102" rel="nofollow">bigvic</a><br /><strong>Subject:</strong> not working now<br /><strong>Posted:</strong> 14 Jul 2015 at 7:24am<br /><br />aurora 2 is not released yet, is that the version u refer to , the demo version does work with me but my existing sequences, wouldn't load into no 2 .]]>
   </description>
   <pubDate>Tue, 14 Jul 2015 07:24:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.aurorashow.com/forum/forum_posts.asp?TID=529139&amp;PID=694396#694396</guid>
  </item> 
 </channel>
</rss>