Csound Csound-dev Csound-tekno Search About

Re: uuencode (was Some synth strings)

Date1999-10-22 14:57
FromVarga István
SubjectRe: uuencode (was Some synth strings)
"Hans Mikelson"  wrote:

> to .gz)  I'll try getting the drums to decode next.

I have unpacked the drums on W95 succesfully. Here is how
to do it:

1. Get the file ftp://ftp.maths.bath.ac.uk/pub/dream/Csound_List_Archive/Csound.846.gz
2. ungzip it with WinZip
3. Edit Csound.846 with edit.exe (this program can handle unix
    text files); put the 3 encoded parts together, the first line should
    be "begin-base64" and "====" the last. (note: part 3 was
    accidentally sent twice)
4. Save it as "drums.uue"
5. Open "drums.uue" with WinZip, extract the encoded file and
    rename it to drums3.tar.gz
6. Unpack drums3.tar.gz with WinZip.
7. Compile the instruments :) (btw. I recommend using "make"
    for unix/linux users)

This may seem to be complicated, but in fact it took me about 1-2
minutes to unpack the archive (definitely faster than correcting
line wraps in >100K orc/sco code).