User Tools

Site Tools


acsim_console_h

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
acsim_console_h [2006/10/15 09:35]
127.0.0.1 (old revision restored)
acsim_console_h [2007/11/17 16:45] (current)
smashtv move acsim.zip to "acsim" namespace
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_h|ACSim_toolbox.h]]\\ 
-[[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:​acsim.zip}}. If you make any updates, please send them to stryd_one and he will update the zip for you.
 +\\
 \\ \\
 <code c> <code c>
 /* /*
  ​* ​ ACSim_console.h  ​* ​ ACSim_console.h
- ​* ​ v 0.0.5+ ​* ​ v 0.0.7
  *  *
  ​* ​ 2006 April 06 Created by Michael Markert, http://​www.audiocommander.de  ​* ​ 2006 April 06 Created by Michael Markert, http://​www.audiocommander.de
Line 21: Line 24:
  ​* ​ 2006 July 15 general rework, adapted name spaces and filenames, correct header implementation, ​  ​* ​ 2006 July 15 general rework, adapted name spaces and filenames, correct header implementation, ​
  * added MIOS_HLP, changed license to GNU GPL  * added MIOS_HLP, changed license to GNU GPL
 + ​* ​ 2007 January 17 improved MIOS_IIC for SpeakJet debugging
 + ​* ​ 2007 January 21 added MIOS Merger and MIDI-Clock stuff, updated to v 0.0.6
 + ​* ​ 2007 January 26 added MIDI debug messages
 + ​* improved Timer() calls
 + ​* added Tick() calls
  *  *
  */  */
Line 56: Line 64:
  
 // adapt general debug settings // adapt general debug settings
-#define DEBUG_VERBOSE 0+#define DEBUG_VERBOSE
 +#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 83: Line 93:
  
 // 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'​t be zero 
 + #define DEBUG_AIN_NUM
 +#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.1160904901.txt.gz · Last modified: 2006/11/06 23:16 (external edit)