Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > b707d9a4ee443103660a75ccb6e51334 > files > 2730

csound-doc-5.19.01-10.mga5.noarch.rpm

TclCsound examples

All examples should be run from this directory.

test.tcl: an example of a GUI controller for a csound instrument, uses cswish (or wish with Tclcsound module)
csound.tcl: a command-line csound frontend; if csound.tcl has executable permissions (the default), then

  csound.tcl <args>

otherwise

  sh csound.tcl <args>

listener.tcl: a cstclsh csound server, which accepts tclcsound commands through a TCP socket on port 40001
remote-gui.tcl: a client-server version of test.tcl, can be run from plain wish
remote.tcl: a client-server example, can be run from plain tclsh
remote-gui.pd: a PD client version of test.tcl, requires listener.tcl to be running under cstclsh
table.tcl: table writing example
graph.tcl: Tk table graphing example

VL, 2005