Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Wohlstand

Pages: [1]
1
What about Sekaiju MIDI editor? https://openmidiproject.osdn.jp/index_en.html
I use it for a long time. Before it, I used the old Cakewalk Sonar 1.3. Sekaiju can more features and has better support for various MIDI files, and also, it can repair some invalid MIDI files. The main difference that Sekaiju is FOSS unlike the Cakewalk Sonar I used before.

2
SCI Development Tools / Re: OPL timbre tool for Windows/Mac/Linux
« on: July 16, 2017, 08:55:59 PM »
Sweet!

EDIT: The website still says 1.2.1-beat as the latest version number. Does it have the changes you mentioned but just carries the same version number?
Latest is 1.3-beta which available by a bit separated link, I think, I'll update the stable after some times (need to test new-added features until I'll replace stable with this build). The latest dev build is always available from GitHub readme's link

Edit: I have created new release page for 1.3 beta with including builds for all three OSes ;-)

3
SCI Development Tools / Re: OPL timbre tool for Windows/Mac/Linux
« on: July 16, 2017, 05:08:01 PM »
LBA are files from Little Big Adventure. The game uses one set of MIDI files with different instrument banks for OPL2 (SAMPLE.AD) and OPL3 (SAMPLE.OPL).

LOSTVIK are files from The Lost Vikings. The MIDI files differ between OPL2 and OPL3 as well, hence the two directories.

To play an example file, go into the directory containing the XMI file you want to play (example: title.xmi), then in DOSBox, type "..\XPLAY title.xmi ..\SBFM.ADV" for OPL2 (SBFM.ADV will automatically use SAMPLE.AD) and "..\XPLAY title.xmi ..\SBP2FM.ADV" for OPL3 (SBP2FM.ADV will automatically use SAMPLE.OPL).
Thanks for those files, I have checked out that, and, I had many bugs in reading/write of AIL (I had the inability to read LOSTVIK banks, and I had damaged save result) which now I finally fixed. The one thing I need to complete - banks toggle (to toggle 128-instrument sets by combo-box rather showing everything like done for BNK files). I have plan to implement own format I will use for libADLMIDI which will support everything supported by existing bank formats with the ability to provide full GS or XG standard instruments set to have properly played of MIDI files are designed for those standards (include a support of custom percussion channels providing by those standards).

I have updated build, now editor must support any AIL banks correctly  ;)
Next update will have "banks" combo-box and list will show 128 instruments maximum
EDIT: "next update" has been implemented, and now bank editor supports 128-instruments banks: adding/removing/clearing, and ability to switch between AdLib BNK mode (I.e. show all instruments in same list without dividing by banks)

4
SCI Development Tools / Re: OPL timbre tool for Windows/Mac/Linux
« on: May 31, 2017, 04:54:26 AM »
There is some variation between SCI versions in their 3.PAT format.
- SCI0 and 1.0 have 48 instruments, followed by 0xAB 0xCD if 48 more instruments follow
- SCI1.1 has 190 instruments, 128 melodic plus 62 rhythm channel instruments, followed by 62 bytes specifying the actual note pitch (MIDI note) for the drum notes starting with note 0x1B (Kick drum).

Another format of interest might be Miles Design' AIL 2.x (e.g. SAMPLE.AD, SAMPLE.OPL), which supports both 2-OP and 4-OP instruments. I can provide specs if interested.
Yeah, and can you provide me some example files for reading test?
P.S. My latest version (you can find that at Git, in readme, dev version) already supports AIL banks

Also, you might want to switch to the Nuked FM emulation core at some point for its greater accuracy.
My latest versions of OPL3 apps (libADLMIDI, OPL3 Bank Editor) are already using Nuked OPL3 emulator, and yeah, it's very accurate, but eats more CPU power that makes lags on old computers or mobile devices

5
SCI Development Tools / Re: OPL timbre tool for Windows/Mac/Linux
« on: May 22, 2017, 06:47:34 PM »
Hello! I'm a creator of this bank editor (I have come to here by MusicallyInspired's invitation), and I came to ask the full specification for SCI PAT file to allow me to add support for it into my bank editor. Can Sierra, or any other who has it, send it to me?

P.S. About BNK: there is support for two types: AdLib and HMI. There are has differences and HMI banks usually can't be opened by most of BNK editors. Support for those files is experimental (especially writing case, reading works fine, but writing works incorrectly yet, I'll fix that in nearest time)

Pages: [1]

SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.106 seconds with 21 queries.