Below is the file 'src/lsc/header.lh' from this revision. You can also download the file.

/* header.lh */

/* Standard header */

fndefint __nop			0;
fndefint __global_store		1;
fndefint __global_load		2;
fndefint __global_array_store	3;
fndefint __global_array_load	4;
fndefint __printint		5;
fndefint __printreal		6;
fndefint __printstr		7;
fndefint dmx_setchannel		8;
fndefint dmx_output		9;
fndefint gettime		10;
fndefint waittime		11;
fndefint wait			12;
fndefint wakeup			13;
fndefint spawn			14;
fndefint midi_read		15;
fndefint beatdetect_read	16;
fndefint beatdetect_phase	17;
fndefint beatdetect_confidence	18;
fndefint realtoint		19;
fndefint inttoreal		20;
fndefint map3d_setcal		21;
fndefint map3d_calibrate	22;
fndefint map3d_transform	23;
fndefint map3d_setparams	24;
fndefint map3d_load		25;
fndefint map3d_save		26;
fndefint sin			27;
fndefint cos			28;
fndefint random			29;

constant _dmxoutput		10;
constant _beat			11;