Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"atm" is not recognized as a command #28

Open
richiethebean opened this issue Apr 21, 2020 · 4 comments
Open

"atm" is not recognized as a command #28

richiethebean opened this issue Apr 21, 2020 · 4 comments

Comments

@richiethebean
Copy link

Hi guys, i just installed "atm", and i got some issues while trying to run it.
I just followed the instructions to install and run the examples to generate the melodies but my pc does recognize "atm" as an internal or external command.
I already tried to run on my CMD prompt as administrator and with GIT as administrator.

I hope that you can help me.

Thanks.

@allthemusicllc
Copy link
Owner

Can you try pulling from master, building again, and reporting back? We've added some simple CI/CD using GitHub Actions and it appears to be building fine on Windows (Server 2019).

@eisp4nzer
Copy link

eisp4nzer commented Dec 17, 2020

OK, I've had the same issue:

Here's how you should do it:

\atm-cli\target\release\deps is the directory where you should locate the ATM file

Go there and open GIT CMD (no need Admin rights)

Then try:
atm gen single C:4,D:4,E:4,F:4,G:4,A:4,B:4,C:5 c:\temp\test.mid (without the ' on the beginning and end of notes)
atm gen tar-gz -p 2 C:4,D:4,E:4,F:4,G:4,A:4,B:4,C:5 8 C:\Temp\Tem.tar

When you do the TAR thing, extract it and there is a file without an extension, rename it as something like temp.tar, extract it again; and Voila; the MIDI files are all there

If you change the number 8 to number 10 it will take about 45 minutes (as it increases the length); 11 will be about 3000 minutes, I don't want to imagine how much would take on numbers much higher

Have fun

@Maria20144105
Copy link

Hi all, I have the same issue as @meldaravaniel

Everything went Compiling and Running but when I try to use the atm gen single
but as soon as I try >>> atm gen single C:4,D:4,E:4,F:4,G:4,A:4,B:4,C:5 /Users/antoine/Desktop/libatm-master/tunetest.mid

I receive the answer "zsh: command not found: atm"

I also tried with the provided lines of code, but was unsuccessful

Any idea ?
I'm on macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@allthemusicllc @richiethebean @eisp4nzer @Maria20144105 and others