-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to use this program? #28
Comments
i'm think it has something to do with security settings or something like that |
I don't own a mac either, but I would guess that you need to make that file executable. |
do the following:
|
When I run dotnet build, it gives me this error: error MSB4025: The project file could not be loaded. Data at the root level is invalid. Line 1, position 1. |
The instructions posted by @Metaphysics0 assume that you have downloaded the source code. Performing |
I have an M1 mac and i'm able to use it just fine. @femboykirby you can try this. I compiled the project into a single executable script for M1 (using a rust based package called Warp), and it might be easier for you to use. Download it here. After downloading it ^, you can use it by doing this in the following:
On a mac, you can get the path of any file by right clicking it, holding down the option key, and selecting copy Pathname. See screenshot. Screen.Recording.2023-11-06.at.13.18.39.mov |
@femboykirby I've taken the liberty of adding a new Apple Silicon target to the prebuilt binaries in the release section. Just look for the zip file containing |
When I navigate to the directory in terminal and try to run the command, it just tells me @Metaphysics0 I also tried following your instructions but it gives me this error:
|
You need to prefix your command with As for the error: That just looks like a bug. |
Now it says |
On newer versions of MacOS, binaries need to be signed. You can sign it yourself with this command: |
Thanks, that seems to have worked. I can convert most files perfectly fine, but any files that have harmonics in the gp4 or gp5 format seem to give this error: |
you can't actually do harmonic in midi (well, you can if your VSTi or for whatever you are need midi, can do harmonics, but you're gonna need to do manually, via keyswitches/however your vsti is doing the harmonics), so harmonics just won't be moved to the midi, and that's all. if you got the midi after the export, and it is fine, despite you having errors, then it is probably okay. |
uhh yeah I probably should have mentioned but if the file has any harmonics then it doesn't give me a midi file at all. it just gives me the error and doesn't do anything else. |
hm, it is strange, when i had this error, the program still produced the midi file for me. |
That might be true, but this project still handles harmonics. There is a calculation which transforms harmonics to midi notes. There seems to exist a lookup table for certain harmonic values and the value |
well yes midi notes, i just thought guitar pro is something like "you have this note and this note is harmonic" |
Sorry, I'm a bit of a newbie to this kind of stuff and I can't figure out how to use this program (I'm on a Mac btw). When I unzip the zip file it creates a file named GuitarProToMidi that only lets me open it using TextEdit, which shows a bunch of gibberish. I'm not sure what to do or how to use it, and I would appreciate some assistance.
The text was updated successfully, but these errors were encountered: