RoboPlay - Multi format music player in Fusion-C

Page 5/23
1 | 2 | 3 | 4 | | 6 | 7 | 8 | 9 | 10

Par ToriHino

Paladin (925)

Portrait de ToriHino

24-02-2020, 01:03

That's indeed still an issue. For now i created a specific MSX playlist (with the original long names as comment lines). I do want to see if i can integrate the long filename support as is used in DI.COM

So currently looks something like this (converted with a very small Python script):

#ANTIBRAIN - Television.mod
ANTIBR~1.MOD
#ASSASSIN - Testing faster.mod
ASSASS~1.MOD
#AZAZEL - Fracture.mod
AZAZEL~1.MOD
#BARRY LEITCH - Hero Quest Ingame.mod
BARRYL~1.MOD
#BARRY LEITCH - Lotus 2 (Title).mod
BARRYL~2.MOD

Par ToriHino

Paladin (925)

Portrait de ToriHino

07-03-2020, 15:09

I moved the source repository to a new location.

Next to that some minor bug fixes and restructured part of the code.

Par Parn

Paladin (854)

Portrait de Parn

07-03-2020, 17:21

ToriHino wrote:

Next to that i also want to look into support for the XM module format.

It's already sounding awesome. Big smile Do you have any news on this front?

Par ToriHino

Paladin (925)

Portrait de ToriHino

07-03-2020, 23:09

Made some very first steps on that one, but still quite a long way to go Tongue

Par ToriHino

Paladin (925)

Portrait de ToriHino

26-03-2020, 19:02

I updated RoboPlay to support DRO files version 0.1 and 2.0, supporting OPL2, OPL3 or DUAL OPL2.
The updated source repository can be found here, latest version can be downloaded from here

This video shows the updated player in action.

Par Manuel

Ascended (19678)

Portrait de Manuel

26-03-2020, 19:22

Any plans for ADL file format support?

Par ToriHino

Paladin (925)

Portrait de ToriHino

26-03-2020, 20:39

I'll look into both ADL (OPl2) and ADG (OPL3) to see if those can be supported as well

Par Manuel

Ascended (19678)

Portrait de Manuel

26-03-2020, 23:11

Cool, thanks! Can't wait to play all the original Dune II musics on my MSX with MoonSound Smile

Par ToriHino

Paladin (925)

Portrait de ToriHino

06-04-2020, 01:45

Small update: added support for the IMF file type (iD Software Music Format).

By default it plays .IMF files on 560Hz, when using the extension .WLF it uses 700Hz.

Update source repository can be found here, latest version can be downloaded from here.

Par ToriHino

Paladin (925)

Portrait de ToriHino

21-04-2020, 22:04

I started on adding support for the MoonBlaster versions in RoboPlay. As as start, a very early version for MoonBlaster 1.4 (where the OPL4 plays both 'FM-Pac' and 'Music-Module' in stereo).

Still a number of things to be added:

  • FM-Drums (the OPL4 has only one drum channel, but sufficient for the 'FM-Pac' side using percussion mode)
  • Adapt 'FM-Pac' voices to the ROM sounds of 'FM-Pac'
  • PSG drums
  • ADPCM to PCM conversion of the samples
  • Resolve replay bugs Tongue

This video shows some first results.

Page 5/23
1 | 2 | 3 | 4 | | 6 | 7 | 8 | 9 | 10