aboutsummaryrefslogtreecommitdiff
path: root/src/wopl
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-31 00:47:07 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-31 00:47:07 +0300
commite9ac113b0ddee955391f5b236837e1f7e2b876a4 (patch)
treeacad144970464b3e86f53b84e79a10c32fb0da53 /src/wopl
parentee123b93ae75265f2d16dba76e07ee3a2f602adc (diff)
downloadlibADLMIDI-e9ac113b0ddee955391f5b236837e1f7e2b876a4.tar.gz
libADLMIDI-e9ac113b0ddee955391f5b236837e1f7e2b876a4.tar.bz2
libADLMIDI-e9ac113b0ddee955391f5b236837e1f7e2b876a4.zip
WOPL: New volume models
Diffstat (limited to 'src/wopl')
-rw-r--r--src/wopl/wopl_file.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wopl/wopl_file.h b/src/wopl/wopl_file.h
index 864d333..80a8959 100644
--- a/src/wopl/wopl_file.h
+++ b/src/wopl/wopl_file.h
@@ -56,7 +56,9 @@ typedef enum WOPL_VolumeModel
WOPL_VM_Native,
WOPL_VM_DMX,
WOPL_VM_Apogee,
- WOPL_VM_Win9x
+ WOPL_VM_Win9x,
+ WOPL_VM_DMX_Fixed,
+ WOPL_VM_Apogee_Fixed
} WOPL_VolumeModel;
typedef enum WOPL_InstrumentFlags