DefleMask Convert Tool

Talk about development tools here

Moderator: BigEvilCorporation

Post Reply
aguSoulReaver
Interested
Posts: 15
Joined: Sat Mar 10, 2018 4:02 am
Location: Buenos Aires, Argentina

DefleMask Convert Tool

Post by aguSoulReaver » Sat Dec 15, 2018 12:16 am

Hi everyone!

I bring you a tool for converting DefleMask files to Echo's format ver. 1.63. It's a Windows app that I made with VisualStudio and it's based in Matt's work (dmf2esf, https://github.com/BigEvilCorporation/dmf2esf).

Image

You can:
- Create a project to add all .dmf and setup theirs export properties
- The app checks for duplicate instruments automatically
- Export instruments ignoring unused ones
- Ignore song's channels (for debug purpose)
- Export in binary or assembly format
- The app shows unsupported effects

TO DO list:
- Convert PCM's sample rate
- Convert samples from 16 bits to 8 bits
- Current unsupported effects

(The app needs Windows .Net Framework 4.5 or higher to work. https://www.microsoft.com/en-us/downloa ... x?id=40779)

[Update]
Attach source code
Attachments
DefleMaskConvert.SourceCode.zip
(103.09 KiB) Downloaded 319 times
DefleMaskConvert.zip
(71.54 KiB) Downloaded 351 times
Last edited by aguSoulReaver on Sun Dec 16, 2018 9:10 pm, edited 2 times in total.
16 Bits Forever, Forever, Forever...

djcouchycouch
Very interested
Posts: 710
Joined: Sat Feb 18, 2012 2:44 am

Re: DefleMask Convert Tool

Post by djcouchycouch » Sat Dec 15, 2018 8:02 pm

Well, that's pretty gosh darned amazing. Good job!

SeregaZ
Interested
Posts: 17
Joined: Mon Aug 03, 2015 12:45 pm

Re: DefleMask Convert Tool

Post by SeregaZ » Sun Dec 16, 2018 9:39 am

as i can see - you are too curse all effects of deflemask :)))

TheMVRules
Interested
Posts: 11
Joined: Wed Apr 07, 2010 6:00 pm
Location: Linköping, Sweden

Re: DefleMask Convert Tool

Post by TheMVRules » Sun Dec 16, 2018 7:37 pm

Too bad you forgot to honor the General Public License of dmf2esf and release the source code of your tool as required.

Yours truly, not Matt but the original author and copyright holder of dmf2esf.

aguSoulReaver
Interested
Posts: 15
Joined: Sat Mar 10, 2018 4:02 am
Location: Buenos Aires, Argentina

Re: DefleMask Convert Tool

Post by aguSoulReaver » Sun Dec 16, 2018 9:21 pm

TheMVRules wrote:
Sun Dec 16, 2018 7:37 pm
Too bad you forgot to honor the General Public License of dmf2esf and release the source code of your tool as required.
Sorry about that. Now the source code is uploaded.
16 Bits Forever, Forever, Forever...

Chilly Willy
Very interested
Posts: 2984
Joined: Fri Aug 17, 2007 9:33 pm

Re: DefleMask Convert Tool

Post by Chilly Willy » Mon Dec 17, 2018 12:30 am

Technically speaking, the GPL doesn't require you to post the code, it only requires you to make it available to anyone who requests it. Quite a few companies don't post GPL code, but rather make you call and ask for it. However, the easiest way to deal with the issue is simply to always post the code publicly.

Post Reply