FFR Scores 2006-2010
Collapse
X
-
Re: FFR Scores
Yea he's def D5 now lol nice scoresOriginally posted by CharuMy dick is good, thank you very much. It gets love and attention no matter what <3 <3 <3Originally posted by DaBackpackalso a fucking helicopter is the absolute last place I'd go to find out how big my dick isOriginally posted by Shadow_God_10Dawg you don't even know. It's so fuckin' small I can use a pen cap to jack off
Originally posted by hi19hi19yeah I'mma go for the Rave7 route she's just perfect, stiff on the top, thin in the middle, and has a BIG THICC END that I can just jack on all night UwU best girlComment
-
Re: FFR Scores
usage: ruby newBPM.rb oldBPM oldNoteInterval newNoteInterval
newBPM.rb:
Code:p eval"%f*%f/%f"%$*
Comment
-
Re: FFR Scores
You're complicating it way too much. I have a c++ program that's much simpler and works - I just don't know how to turn it into an application.//example: newBPM(170, 24, 16);
public static double newBPM(double oldBPM, double oldNoteInterval, double newNoteInterval)
{
return oldBPM*oldNoteInterval/newNoteInterval;
}
//example: newNoteInterval(170, 24, 255);
public static double newNoteInterval(double oldBPM, double oldNoteInterval, double newBPM)
{
return oldNoteInterval*oldBPM/newBPM;
}
//example: NPM(170, 16);
public static double NPM(double BPM, double noteInterval)
{
return BPM*noteInterval/4;
}
//example: NPS(170, 16);
public static double NPS(double BPM, double noteInterval)
{
return (BPM/60)*(noteInterval/4);
}
edit: fixed a mistake oopsOriginally posted by hi19hi19oh boy, it's STIFF, I'll stretch before I sit down at the computer so not I'm not as STIFF next time I step a fileComment
-
Re: FFR Scores
golfin'
usage: ruby newNoteInterval.rb oldBPM oldNoteInterval newBPM
newNoteInterval.rb:
usage: ruby NPM.rb BPM noteIntervalCode:p eval"%f*%f/%f"%$*
NPM.rb:
usage: ruby NPS.rb BPM noteIntervalCode:p eval"%f*%f/4"%$*
NPS.rb:
Code:p eval"%f*%f/240"%$*
Comment
-
-
-
Comment
-
Re: FFR Scores
Originally posted by hi19hi19oh boy, it's STIFF, I'll stretch before I sit down at the computer so not I'm not as STIFF next time I step a fileComment
-
Re: FFR Scores
Itz a very nice engine i juz wish i could play it on the standalone player so i would stop lagging =/..
Comment
-
Re: FFR Scores
Ohhh thanks.Comment
-
Re: FFR Scores

Getting some weird non-aaa's."AW MAN, WE SUCK AGAIN!"
- Rob Schneider, The Waterboy (1998)Comment
-
-
Re: FFR Scores

Another mental block cleared
EDIT:

LOLWUT?Last edited by revolutionomega; 10-28-2010, 10:23 PM."AW MAN, WE SUCK AGAIN!"
- Rob Schneider, The Waterboy (1998)Comment














Comment