Unix and Linux Discussions Tagged with sco |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
39,397 |
SCO |
|
|
|
6 |
11,663 |
SCO |
|
|
|
7 |
22,737 |
SCO |
|
|
|
2 |
15,185 |
SCO |
|
|
|
9 |
21,735 |
SCO |
|
|
|
12 |
19,477 |
SCO |
|
|
|
7 |
13,461 |
What is on Your Mind? |
|
|
|
2 |
15,070 |
SCO |
|
|
|
2 |
15,984 |
Linux |
|
|
|
8 |
8,225 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
11,469 |
SCO |
|
|
|
14 |
19,567 |
SCO |
|
|
|
2 |
9,624 |
SCO |
|
|
|
63 |
24,801 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
14,095 |
SCO |
|
|
|
12 |
17,519 |
SCO |
|
|
|
7 |
14,847 |
SCO |
|
|
|
4 |
9,158 |
SCO |
|
|
|
2 |
9,589 |
SCO |
|
|
|
9 |
13,400 |
SCO |
|
|
|
2 |
9,284 |
SCO |
|
|
|
2 |
8,119 |
SCO |
|
|
|
13 |
13,746 |
SCO |
|
|
|
3 |
9,571 |
SCO |
|
|
|
0 |
7,847 |
SCO |
|
|
|
11 |
14,464 |
SCO |
|
|
|
17 |
21,182 |
SCO |
|
|
|
8 |
14,233 |
SCO |
|
|
|
7 |
19,671 |
SCO |
|
|
|
6 |
11,150 |
SCO |
|
|
|
6 |
13,863 |
SCO |
|
|
|
1 |
9,092 |
SCO |
|
|
|
3 |
9,078 |
SCO |
|
|
|
29 |
27,512 |
SCO |
|
|
|
5 |
11,720 |
SCO |
|
|
|
3 |
9,043 |
SCO |
|
|
|
1 |
8,737 |
SCO |
|
|
|
3 |
9,920 |
SCO |
|
|
|
7 |
15,450 |
SCO |
|
|
|
1 |
8,909 |
SCO |
MAKECSD(1) The Canonical Csound Reference MAKECSD(1)
NAME
makecsd - Creates a CSD file from the specified input files. .
DESCRIPTION
Creates a CSD file from the specified input files. The first input file that has a .orc extension (case is not significant) is put to the
<CsInstruments> section, and the first input file that has a .sco extension becomes <CsScore>. Any remaining files are Base64 encoded and
added as <CsFileB> tags. An empty <CsOptions> section is always added.
Some text filtering is performed on the orchestra and score file:
o newlines are converted to the native format of the system on which makecsd is being run.
o blank lines are removed from the beginning and end of files.
o any trailing whitespace is removed from the end of lines.
o optionally, tabs can be expanded to spaces with an user specified tabstop size.
SYNTAX
makecsd [OPTIONS ... ] infile1 [ infile2 [ ... ]]
INITIALIZATION
Flags:
o - t n = expand tabs to spaces using tabstop size n (default: disabled). This applies only to the orchestra and score file.
o - w n = set Base64 line width to n (default: 72). Note: the orchestra and score are not wrapped.
o - o fname = output file name (default: stdout)
EXAMPLES
makecsd -t 6 -w 78 -o file.csd file.mid file.orc file.sco sample.aif
This creates a CSD from file.orc and file.sco (tabs are expanded to spaces assuming a tabstop size of 6 characters), and file.mid and
sample.aif are added as <CsFileB> tags containing Base64 encoded data with a line width of 78 characters. The output file is file.csd.
CREDITS
Author: Istvan Varga
Jan 2003
AUTHORS
Barry Vercoe
MIT Media Lab
Author.
Dan Ellis
MIT Media Lab,
Cambridge
Massachussetts
Author.
COPYRIGHT
5.07 06/23/2009 MAKECSD(1)