mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 19:20:34 +02:00
* mod_wavetable, mod_swsynth added, mantis 15250
git-svn-id: trunk@14319 -
This commit is contained in:
parent
280f27b45c
commit
fabb88852f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user