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 revisionPrevious revision
Next revision
Previous revision
acsim_console_h [2006/11/06 23:16] – DEBUG_AIN_NUM mustn't be zero audiocommanderacsim_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_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
acsim_console_h.1162854983.txt.gz · Last modified: 2007/01/17 00:26 (external edit)