ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/PDL-Audio/audio.pd
(Generate patch)

Comparing PDL-Audio/audio.pd (file contents):
Revision 1.6 by root, Tue Dec 28 02:14:49 2004 UTC vs.
Revision 1.7 by root, Thu Mar 3 17:36:58 2005 UTC

1$VERSION = '1.01'; 1$VERSION = '1.011';
2 2
3pp_setversion $VERSION; 3pp_setversion $VERSION;
4pp_beginwrap (); # force error with older PPs 4pp_beginwrap (); # force error with older PPs
5 5
6pp_addpm {At => Top}, <<'EOD'; 6pp_addpm {At => Top}, <<'EOD';
1889 1889
1890pp_addpm {At => Bot}, <<'EOD'; 1890pp_addpm {At => Bot}, <<'EOD';
1891 1891
1892=head1 AUTHOR 1892=head1 AUTHOR
1893 1893
1894Marc Lehmann <pcg@goof.com>. The ideas were mostly taken from common 1894Marc Lehmann <schmorp@schmorp.de>. The ideas were mostly taken from common
1895lisp music (CLM), by Bill Schottstaedt C<bil@ccrma.stanford.edu>. I also 1895lisp music (CLM), by Bill Schottstaedt C<bil@ccrma.stanford.edu>. I also
1896borrowed many explanations (and references) from the clm docs and some 1896borrowed many explanations (and references) from the clm docs and some
1897code from clm.c. Highly inspiring! 1897code from clm.c. Highly inspiring!
1898 1898
1899=head1 SEE ALSO 1899=head1 SEE ALSO

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines