Mercurial > hg > apm2s
comparison app_wrapper/app_resource.h @ 0:4606bd505630 tip
first import
author | Fiore Martin <f.martin@qmul.ac.uk> |
---|---|
date | Sat, 13 Jun 2015 15:08:10 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4606bd505630 |
---|---|
1 // RESOURCE IDS FOR STANDALONE APP | |
2 | |
3 #ifndef IDC_STATIC | |
4 #define IDC_STATIC (-1) | |
5 #endif | |
6 | |
7 #define IDD_DIALOG_MAIN 40001 | |
8 #define IDD_DIALOG_PREF 40002 | |
9 #define IDI_ICON1 40003 | |
10 #define IDR_MENU1 40004 | |
11 | |
12 #define ID_ABOUT 40005 | |
13 #define ID_PREFERENCES 40006 | |
14 #define ID_QUIT 40007 | |
15 | |
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 | |
32 | |
33 #define IDAPPLY 40024 | |
34 | |
35 // some options for the app | |
36 | |
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 |