Certain modules need specific adjustments to play correctly. It's not possible to automatically detect these modules, so a module-specific configuration file was added. Adjustments include: workaround for module conversion errors, differences between protracker versions, and custom replay parameters for specific modules. Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>master
parent
cf788f338f
commit
30f68b150f
6 changed files with 167 additions and 21 deletions
@ -0,0 +1,33 @@ |
|||||||
|
# Configuration for specific modules |
||||||
|
# xmp will look for this file in /etc/xmp/modules.conf and |
||||||
|
# $HOME/.xmp/modules.conf (both files will be read). |
||||||
|
# |
||||||
|
# Format is: |
||||||
|
# |
||||||
|
# [MD5sum] |
||||||
|
# 8bit = yes/no Convert 16 bit samples to 8 bit |
||||||
|
# amplify = <0|1|2|3> Amplification factor (default is 1) |
||||||
|
# filter = yes/no Enable filters (affects IT only) |
||||||
|
# fixloop = yes/no Use sample loop start value / 2 |
||||||
|
# fx9bug = yes/no Protracker 2.x effect 9 bug emulation |
||||||
|
# interpolation = <method> Software mixer interpolation |
||||||
|
# mono = yes/no Mono output |
||||||
|
# mix = value Stereo channel separation (0 - 100) |
||||||
|
# reverse = yes/no Reverse L/R stereo channels |
||||||
|
# vblank = yes/no Force vblank timing instead of CIA |
||||||
|
|
||||||
|
# "No Mercy" by Alf/VTL (added by Martin Willers) |
||||||
|
[366ec0fa962aebee034aa2dbaa49aaea] |
||||||
|
fx9bug = yes |
||||||
|
|
||||||
|
# mod.souvenir of china |
||||||
|
[93f146aeb758c39d8b5fbc98bf237a43] |
||||||
|
fixloop = yes |
||||||
|
|
||||||
|
# "siedler ii" (added by Daniel Åkerud) |
||||||
|
[70aa034dfb2f1f73d9fdbafe131bb701] |
||||||
|
vblank = yes |
||||||
|
|
||||||
|
# Klisje paa klisje (added by Kjetil Torgrim Homme) |
||||||
|
[e998012c700eb43af0321711305829b2] |
||||||
|
vblank = yes |
||||||
Loading…
Reference in new issue