Entries from 2013-06-01 to 1 month

MIDI Converter Runs On Emulator

Gocha, who is one of the coder of TASVideos, has made a few of emu2midi EmuLua scripts. These scripts can run on a rerecording emulator.At present, the following scripts are available. emu2midi nes2midi (NES / Famicom, runs on FCEUX) gb2mi…

VGMTransコーディングメモ - 基礎・シーケンス変換の初歩

VGMTransはゲーム音楽をMIDIやDLSに変換可能なGUIツールです。多種多様なフォーマットに対応しているのが本ツールの特長のひとつです。ソースコードには多様な状況に簡単に対応するための便利な機能が多く含まれています。プログラマはアドオンを開発するよ…

akaospc - Square AKAO SPC2MIDI Released

I released a new tool, akaospc, which can convert all AKAO driver SPCs into MIDI file. The driver has many variations and it was hard to handle it by one tool, but the tool supports all of them by searching a lot of code segments and gathe…

Square AKAO SPC Version Difference Notes

Every normal SNES titles seem to be slightly different each other. (see op length table) ff4 (Final Fantasy 4) Info: NoteLen=FF4, VcmdASM=FF5, SongLdASM=FF4, VcmdLenTbl=FF4, ARAMBase=none, VCmdStart=$D2 rs (Romancing SaGa) Info: NoteLen=RS…

HUDSON SFX SOUND DRIVER (Super Bomberman 5, etc.) Specification

This document explains about Hudson SFX SOUND DRIVER, through my Super Bomberman 5 analysis knowledge. It also mentions other versions of the driver.MIDI conversion tool (hudspc) is available at https://code.google.com/p/loveemu/SNES SPC70…