* mod_wavetable, mod_swsynth added, mantis 15250

git-svn-id: trunk@14319 -
This commit is contained in:
marco 2009-12-04 08:28:11 +00:00
parent 280f27b45c
commit fabb88852f

View File

@ -245,6 +245,8 @@ Const
MOD_SQSYNTH = 3;
MOD_FMSYNTH = 4;
MOD_MAPPER = 5;
MOD_WAVETABLE = 6; { hardware wavetable synth }
MOD_SWSYNTH = 7; { software synth }
MIDICAPS_VOLUME = 1;
MIDICAPS_LRVOLUME = 2;
MIDICAPS_CACHE = 4;