Malvineous / dro2midi

Convert DRO files into MIDI
11 stars 5 forks source link

Is DROv2 supported now? #7

Closed jotumn closed 1 year ago

jotumn commented 1 year ago

I can only find v1.5 buid and it's not supported there.

rofl0r commented 1 year ago

yeah, it's supported now. you either have to build it from source yourself or get someone to provide a build for you. i'm assuming you want a windows version ?

jotumn commented 1 year ago

Great to hear that. Yeah, I wish someone made the builds available, I don't want to install VS and all that for a single app.

rofl0r commented 1 year ago

see #8

Malvineous commented 1 year ago

I've used @rofl0r's change to upload a new release with a Windows build. You can find it at https://github.com/Malvineous/dro2midi/releases (under the win-x64 zip download).

Please let us know if it runs.

jotumn commented 1 year ago

Win10 Defender doesn't like the file: image

After checking it with online antiviruses and finding nothing, I've added the file to the exceptions to download it. It works fine but I've got two questions. The default behaviour is to guess the instrument from inst.txt and I don't see any way to just say "use whatever instruments, just increment from 1". I have to copy-paste the NO XXX lines into inst.txt and do that manually. I wanted to input that into a DAW and set the instruments myself anyway.

The second thing is that it produces a single track MIDI file. Is there any way to make it a multitrack?

rofl0r commented 1 year ago

Win10 Defender doesn't like the file:

the joys of using windows. the file was generated on a VM provided by github, so if there's a virus, then github itself is infected.

Malvineous commented 1 year ago

Glad it works. Yes most virus checkers flag programs like this as suspicious because they are niche and not many people use them.

Those are limitations of dro2midi. There are some instructions in the README about how to address it but it requires a lot of manual work, which is why I started libgamemusic instead. Once that project progresses a little more, DRO2MIDI will be deprecated in favour of that.

I'm going to close this issue because the original point is now complete, but you can still reply here.

jotumn commented 1 year ago

Well, hopefully this will not dissuade people from downloading too much.

Malvineous commented 1 year ago

It's one of the reasons why I gave up on trying to build software for Windows and went web-based for the next version of Camoto. It's just too problematic dealing with building software for Windows, let alone all the over-zealous malware scanners.