Dorian Eikenberg

Results 33 comments of Dorian Eikenberg

> My domain is still frozen. if you have ideas. The cleanup code looks good to me. :thinking:

> Here is the xen-access.c source that I tweaked What of it? Do you use it as a "control group" to see what we did differently? Does it work without...

There is no batch convert. I am pretty sure the startup time of the process is negligible compared to the time it takes to process your average guitar pro file....

Even the index-out-of-range branch? 🤔 I wasn't finished with that fix if I remember correctly. I'll look into it as time permits.

@frosit Well, if you want to see idiomatic C# code, I would not look at this project too closely ;) I wanted to refactor the code base gradually at some...

Bear in mind that most of the code is not mine. I just forked the project and slapped some CLI around it. That means I am not really familiar with...

I don't own a mac either, but I would guess that you need to make that file executable.

The instructions posted by @Metaphysics0 assume that you have downloaded the source code. Performing `dotnet build` on the compiled binary from the release section won't work. And yes, it is...

@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 `osx-arm64` in the...

You need to prefix your command with `./` (like this `./GuitarProToMidi`). Otherwise `zsh` will not look for the executable in the current directory. As for the error: That just looks...