Mercurial > hg > apm2s
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app_wrapper/app_resource.h Sat Jun 13 15:08:10 2015 +0100 @@ -0,0 +1,42 @@ +// 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