I released xm2esf 1.00 RC2 today... It's been almost a year since I posted an update! I got motivated due to me having to use this program quite intensely, and I got pretty tired by its bugs, so I decided to fix them!
== <xm2esf 1.00 RC2> ============== 09-28-2012
- Fixed Portamento up / down
- Fixed new notes not triggereing when effects 1xx and 2xx are on the same row
- Fixed reset volume on note-on
- Fixed conditions for resetting volume on note-on
- Fixed current note value getting updated for 2xx but not 1xx
- Fixed terrible mistakes in portamento 3xx code.....
The checks weren't working, the conditions were wrong,
I'm surprised portamentos even worked in the first place
- Removed silly hacks
- Fixed portamentos incorrectly carrying on from a non-slide effect (like arpeggio, vibrato, etc.),
taking previous, perhaps uninitialized data as base note
- Fixed program hangs after conversion
- Fixed volume slide effect value actually being ignored
- Fixed volume slide behavior
- Optimized Arpeggio code
- Optimized and fusioned portamento code
- New note code optimized a bit
- Remember & reload instruments when looping
- Fixed pitch related effects not carrying on after empty rows inbetween
- PSG frequencies get initialized by generating them on the fly, instead of loading from an external file
To get started you need loadxm.exe, xm2esf.exe, and xm2esfgui.exe. To use this you need the echo sound engine.
This is THE BEST way to make music for homebrew projects, because all trackers support the MD for the sake of outputting vGM files: Hard to play back on MD, and not very economical either!
bastien wrote:Really Nice Update !
Did you plan to release an SGDK integration exemple ?
Because i have heard it's quite difficult to use
Echo itself is pretty straightforward. It's getting formats converted for Echo that takes a bit of effort.
So, it isn't as easy as:
going into xm2esfgui
browse for your .XM file
select each XM Instrument and then the Echo Instrument
Hit create .XIF
go to the command line and type xm2esf foo.xif foo.esf
it's not a problem with difficulty. It's just a tad tedious and a bit hard to streamline. If you're doing it once, that's fine. Having to do it dozens or hundreds of times as I see myself doing for Goplanes, you get to see the bottleneck. When you're doing it that many times, the chances for human error accumulate fast, which has already happened.
But don't get me wrong, I really like Echo. I'm still using it for Goplanes. I'm certain the tools will get better with time.
== <xm2esf 1.00 RC3> ============== 10-02-2012
- Fixed an issue with the wrong or uninitialized note data as base on portamentos with note-on on the same row
- added license
- Fixed major crash, hang and memory corruption issue, potentially crashing the OS, producing garbled output, etc
! Compiler changed to FreeBASIC 0.24
! Linux version added for xm2esf, loadxm and esfopt
(xm2esfgui for linux coming soon)
Ugh. I'm so silly! Yeah it's a 64 bit binary I think, since I compiled it on a AMD64 version of Debian... Crap! Need to grab a VM for this *sigh*
ALSO, when i got proper 32 bit binaries, you might want to run install.sh, preferrably sudo'd, since xm2esf will try to execute loadxm and won't find it if you don't....