Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
@ -1,6 +1,9 @@
Stable versions
---------------
4.0.11 ():
- Mark surround channels in channel list
4.0.10 (20141030):
- Add AIFF file output driver (by Lorence Lombardo)
- Add command 'h' to display help message (by Eugene Toder)
@ -59,6 +59,8 @@ void info_mod(struct xmp_module_info *mi)
report("S ");
} else if (mi->mod->xxc[i].flg & XMP_CHANNEL_MUTE) {
report("- ");
} else if (mi->mod->xxc[i].flg & XMP_CHANNEL_SURROUND) {
report("^ ");
} else {
report("%x ", mi->mod->xxc[i].pan >> 4);
}