Phr00t

Results 59 comments of Phr00t

The tricky thing is... most songs do not change BPMs, so looking at the whole song provides more data for picking the right BPM, instead of just looking at chunks...

Thank you for the contribution & interest! I don't use maven myself & I'm not setup to manage the project with maven in mind, so I don't want to restructure...

Yes, it would. I am limited by Minim & what formats it supports...

This exception looks rather deep, passing minim & tritonus. AutoStepper.java:304 is a buffer read, which is very odd... Is that MP3 you are trying to process shorter than 90 seconds,...

@vicmosin the default processing time for a song is 90 seconds. I believe it is suppose to detect if there are fewer samples (e.g. less than 90 second songs) and...

Looks like jsoup had trouble reading a downloaded image to use as a background... does this happen reliably? It could have been an internet connection problem or corrupted download...?

I think this is because Stepmania expects a PNG extension, and will open it up anyway if it is really a JPG format. I don't think it has any particular...

Commit doing the above: https://github.com/phr00t/xenko/commit/cf7528cf667e5ca5ee4eed9464010fb3f3f7c783

Shaders are located @ engine/Xenko.Rendering/Rendering/Lights/LightPoint.xksl for example

The shader having trouble above is used in the "blank" template for the reflective, shiny sphere.