'\" t .\" Title: jack.dl .\" Author: Rohan Drape .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 01/10/2012 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "JACK\&.DL" "1" "01/10/2012" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" jack.dl \- JACK shared library dsp loader .SH "SYNOPSIS" .sp jack\&.dl [options] .SH "OPTIONS" .sp \fB\-c\fR : Set the number of input and output channels (default=8)\&. \fB\-g\fR : Set the number of graph slots (default=8)\&. \fB\-k\fR : Set the number of control buses (default=64)\&. \fB\-p\fR : Set the udp port number (default=57190)\&. .SH "DESCRIPTION" .sp jack\&.dl loads dsp algorithms from shared libraries\&. Commands are sent as OSC packets over a UDP connection\&. jack\&.dl allows data flow code generators to be used as interactively\&. .sp Clients load dsp graphs by sending a "graph load" packet: .sp .if n \{\ .RS 4 .\} .nf /g_load index object\-file .fi .if n \{\ .RE .\} .sp where index is an integer and object\-file a file name\&. .sp jack\&.dl implements only a subset of the OSC protocol\&. In particular it does not implement the patten matching rules and does not implement a scheduler for incoming messages\&. .sp jack\&.dl drops all unrecognized incoming packets\&. .SH "AUTHOR" .sp Rohan Drape http://slavepianos\&.org/rd/ .SH "SEE ALSO" .sp jackd(1), OSC(7) http://opensoundcontrol\&.org/ .SH "AUTHOR" .PP \fBRohan Drape\fR <\&rd@slavepianos\&.org\&> .RS 4 Author. .RE