dumpf.h

Go to the documentation of this file.
00001 /*
00002     dumpf.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                                                         /*  DUMPF.H  */
00025 typedef struct {
00026         OPDS   h;
00027         MYFLT  *ksig, *ifilcod, *iformat, *iprd;
00028         int    format;
00029         long   countdown, timcount;
00030         FILE   *f;
00031         FDCH   fdch;
00032 } KDUMP;
00033 
00034 typedef struct {
00035         OPDS   h;
00036         MYFLT  *ksig1, *ksig2, *ifilcod, *iformat, *iprd;
00037         int    format;
00038         long   countdown, timcount;
00039         FILE   *f;
00040         FDCH   fdch;
00041 } KDUMP2;
00042 
00043 typedef struct {
00044         OPDS   h;
00045         MYFLT  *ksig1, *ksig2, *ksig3, *ifilcod, *iformat, *iprd;
00046         int    format;
00047         long   countdown, timcount;
00048         FILE   *f;
00049         FDCH   fdch;
00050 } KDUMP3;
00051 
00052 typedef struct {
00053         OPDS   h;
00054         MYFLT  *ksig1, *ksig2, *ksig3, *ksig4, *ifilcod, *iformat, *iprd;
00055         int    format;
00056         long   countdown, timcount;
00057         FILE   *f;
00058         FDCH   fdch;
00059 } KDUMP4;
00060 
00061 typedef struct {
00062         OPDS   h;
00063         MYFLT  *k1, *ifilcod, *iformat, *iprd;
00064         /* MYFLT  *interp; */
00065         int    format;
00066         long   countdown, timcount;
00067         MYFLT  k[4];
00068         FILE   *f;
00069         FDCH   fdch;
00070 } KREAD;
00071 
00072 typedef struct {
00073         OPDS   h;
00074         MYFLT  *k1, *k2, *ifilcod, *iformat, *iprd;
00075         /* MYFLT  *interp; */
00076         int    format;
00077         long   countdown, timcount;
00078         MYFLT  k[4];
00079         FILE   *f;
00080         FDCH   fdch;
00081 } KREAD2;
00082 
00083 typedef struct {
00084         OPDS   h;
00085         MYFLT  *k1, *k2, *k3, *ifilcod, *iformat, *iprd;
00086         /* MYFLT  *interp; */
00087         int    format;
00088         long   countdown, timcount;
00089         MYFLT  k[4];
00090         FILE   *f;
00091         FDCH   fdch;
00092 } KREAD3;
00093 
00094 typedef struct {
00095         OPDS   h;
00096         MYFLT  *k1, *k2, *k3, *k4, *ifilcod, *iformat, *iprd;
00097         /* MYFLT  *interp; */
00098         int    format;
00099         long   countdown, timcount;
00100         MYFLT  k[4];
00101         FILE   *f;
00102         FDCH   fdch;
00103 } KREAD4;
00104 

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