document all PCM plugin parameters

This commit is contained in:
Clemens Ladisch 2004-04-26 07:40:12 +00:00
parent 2cb16f857d
commit ef11ba77ed
11 changed files with 26 additions and 1 deletions

View file

@ -1047,6 +1047,13 @@ pcm.name {
pcm STR # Slave PCM name
# or
pcm { } # Slave PCM definition
[format STR] # Slave format
[channels INT] # Slave channels
}
ttable { # Transfer table (bi-dimensional compound of cchannels * schannels numbers)
CCHANNEL {
SCHANNEL REAL # route value (0.0 - 1.0)
}
}
}
\endcode