XPMCK bugs and feature requests :: Fri, 24 Jun 2011 08:06:51 -0700 XPMCK bugs and feature requests :: XPMCK: Recently closed tasks http://jiggawatt.org/muzak/xpmck/bugs/ FS#10: Problems with switching duty cycles in gameboy Mr Super User Mon, 14 Feb 2011 03:01:46 -0700
A @q1 t150 @01 o3 v3 l8 @01cdef @02cdef (somehow the @q1 fixed the problem. now it works!)]]>
http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=10 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=10
FS#16: sms/gg CS macro bug? Mr Super User Mon, 14 Feb 2011 07:57:13 -0700 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=16 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=16 FS#24: @MOD not working correctly for PCE Mr Super User Mon, 20 Jun 2011 01:54:54 -0700 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=24 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=24 FS#23: Early exit loops ( [ ... | ... ] ) are buggy for AT8 and PCE targets Mr Super User Sun, 19 Jun 2011 00:16:20 -0700 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=23 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=23 FS#20: PC-Engine support Mr Super User Tue, 15 Feb 2011 05:44:47 -0700
The first version will probably only support the basic stuff; the standard 32-byte waveforms, white noise (channels E & F), and FM LFO (channel A).

@mv will be used for controlling the master volume.]]>
http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=20 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=20
FS#22: Atari XL/XE support Mr Super User Mon, 23 May 2011 07:50:01 -0700 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=22 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=22 FS#21: VGM exporter doesn't clear the note offset when turning off EN Mr Super User Mon, 21 Feb 2011 01:47:34 -0700
A t125 v10 o4 l16 EN1 cdef ENOF cdef
]]>
http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=21 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=21
FS#3: Waveform macro WTM buggy (gameboy) Mr Super User Mon, 14 Feb 2011 02:53:18 -0700 @WTM1 = { WT5 1}
C WTM1 v3 o3 l8 cdefg WT5 cdefg

In the above example, everything works fine. Both phrases sound the same (except for a slight clicking during the first phrase, why?)

@WT4 = {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0}
@WT5 = {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0}
@WTM1 = { WT5 1}
C WTM1 v3 o3 l8 cdefg WT5 cdefg

In this example, the two phrases sound much different. And all I've done is define another waveform (which isn't even being used).
During the first phrase, the wave is distorted. It's nothing like the triangle wave I have defined.

@WT5 = {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0}
@WT4 = {0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0}
@WTM1 = { WT5 1}
C WTM1 v3 o3 l8 cdefgab WT5 cdefgab
In this last example, everything works fine. The only difference is the order! I defined WT4 after WT5 instead of before!

@WTM1 = { WT5 1}]]>
http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=3 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=3
FS#4: volume buggy when using @EP macro on gameboy Mr Super User Mon, 14 Feb 2011 02:54:11 -0700
for example:

@EP1 = {20}
A t150 l8 @ve-7 @02 o3 v8 cdef EP1 cdefg

The first phrase is played stacatto - because the @ve-7 envelope makes the volume decay quickly. Good so far.
The second phrase starts to use our pitchbend. The volume gradually increases instead of decaying. Bug!]]>
http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=4 http://jiggawatt.org/muzak/xpmck/bugs/index.php?do=details&task_id=4