XPMCK icon indicating copy to clipboard operation
XPMCK copied to clipboard

fork/continuation of http://jiggawatt.org/muzak/xpmck/ Release 32 with bugfixes and new features

Results 23 XPMCK issues
Sort by recently updated
recently updated
newest added

``` euc src/xpmc.exw -o bin/xpmc Build directory: build-217992/ Translating code, pass: 1 2 3 4 5 6 7 generating Compiling with GCC Compiling 1% init-.c Compiling 6% xpmc.c Compiling 9%...

As of now, only the `#SONG n` directive exists, which requires a hard-coded index for each and every song. I don't like it. For my coding style I need something...

enhancement

@mic- clearly "removed" proper support for SMS FM Rhythm Mode by release 32, judging from his commented VGM export code. It looks as if he previously had more usable code,...

Long-term Goal Where we take an open-source text editor with the most accurate underlying emulator(s) (eg. MAME sound engine, mednafen, VGM/SGC players). so you write your text and press play....

enhancement

This fact was documented by @mic- in XPMCK's **Implementation specific notes** for Sega Genesis, but I'm interested to know if there's any good reason other than "I just didn't implement...

I'm not sure what causes this, so I don't know how to fix it yet. Emulators - VGM (higher pitch) : vgmplay - SMS (lower pitch) : mednafen, Kega Fusion...

https://github.com/bazzinotti/XPMCK/blob/7f56a09af17df5358c518addeb77aeb95826091f/src/vgm.e#L714-L716 These are not the same values as mentioned are required in the "Address/Data" table at http://www.smspower.org/maxim/Documents/YM2413ApplicationManual#iii17 I'm curious about this. I also noticed that our Rhythm Mode reference material...

I also want to add an EUCFLAGS variable so specific flags can be set during invoke of make, eg `EUCFLAGS="-gcc" make`

The simplest of test mmls will not play sound when exported to most formats. Though no other mml dialect requires it, XPMCK seems to require a default note length OR...