Mercurial > hg > apm
view app_wrapper/app_resource.h @ 2:33aaa48d4d16 tip
changed "meter type" to "sonification type"
author | Fiore Martin <f.martin@qmul.ac.uk> |
---|---|
date | Sat, 13 Jun 2015 15:14:20 +0100 |
parents | c0ead20bda4d |
children |
line wrap: on
line source
// RESOURCE IDS FOR STANDALONE APP #ifndef IDC_STATIC #define IDC_STATIC (-1) #endif #define IDD_DIALOG_MAIN 40001 #define IDD_DIALOG_PREF 40002 #define IDI_ICON1 40003 #define IDR_MENU1 40004 #define ID_ABOUT 40005 #define ID_PREFERENCES 40006 #define ID_QUIT 40007 #define IDC_COMBO_AUDIO_DRIVER 40008 #define IDC_COMBO_AUDIO_IN_DEV 40009 #define IDC_COMBO_AUDIO_OUT_DEV 40010 #define IDC_COMBO_AUDIO_IOVS 40011 #define IDC_COMBO_AUDIO_SIGVS 40012 #define IDC_COMBO_AUDIO_SR 40013 #define IDC_COMBO_AUDIO_IN_L 40014 #define IDC_COMBO_AUDIO_IN_R 40015 #define IDC_COMBO_AUDIO_OUT_R 40016 #define IDC_COMBO_AUDIO_OUT_L 40017 #define IDC_COMBO_MIDI_IN_DEV 40018 #define IDC_COMBO_MIDI_OUT_DEV 40019 #define IDC_COMBO_MIDI_IN_CHAN 40020 #define IDC_COMBO_MIDI_OUT_CHAN 40021 #define IDC_BUTTON_ASIO 40022 #define IDC_CB_MONO_INPUT 40023 #define IDAPPLY 40024 // some options for the app #define ENABLE_SYSEX 0 #define ENABLE_MIDICLOCK 0 #define ENABLE_ACTIVE_SENSING 0 #define NUM_CHANNELS 2 #define N_VECTOR_WAIT 50 #define APP_MULT 0.25