Unix and Linux Discussions Tagged with sco |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
38,977 |
SCO |
|
|
|
6 |
11,430 |
SCO |
|
|
|
7 |
22,382 |
SCO |
|
|
|
2 |
14,952 |
SCO |
|
|
|
9 |
21,388 |
SCO |
|
|
|
12 |
19,134 |
SCO |
|
|
|
7 |
13,245 |
What is on Your Mind? |
|
|
|
2 |
14,877 |
SCO |
|
|
|
2 |
15,763 |
Linux |
|
|
|
8 |
8,065 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
11,272 |
SCO |
|
|
|
14 |
19,109 |
SCO |
|
|
|
2 |
9,433 |
SCO |
|
|
|
63 |
24,136 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
13,804 |
SCO |
|
|
|
12 |
17,191 |
SCO |
|
|
|
7 |
14,533 |
SCO |
|
|
|
4 |
8,957 |
SCO |
|
|
|
2 |
9,380 |
SCO |
|
|
|
9 |
13,128 |
SCO |
|
|
|
2 |
9,084 |
SCO |
|
|
|
2 |
7,928 |
SCO |
|
|
|
13 |
13,407 |
SCO |
|
|
|
3 |
9,372 |
SCO |
|
|
|
0 |
7,643 |
SCO |
|
|
|
11 |
14,185 |
SCO |
|
|
|
17 |
20,650 |
SCO |
|
|
|
8 |
13,960 |
SCO |
|
|
|
7 |
19,329 |
SCO |
|
|
|
6 |
10,973 |
SCO |
|
|
|
6 |
13,673 |
SCO |
|
|
|
1 |
8,868 |
SCO |
|
|
|
3 |
8,868 |
SCO |
|
|
|
29 |
26,813 |
SCO |
|
|
|
5 |
11,509 |
SCO |
|
|
|
3 |
8,828 |
SCO |
|
|
|
1 |
8,542 |
SCO |
|
|
|
3 |
9,735 |
SCO |
|
|
|
7 |
15,124 |
SCO |
|
|
|
1 |
8,720 |
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.10 08/01/2011 MAKECSD(1)