Mercurial > audlegacy-plugins
diff src/adplug/core/d00.h @ 951:df18b664f4e0 trunk
[svn] D00 Vibrato and Slides fix by Dennis Lindroos (from upstream CVS).
| author | chainsaw |
|---|---|
| date | Fri, 13 Apr 2007 08:07:32 -0700 |
| parents | cae46214b8bf |
| children | 368f8ee0a95f |
line wrap: on
line diff
--- a/src/adplug/core/d00.h Fri Apr 13 05:23:27 2007 -0700 +++ b/src/adplug/core/d00.h Fri Apr 13 08:07:32 2007 -0700 @@ -1,6 +1,6 @@ /* * AdPlug - Replayer for many OPL2/OPL3 audio file formats. - * Copyright (C) 1999 - 2006 Simon Peter, <dn.tlp@gmx.net>, et al. + * Copyright (C) 1999 - 2007 Simon Peter, <dn.tlp@gmx.net>, et al. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -67,7 +67,7 @@ struct { unsigned short *order,ordpos,pattpos,del,speed,rhcnt,key,freq,inst,spfx,ispfx,irhcnt; signed short transpose,slide,slideval,vibspeed; - unsigned char seqend,vol,vibdepth,fxdel,modvol,cvol,levpuls,frameskip,nextnote,note,ilevpuls,trigger; + unsigned char seqend,vol,vibdepth,fxdel,modvol,cvol,levpuls,frameskip,nextnote,note,ilevpuls,trigger,fxflag; } channel[9]; struct Sinsts {
