Page 3 of 3

Re: [ANNOUNCEMENT] Beameter Generator 0.1 with bpm detection

Posted: Mon Jun 26, 2017 1:54 pm
by Rule63MePlease
It doesn't work. I installed the latest version of Java and when trying to open it nothing happens. Other thing on my computer that use Java seem to run just fine.

Re: [ANNOUNCEMENT] Beameter Generator 0.1 with bpm detection

Posted: Mon Jun 26, 2017 2:34 pm
by kerkersklave
The tool has to be started from the command line with:

java -jar beatmeter-generator.jar editor -i myaudio.wav

If you just double click on the file nothing will happen. If you run it form the command line and it does not work please send me the complete output of the program so I can determine what the problem is.

Re: [ANNOUNCEMENT] Beameter Generator 0.1 with bpm detection

Posted: Mon Jun 26, 2017 4:52 pm
by Rule63MePlease
Error: Unable to access jarfile beatmeter-generator.jar

Re: [ANNOUNCEMENT] Beameter Generator 0.1 with bpm detection

Posted: Mon Jun 26, 2017 4:56 pm
by kerkersklave
You have to change to the directory where the jar file is located.
The error message means, Java does not even find the jar file.
You can change directories with "cd".

And some point I may turn this into a desktop application that can just be started by clicking on it, but there are things I want to do first.

Re: [ANNOUNCEMENT] Beameter Generator 0.1 with bpm detection

Posted: Mon Jun 26, 2017 5:40 pm
by Rule63MePlease
Really? Because I moved it into the right folder but that still gives an error.

"[ . [31mscallop.[0m] Error: Flie 'myaudio.wav' not found"

It is kind of annoying to have to type in a command to open a program instead of just clicking on an .exe file.
:-P

Re: [ANNOUNCEMENT] Beameter Generator 0.1 with bpm detection

Posted: Mon Jun 26, 2017 6:44 pm
by kerkersklave
Do you actually have a file "myaudio.wav" in the same directory?

I know many people are not used to working on the command line. But if you want to use it right now you have to invest the 10 minutes it takes to figure it out. The UI is far from perfect now anyway.
If you're expecting a perfectly polished tool, you will be disappointed. If you expect something that allows you to save a lot of work in comparison to what is needed if you do not own the top shelf professional audio and video editing tools, than this tool is for you.

Re: [ANNOUNCEMENT] Beameter Generator 0.1 with bpm detection

Posted: Mon Jun 26, 2017 8:56 pm
by Rule63MePlease
Nope I do not have any files by the same name. I even changed the directory and moved it to that directory and still same error.

Re: [ANNOUNCEMENT] Beameter Generator 0.1 with bpm detection

Posted: Mon Jun 26, 2017 10:13 pm
by kerkersklave
You need to have a wav file with the sound that you want to add the beats to, sorry, I thought this to be obvious.
It has to be in wav format. And you use -i myaudio.wav to specify the file you want to work on.
It is currently not possible to start the editor without that, and I don't really see why one would want to.

Re: [ANNOUNCEMENT] Beameter Generator 0.1 with bpm detection

Posted: Mon Jun 26, 2017 10:52 pm
by kerkersklave
What do you mean by "could not get it to install"?
You download the jar and run it from the command line as descriped. There is nothing ot "install".
If there is an error, Java will print out an error, that I gladly explain or fix, if there is something wrong.

Re: [ANNOUNCEMENT] Beameter Generator 0.1 with bpm detection

Posted: Tue Jun 27, 2017 6:55 pm
by Rule63MePlease
kerkersklave wrote: Mon Jun 26, 2017 10:13 pm You need to have a wav file with the sound that you want to add the beats to, sorry, I thought this to be obvious.
It has to be in wav format. And you use -i myaudio.wav to specify the file you want to work on.
It is currently not possible to start the editor without that, and I don't really see why one would want to.
You didn't say that in your original post. You really should add that part in there.
"Copy and paste any .wav file you want to use for your beat sound and rename it "i myaudio.wav" then run the command to open it."
There should be a line in there that says something like that, but there's not. :-P