diff options
author | Wohlstand <admin@wohlnet.ru> | 2024-08-22 10:19:38 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2024-08-22 10:19:38 +0300 |
commit | 23dc374917acd0d7100c6e9db7ae5333338cee28 (patch) | |
tree | cdfcc2e859abd52b1618da1959db1fb88864d1ee /utils/winmm_drv/cpl/resource.h | |
parent | 5cce67a4b4d59ff1c75697a64e25ac8f5625d87d (diff) | |
download | libADLMIDI-23dc374917acd0d7100c6e9db7ae5333338cee28.tar.gz libADLMIDI-23dc374917acd0d7100c6e9db7ae5333338cee28.tar.bz2 libADLMIDI-23dc374917acd0d7100c6e9db7ae5333338cee28.zip |
WinMM: Added chan-alloc and audio output options
Diffstat (limited to 'utils/winmm_drv/cpl/resource.h')
-rw-r--r-- | utils/winmm_drv/cpl/resource.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/winmm_drv/cpl/resource.h b/utils/winmm_drv/cpl/resource.h index 4d41e9f..27b17e5 100644 --- a/utils/winmm_drv/cpl/resource.h +++ b/utils/winmm_drv/cpl/resource.h @@ -28,5 +28,9 @@ #define IDC_4OPSNUM_LABEL 1025 #define IDC_RESET_SYNTH 1026 #define IDC_BOTTOMNOTE_LABEL 1027 +#define IDC_CHANALLOC 1028 +#define IDC_CA_LABEL 1029 +#define IDC_AUDIOOUT 1030 +#define IDC_AUDIOOUT_LABEL 1031 #define IDC_DRIVERNAME 40000 #define IDC_DRIVERDESC 40001 |