Author Topic: TheBlackParrot's Light Stadium Server Thing so shad  (Read 2612 times)

You can, however you need the legal rights to do that. Although, I do doubt that TheBlackParrot has acquired such.
I wasn't the one who made the topic either, by the way. I just told him "yeah sure you can post it idc."
I'd like to see it removed, honestly.


note we don't actually mean this. :P
Lol Okay good I would have to do something if you really believed that. >:)


This is too good. NIEC OEN!!!!

looks pretty neat, nice job.

Epic job :D

edit

we are better then YoungRotations or something silly like that

OHHH SHIIT BOIII
« Last Edit: March 07, 2012, 08:09:47 PM by Robin Ihoodl »

YOU ARE JUST SAYING THAT BECAUSE YOU ARE JEALOUS
OH ITS ON YOU ARE GOING DOWN

OOOOH I KNOW

DJ BATTLE!

YOU ARE JUST SAYING THAT BECAUSE YOU ARE JEALOUS
OH ITS ON YOU ARE GOING DOWN
OOOOH I KNOW

DJ BATTLE!

i dont want to be in a battle. D:


serious question time.

I made some emitters that blink to the beat of a song, and a formula to get a near-precise delay value for a relay to trigger them.

30000/(tempo/2)
(or tempo divided by 2; 30000, or the maximum delay value, divided by the result of tempo/2)

The problem with this though, is that it has a decimal place or more.

For example, 128BPM is typical in house music. Doing the formula (30000/(128/2)), it returns 468.75. I have to round it up to 469 since events cannot use 468.75; because of this, it starts getting out-of-sync about 30, 45 seconds in.

Is there any way to potentially fix this issue, maybe through another brick occasionally firing some relay that fixes it?

oh and for any overly curious people:
Code: [Select]
function getBeatDelayPrecise(%v){
return 30000/(%v/2);
}

function getBeatDelay(%v){
return mFloatLength(30000/(%v/2),0);
}
« Last Edit: March 07, 2012, 05:52:43 PM by TheBlackParrot »

Doing a test run, 16 player max server for right now.
Also using synchtube and not loops.

EDIT: Done for tonight.
« Last Edit: March 07, 2012, 08:45:01 PM by TheBlackParrot »

Doing a test run, 16 player max server for right now.
Also using synchtube and not loops.

EDIT: Done for tonight.

Damnit I missed XD

YOU ARE JUST SAYING THAT BECAUSE YOU ARE JEALOUS
OH ITS ON YOU ARE GOING DOWN

oh hey it's you.

also this looks really cool.