acsim_console_h
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| acsim_console_h [2006/08/01 20:48] – audiocommander | acsim_console_h [2007/11/17 16:45] (current) – move acsim.zip to "acsim" namespace smashtv | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| **[[acsim_console_h|ACSim_console.h]]**\\ | **[[acsim_console_h|ACSim_console.h]]**\\ | ||
| [[acsim_console_c|ACSim_console.c]]\\ | [[acsim_console_c|ACSim_console.c]]\\ | ||
| - | |||
| - | [[acsim_toolbox_c|ACSim_toolbox.c]]\\ | ||
| [[acsim_mios_h|ACSim_mios.h]]\\ | [[acsim_mios_h|ACSim_mios.h]]\\ | ||
| [[acsim_mios_c|ACSim_mios.c]]\\ | [[acsim_mios_c|ACSim_mios.c]]\\ | ||
| + | [[acsim_toolbox_h|ACSim_toolbox.h]]\\ | ||
| + | [[acsim_toolbox_c|ACSim_toolbox.c]]\\ | ||
| + | [[acmididefines|ACMidiDefines.h]]\\ | ||
| + | \\ | ||
| + | This code is for viewing only and may not be up to date. You can download the files in a zip file {{acsim: | ||
| + | \\ | ||
| \\ | \\ | ||
| <code c> | <code c> | ||
| /* | /* | ||
| - | | + | |
| - | | + | |
| * | * | ||
| | | ||
| Line 20: | Line 24: | ||
| | | ||
| * added MIOS_HLP, changed license to GNU GPL | * added MIOS_HLP, changed license to GNU GPL | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| * | * | ||
| */ | */ | ||
| Line 55: | Line 64: | ||
| // adapt general debug settings | // adapt general debug settings | ||
| - | #define DEBUG_VERBOSE 0 | + | #define DEBUG_VERBOSE 1 |
| + | #define DEBUG_SPEAKJET_VERBOSE 1 // shows SJ-Control Names instead of odd Chars if enabled | ||
| + | #define DEBUG_MIDI_VERBOSE 1 // shows additional MIDI Names for Numbers | ||
| // adapt application related settings | // adapt application related settings | ||
| Line 78: | Line 89: | ||
| #endif | #endif | ||
| - | #define DEBUG_BANKSTICK_SIZE 512 // kB | + | #define DEBUG_BANKSTICK_SIZE 32768 |
| #define DEBUG_BANKSTICK_NUM 1 | #define DEBUG_BANKSTICK_NUM 1 | ||
| // Number of AIN-Lines, either write it here or define AIN_NUM in main.h | // Number of AIN-Lines, either write it here or define AIN_NUM in main.h | ||
| - | #define DEBUG_AIN_NUM AIN_NUM | + | #if AIN_NUM == 0 // DEBUG_AIN_NUM mustn' |
| + | #define DEBUG_AIN_NUM 1 | ||
| + | #else | ||
| + | #define DEBUG_AIN_NUM AIN_NUM | ||
| + | #endif /*AIN_NUM | ||
| // Number of Encoders, either write it here or define ENC_NUM in main.h | // Number of Encoders, either write it here or define ENC_NUM in main.h | ||
| #define DEBUG_ENC_NUM ENC_NUM | #define DEBUG_ENC_NUM ENC_NUM | ||
acsim_console_h.1154465299.txt.gz · Last modified: 2006/10/15 09:35 (external edit)
