1 ---------------------------------
2 --------- taken from DBUS calls
3 ----------------------------
6 105 - int -> spinBox|(special)
7 115 - str -> lineEdit|comboBox
8 117 - str -> spinBox|comboBox
13 Parameter Type Name Description
15 driver 115 Driver to use
16 name 115 Server name to use.
17 realtime 98 Whether to use realtime mode. Use realtime scheduling. This is needed for reliable low-latency performance. On most systems, it requires JACK to run with special scheduler and memory allocation privileges, which may be obtained in several ways. On Linux you should use PAM.
18 realtime-priority 105 Scheduler priority when running in realtime mode.
19 temporary 98 Exit once all clients have closed their connections.
20 verbose 98 Verbose mode.
21 client-timeout 105 Client timeout limit in milliseconds.
22 clock-source 117 Clocksource type : c(ycle) | h(pet) | s(ystem).
23 port-max 117 Maximum number of ports.
24 replace-registry 98 Replace shared memory registry.
25 sync 98 Use server synchronous mode.
26 self-connect-mode 121 Self connect mode. Whether JACK clients are allowed to connect their own ports
31 Parameter Available Type Name Description
33 capture alsa dummy firewire 115 Provide capture ports. Optionally set device
34 playback alsa dummy firewire 115 Provide playback ports. Optionally set device
35 device alsa firewire 115 ALSA device name
36 rate alsa dummy firewire netone 117 Sample rate
37 period alsa dummy firewire netone 117 Frames per period
38 nperiods alsa firewire 117 Number of periods of playback latency
39 hwmon alsa 98 Hardware monitoring, if available
40 hwmeter alsa 98 Hardware metering, if available
41 duplex alsa firewire 98 Provide both capture and playback ports
42 softmode alsa 98 Soft-mode, no xrun handling
43 monitor alsa dummy 98 Provide monitor ports for the output
44 dither alsa 121 Dithering mode Dithering mode:\n n - none\n r - rectangular\n s - shaped\n t - triangular
45 inchannels alsa firewire 117 Number of capture channels (defaults to hardware max)
46 outchannels alsa firewire 117 Number of playback channels (defaults to hardware max)
47 shorts alsa 98 Try 16-bit samples before 32-bit
48 input-latency alsa firewire 117 Extra input latency (frames)
49 output-latency alsa firewire 117 Extra output latency (frames)
50 midi-driver alsa 115 ALSA MIDI driver name (seq|raw) ALSA MIDI driver:\n none - no MIDI driver\n seq - ALSA Sequencer driver\n raw - ALSA RawMIDI driver\n
51 wait dummy 117 Number of usecs to wait between engine processes
52 verbose firewire 117 libffado verbose level
53 snoop firewire 98 Snoop firewire traffic
54 channels loopback 105 Maximum number of loopback ports
55 audio-ins netone 117 Number of capture channels (defaults to 2)
56 audio-outs netone 117 Number of playback channels (defaults to 2)
57 midi-ins netone 117 Number of midi capture channels (defaults to 1)
58 midi-outs netone 117 Number of midi playback channels (defaults to 1)
59 num-periods netone 117 Network latency setting in no. of periods
60 listen-port netone 117 The socket port we are listening on for sync packets
61 factor netone 117 Factor for sample rate reduction
62 upstream-factor netone 117 Factor for sample rate reduction on the upstream
63 celt netone 117 sets celt encoding and number of kbits per channel
64 bit-depth netone 117 Sample bit-depth (0 for float, 8 for 8bit and 16 for 16bit)
65 transport-sync netone 98 Whether to slave the transport to the master transport
66 autoconf netone 98 Whether to use Autoconfig, or just start.
67 redundancy netone 117 Send packets N times
68 native-endian netone 98 Dont convert samples to network byte order.
69 jitterval netone 105 attempted jitterbuffer microseconds on master
70 always-deadline netone 98 always use deadline
71 multicast_ip net 115 Multicast Address
72 udp_net_port net 105 UDP port
73 mtu net 105 MTU to the master
74 input_ports net 105 Number of audio input ports
75 output_ports net 105 Number of audio output ports
76 midi_in_ports net 105 Number of midi input ports
77 midi_out_ports net 117 Number of midi output ports
78 client_name net 115 Name of the jack client
79 transport_sync net 117 Sync transport with master's
80 mode net 115 Slow, Normal or Fast mode.
84 transport-sync != transport_sync (R)