Paul Davis
2633e4ff51
prevent crash if UUID for client is not found
12 years ago
Paul Davis
3efef3f45a
fix up incorrect test for successful UUID return from jack_get_uuid_for_client_name() in jack_lsp()
12 years ago
Paul Davis
867ba42f64
jack_property should not attempt to start a server if one is not running
12 years ago
Paul Davis
0b9c2b585e
consolidate all alsa_midi output via a2j_debug or a2j_error, make a2j_debug be compile-time and run-time conditional
12 years ago
Paul Davis
3de3dcee7e
remove debug output
12 years ago
Paul Davis
7aebcedd57
add wildcard for libtool crap to .gitignore
12 years ago
Paul Davis
79b41d1ad2
add "new" internal client for ALSA MIDI
12 years ago
Paul Davis
3cbecc704f
fix typo in .gitignore
12 years ago
Paul Davis
f1d2bec8b5
add property.o to .gitignore
12 years ago
Paul Davis
55b2786c4f
add jack_property (executable) to .gitignore
12 years ago
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
13 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
14 years ago
Paul Davis
8fdd9ab95c
add alsa_{in,out} files to .gitignore
14 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
14 years ago
Paul Davis
3cfd2783d8
remainder of fix for alsa_in/alsa_out when freewheeling
14 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
14 years ago
Paul Davis
c6b4b572f5
Merge pull request #1 from adiknoth/master
Fix alsa_in build error
14 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/.
14 years ago
Paul Davis
de33cb4267
add .gitignore for tools
14 years ago
Paul Davis
2a5ab55c25
correct include of memops.h after header file cleanup
14 years ago
Nedko Arnaudov
c8270e367f
Import jack1 tools from svn r4772
14 years ago