Dorian Eikenberg

Results 33 comments of Dorian Eikenberg

On newer versions of MacOS, binaries need to be signed. You can sign it yourself with this command: `codesign --force --deep -s - ./GuitarProToMidi`. Maybe I should add a note...

> you can't actually do harmonic in midi That might be true, but this project still handles harmonics. There is a calculation which transforms harmonics to midi notes. There seems...

@DivannKokos Don't worry, I'm still present ;) However, my motivation for working on this project varies. Right now I have other things on my mind. Keep in mind that I...

Unlikely. I don't use this tool anymore, so I don't really have an incentive to add new features. Of course, if someone comes along and opens a PR I would...

I'm missing a little bit of context here. Does the program abort when it fails to convert `trip` to an enum?

I agree the program should continue instead of simply exiting with an error, but usually when we encounter these kinds of errors it's not caused by invalid data. I think...

That PR was basically finished except for some minor formatting issues when the author simply stopped responding.

Hi, in case anyone is still interested: I have forked this repo, added a proper command line parser and set up github CI so it produces a single binary for...

Thanks for the test file, I'll have a look. > also: i think it would be great, if there was an option, to output the -verbose log not to the...

Conversions of formats newer than gp5 are a lot buggier in my experience as well, so I'm not surprised. I have tried to familiarize myself with the part that does...