annotate app_wrapper/app_resource.h @ 1:2ca5d7440b5c tip

added README
author Fiore Martin <f.martin@qmul.ac.uk>
date Fri, 26 Feb 2016 16:11:20 +0000
parents 3004dd663202
children
rev   line source
f@0 1 // RESOURCE IDS FOR STANDALONE APP
f@0 2
f@0 3 #ifndef IDC_STATIC
f@0 4 #define IDC_STATIC (-1)
f@0 5 #endif
f@0 6
f@0 7 #define IDD_DIALOG_MAIN 40001
f@0 8 #define IDD_DIALOG_PREF 40002
f@0 9 #define IDI_ICON1 40003
f@0 10 #define IDR_MENU1 40004
f@0 11
f@0 12 #define ID_ABOUT 40005
f@0 13 #define ID_PREFERENCES 40006
f@0 14 #define ID_QUIT 40007
f@0 15
f@0 16 #define IDC_COMBO_AUDIO_DRIVER 40008
f@0 17 #define IDC_COMBO_AUDIO_IN_DEV 40009
f@0 18 #define IDC_COMBO_AUDIO_OUT_DEV 40010
f@0 19 #define IDC_COMBO_AUDIO_IOVS 40011
f@0 20 #define IDC_COMBO_AUDIO_SIGVS 40012
f@0 21 #define IDC_COMBO_AUDIO_SR 40013
f@0 22 #define IDC_COMBO_AUDIO_IN_L 40014
f@0 23 #define IDC_COMBO_AUDIO_IN_R 40015
f@0 24 #define IDC_COMBO_AUDIO_OUT_R 40016
f@0 25 #define IDC_COMBO_AUDIO_OUT_L 40017
f@0 26 #define IDC_COMBO_MIDI_IN_DEV 40018
f@0 27 #define IDC_COMBO_MIDI_OUT_DEV 40019
f@0 28 #define IDC_COMBO_MIDI_IN_CHAN 40020
f@0 29 #define IDC_COMBO_MIDI_OUT_CHAN 40021
f@0 30 #define IDC_BUTTON_ASIO 40022
f@0 31 #define IDC_CB_MONO_INPUT 40023
f@0 32
f@0 33 #define IDAPPLY 40024
f@0 34
f@0 35 // some options for the app
f@0 36
f@0 37 #define ENABLE_SYSEX 0
f@0 38 #define ENABLE_MIDICLOCK 0
f@0 39 #define ENABLE_ACTIVE_SENSING 0
f@0 40 #define NUM_CHANNELS 2
f@0 41 #define N_VECTOR_WAIT 50
f@0 42 #define APP_MULT 0.25