Make duplicate script compatible with Python 3
[wdl/wdl-ol.git] / IPlugExamples / IPlugConvoEngine / app_wrapper / app_resource.h
blobe837349144526f1c181ca69a66ecb764dae0b8ad
1 // RESOURCE IDS FOR STANDALONE APP
3 #ifndef IDC_STATIC
4 #define IDC_STATIC (-1)
5 #endif
7 #define IDD_DIALOG_MAIN 40001
8 #define IDD_DIALOG_PREF 40002
9 #define IDI_ICON1 40003
10 #define IDR_MENU1 40004
12 #define ID_ABOUT 40005
13 #define ID_PREFERENCES 40006
14 #define ID_QUIT 40007
16 #define IDC_COMBO_AUDIO_DRIVER 40008
17 #define IDC_COMBO_AUDIO_IN_DEV 40009
18 #define IDC_COMBO_AUDIO_OUT_DEV 40010
19 #define IDC_COMBO_AUDIO_IOVS 40011
20 #define IDC_COMBO_AUDIO_SIGVS 40012
21 #define IDC_COMBO_AUDIO_SR 40013
22 #define IDC_COMBO_AUDIO_IN_L 40014
23 #define IDC_COMBO_AUDIO_IN_R 40015
24 #define IDC_COMBO_AUDIO_OUT_R 40016
25 #define IDC_COMBO_AUDIO_OUT_L 40017
26 #define IDC_COMBO_MIDI_IN_DEV 40018
27 #define IDC_COMBO_MIDI_OUT_DEV 40019
28 #define IDC_COMBO_MIDI_IN_CHAN 40020
29 #define IDC_COMBO_MIDI_OUT_CHAN 40021
30 #define IDC_BUTTON_ASIO 40022
31 #define IDC_CB_MONO_INPUT 40023
33 #define IDAPPLY 40024
35 // some options for the app
37 #define ENABLE_SYSEX 0
38 #define ENABLE_MIDICLOCK 0
39 #define ENABLE_ACTIVE_SENSING 0
40 #define NUM_CHANNELS 2
41 #define N_VECTOR_WAIT 50
42 #define APP_MULT 0.25