oload.h

Go to the documentation of this file.
00001 /*
00002     oload.h:
00003 
00004     Copyright (C) 1991 Barry Vercoe, John ffitch
00005 
00006     This file is part of Csound.
00007 
00008     The Csound Library is free software; you can redistribute it
00009     and/or modify it under the terms of the GNU Lesser General Public
00010     License as published by the Free Software Foundation; either
00011     version 2.1 of the License, or (at your option) any later version.
00012 
00013     Csound is distributed in the hope that it will be useful,
00014     but WITHOUT ANY WARRANTY; without even the implied warranty of
00015     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016     GNU Lesser General Public License for more details.
00017 
00018     You should have received a copy of the GNU Lesser General Public
00019     License along with Csound; if not, write to the Free Software
00020     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
00021     02111-1307 USA
00022 */
00023 
00024 #ifndef CSOUND_OLOAD_H
00025 #define CSOUND_OLOAD_H
00026 
00027 #define NCONSTS 256    /* gbl */                /*      OLOAD.H         */
00028 #define NLABELS 5      /* lcl */
00029 #define NGOTOS  40
00030 
00031 #define LABELOFS    (-0x40000000)
00032 #define LABELIM     (-0x38000000)
00033 #define STR_OFS      (0x78000000)       /* string constant index base */
00034 
00035 typedef struct {
00036         char    *lbltxt;
00037         int     *ndxp;
00038 } LBLARG;
00039 
00040 typedef struct {
00041         int     lblno;
00042         MYFLT   **argpp;
00043 } LARGNO;
00044 
00045 typedef struct {
00046         MYFLT   *sets[PMAX];
00047 } PVSET;
00048 
00049 typedef struct {
00050         OPDS    h;
00051         MYFLT   *insno, *itime;
00052 } TURNON;
00053 
00054 #endif  /* CSOUND_OLOAD_H */
00055 

Generated on Sun Nov 9 00:04:52 2008 for Csound and CsoundAC by  doxygen 1.5.6