Paul Davis
0c64f246bd
fix up jack_property to use working jack_get_all_properties()
12 years ago
Paul Davis
6ac302ba86
add prperty changes to stuff monitored by jack_evmon (in tools)
12 years ago
Paul Davis
9222d7a4ee
add jack_client_t* to metadata calls that need to contact the server to initiate a property change callback
12 years ago
Paul Davis
3150f173da
add new jack_property tool for setting, listing and deleting metadata
12 years ago
Paul Davis
177e91545d
changes required by UUID-related changes to the internal client API
12 years ago
Paul Davis
a7fb88c0de
add -U option to jack_lsp to display port UUIDs
12 years ago
Paul Davis
2782a5ba56
Revert "add -U option to jack_lsp to display port UUIDs"
This reverts commit 6598c7e1bc .
Need to branch in submodules before doing work here.
12 years ago
Paul Davis
6598c7e1bc
add -U option to jack_lsp to display port UUIDs
12 years ago
Paul Davis
f8efbd5838
patch from Pawel X to provide -u option for jack_lsp to show client UUIDs
12 years ago
Paul Davis
0c7529e9a0
merge new MTDM code from Fons' latest release
13 years ago
Paul Davis
840bbbf8cf
Merge branch 'master' of github.com:jackaudio/tools
13 years ago
Paul Davis
8fdd9ab95c
add alsa_{in,out} files to .gitignore
13 years ago
Adrian Knoth
315cb8e719
Fix segfault in jack_connect
When jack_connect is called without any argument, it causes a segfault
in
snprintf( portA, sizeof(portA), "%s", argv[argc-1] );
snprintf( portB, sizeof(portB), "%s", argv[argc-2] );
Reported in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662199
13 years ago
Paul Davis
3cfd2783d8
remainder of fix for alsa_in/alsa_out when freewheeling
13 years ago
Paul Davis
0179013e7e
alsa_in/alsa_out should be aware of freewheeling mode
alsa_in/alsa_out need to close the ALSA device they use when freewheeling starts and then reopen it, along with reset resampling parameters, when it ends. this avoids bizarre behaviour during freewheeling as they try to do audio i/o with a still open PCM device
13 years ago
Paul Davis
c6b4b572f5
Merge pull request #1 from adiknoth/master
Fix alsa_in build error
13 years ago
Adrian Knoth
560fdc5f56
Fix location of memops.h
memops.h has been moved from the public jack headers residing in jack/
to include/.
13 years ago
Paul Davis
de33cb4267
add .gitignore for tools
13 years ago
Paul Davis
2a5ab55c25
correct include of memops.h after header file cleanup
13 years ago
Nedko Arnaudov
c8270e367f
Import jack1 tools from svn r4772
13 years ago