view app_wrapper/app_resource.h @ 0:3004dd663202

first import
author Fiore Martin <f.martin@qmul.ac.uk>
date Fri, 26 Feb 2016 14:49:35 +0000
parents
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