2007-01-16 00:08:12 +01:00
|
|
|
Plugin Directories
|
|
|
|
==================
|
|
|
|
|
2007-01-23 01:13:25 +01:00
|
|
|
The plugin binaries are installed under /usr/lib/csound/plugins
|
|
|
|
(/usr/lib64/csound/plugins in x86_64). Please set the environment variable
|
|
|
|
"OPCODEDIR" to this direcrory before starting csound.
|
2007-01-16 00:08:12 +01:00
|
|
|
in bash style,
|
2007-01-23 01:13:25 +01:00
|
|
|
export OPCODEDIR=/usr/lib/csound/plugins
|
2007-01-16 00:08:12 +01:00
|
|
|
in tcsh style,
|
2007-01-23 01:13:25 +01:00
|
|
|
setenv OPCODEDIR /usr/lib/csound/plugins
|
|
|
|
|
|
|
|
Also, set CSSTRINGS variable such as
|
|
|
|
export CSSTRINGS=/usr/share/csound/xmg
|
2007-01-16 00:08:12 +01:00
|
|
|
|
|
|
|
|
|
|
|
Binary Renaming
|
|
|
|
===============
|
|
|
|
|
|
|
|
sndinfo is renamed to csndinfo in this package due to the name
|
|
|
|
confliction with snd package.
|
|
|
|
|
|
|
|
Simiarly, extract was renamed to csound-extract.
|