You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the program from command line on a songs folder with a single song. The program prints to console some basic information and says it is successful. It creates a new directory which I assume is meant to contain the .sm file, but the folder is empty. I wanted to try adding a print statement to the try-catch where there might be an error message but I don't know javac very well and had to give up on that idea.
$ java -jar "AutoStepper.jar" input="./songs/"
Starting AutoStepper by Phr00t's Software, v1.7 (See www.phr00t.com for more goodies!)
Processing directory: C:\Users\spren\Desktop\AutoStepper\dist\.\songs
[--- Processing 90.0s of Perfect Machine ITG Edit.mp3 ---]
Performing Beat Detection...
Loudest midrange average to normalize to 1: 24.466278
Loudest midrange maximum to normalize to 1: 141.07225
Time per beat: 0.48, BPM: 125.0
Start Time: -0.40932566
Attempting to get image for background & banner...
Couldn't find any images for: Perfect Machine ITG Edit
No image file to use :(
Steps: 56, Holds: 37, Mines: 0
Steps: 65, Holds: 37, Mines: 0
Steps: 127, Holds: 58, Mines: 0
Steps: 138, Holds: 51, Mines: 0
Steps: 156, Holds: 54, Mines: 10
[--------- SUCCESS ----------]
The text was updated successfully, but these errors were encountered:
I run the program from command line on a songs folder with a single song. The program prints to console some basic information and says it is successful. It creates a new directory which I assume is meant to contain the .sm file, but the folder is empty. I wanted to try adding a print statement to the try-catch where there might be an error message but I don't know javac very well and had to give up on that idea.
The text was updated successfully, but these errors were encountered: