Author Topic: New feature!  (Read 49077 times)

0 Members and 2 Guests are viewing this topic.

Offline James

  • Administrator
  • Hero Member
  • *****
  • Posts: 2132
  • Milliwatts: 47
  • Gender: Male
    • View Profile
    • LaserBoy !!!
Re: New feature!
« Reply #15 on: June 14, 2010, 11:51:07 pm »
FIXED IT! ;D

Thanks for finding that!  %)

OK, so if you have done the dl before reading THIS statement, you need to dl again!

http://laserboy.org/code/LaserBoy_2010_06_14.zip

James.    :)
« Last Edit: June 15, 2010, 12:26:45 am by James »
LaserBoy is Sofa King Cool!
But it will never be Alpha King Done!

Offline James

  • Administrator
  • Hero Member
  • *****
  • Posts: 2132
  • Milliwatts: 47
  • Gender: Male
    • View Profile
    • LaserBoy !!!
Re: New feature!
« Reply #16 on: June 15, 2010, 01:06:59 am »
Oops.

For those of you who like to compile the code form source, get it one-more-time!

LaserBoy_frame.cpp needed to be updated.

That is all!

James.  :)
LaserBoy is Sofa King Cool!
But it will never be Alpha King Done!

Offline James

  • Administrator
  • Hero Member
  • *****
  • Posts: 2132
  • Milliwatts: 47
  • Gender: Male
    • View Profile
    • LaserBoy !!!
Re: New feature!
« Reply #17 on: June 16, 2010, 01:26:00 am »
Bummer!

I just found a way to make LB crash every time!

That's not a very good feature!

I'll fix it!

James.  :)
LaserBoy is Sofa King Cool!
But it will never be Alpha King Done!

Offline James

  • Administrator
  • Hero Member
  • *****
  • Posts: 2132
  • Milliwatts: 47
  • Gender: Male
    • View Profile
    • LaserBoy !!!
Re: New feature!
« Reply #18 on: June 17, 2010, 04:48:20 pm »
Crash condition identified.

Antimatter particles contained.

Imminent annihilation averted.

All systems functioning normally.

http://laserboy.org/code/LaserBoy_2010_06_17.zip  ;D

James.  :)
« Last Edit: June 17, 2010, 04:55:14 pm by James »
LaserBoy is Sofa King Cool!
But it will never be Alpha King Done!

Offline no-esc

  • Full Member
  • ***
  • Posts: 146
  • Milliwatts: 5
  • Gender: Male
    • View Profile
Re: New feature!
« Reply #19 on: June 17, 2010, 05:26:46 pm »
downloading now
"Acid isnt making a comeback....its never left......." me
"this cutting edge DJ from The mother ship will get you telling other people about him with his thrilling style of deep Funky techno disco house on the acid tip!!" taken from the MOTHER SHIP Daily
-------------------------------------------

Offline meandean

  • Sr. Member
  • ****
  • Posts: 466
  • Milliwatts: 13
  • It's about sight AND sound.
    • View Profile
Re: New feature!
« Reply #20 on: June 17, 2010, 09:26:28 pm »
  Fix it, break it, break it, fix it, fix it, break it... ad infinitum %) . Now, I can't do a 10 sec unoptimized wave rendering
of the infamous ILDA test pattern. >:(
"Patience is for the dead."

Offline James

  • Administrator
  • Hero Member
  • *****
  • Posts: 2132
  • Milliwatts: 47
  • Gender: Male
    • View Profile
    • LaserBoy !!!
Re: New feature!
« Reply #21 on: June 17, 2010, 10:55:45 pm »
Hmmmmm.

I see what you mean......

That's one to think about.

If it's calculated to clock out over an exact period of time, isn't that optimized?

Maybe! Maybe NOT!

In the mean time, you can copy that frame over and over into a frame set of many many frames and send that out as an unoptimized frame set. In each copy action you can double the number of frames.

James. :)
« Last Edit: June 17, 2010, 11:06:11 pm by James »
LaserBoy is Sofa King Cool!
But it will never be Alpha King Done!

Offline meandean

  • Sr. Member
  • ****
  • Posts: 466
  • Milliwatts: 13
  • It's about sight AND sound.
    • View Profile
Re: New feature!
« Reply #22 on: June 19, 2010, 09:41:36 pm »
Quote
If it's calculated to clock out over an exact period of time, isn't that optimized?

Maybe! Maybe NOT!

 In this case, it IS to be clocked 'as is' at 30k- that's what makes it a test pattern. If you do a frame minimize in LB, you'll find that the number of vertices drops from 1191 to 192. That's the thing about ILDA vs CAD: ild can be more than one frame per file, but it can also contain redundant vertices and equal vectors within a frame. In pure CAD, redundancy is meaningless.
"Patience is for the dead."

Offline James

  • Administrator
  • Hero Member
  • *****
  • Posts: 2132
  • Milliwatts: 47
  • Gender: Male
    • View Profile
    • LaserBoy !!!
Re: New feature!
« Reply #23 on: June 20, 2010, 12:44:36 pm »
Yes. I know. I see it. There are a number of factors that go into preparing the vector information before it gets written out to a wave file and in any case, the information needs to have the LSB sub-code tags added at exactly the right samples. It is a bit of a challenge to make all that work in an every-case scenario.

James.    :)
LaserBoy is Sofa King Cool!
But it will never be Alpha King Done!

Offline James

  • Administrator
  • Hero Member
  • *****
  • Posts: 2132
  • Milliwatts: 47
  • Gender: Male
    • View Profile
    • LaserBoy !!!
Re: New feature!
« Reply #24 on: June 25, 2010, 07:35:09 pm »
Here is a newer newest new version!  8)

http://laserboy.org/code/LaserBoy_2010_06_25.zip ;D

Check it out Dean. This one has 8 options for saving to wave!

The entire code set is now just over 2 million characters.

I was surprised to find out that is still less than 50 thousand lines of code.

James.  :)
« Last Edit: June 25, 2010, 10:29:31 pm by James »
LaserBoy is Sofa King Cool!
But it will never be Alpha King Done!

Offline James

  • Administrator
  • Hero Member
  • *****
  • Posts: 2132
  • Milliwatts: 47
  • Gender: Male
    • View Profile
    • LaserBoy !!!
Re: New feature!
« Reply #25 on: June 27, 2010, 02:59:01 pm »
Here comes another one!

http://laserboy.org/code/LaserBoy_2010_06_27.zip  ;D

Fixed a couple of bugs:

put the .bmp extension on the files saved in a directory (oops).

realized it's not practical to try to delete a folder full of stuff! So you can't save a bmp or dxf directory if the name already exists.

fixed an issue with LaserBoy formatted wave import that sometimes made the last frame not appear.

James.  :)
LaserBoy is Sofa King Cool!
But it will never be Alpha King Done!

 

SMF spam blocked by CleanTalk
SimplePortal 2.3.7 © 2008-2024, SimplePortal