Stephane Letz
0108095550
Use POST_PACKED_STRUCTURE for jack_position_t.
13 years ago
sletz
9901c49a62
John Emmas second auto-launch server on Windows patch.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4578 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
ba60d45aaa
Synchronize public headers with JACK1. Update OSX project.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4144 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
21c0789996
Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch from ticket 177.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4034 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
136ba3bb13
Another fix in systemdeps.h and types.h: jack_time_t now uniquely defined in types.h.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3334 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
f70dd81b9d
Cleanup systemdeps.h on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3331 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
1dea4f5411
Merge Solaris branch back on trunk.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3306 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
9c0d8ff164
Correct systemdeps.h public header licence.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3293 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
moret
58eee9171f
Change jack/systemdeps.h include file (windows part) : recent MSVC compiler don't need vsnprintf() to be redefined anymore.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3055 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
6b43c40944
Change libraries name on Windows, update installer.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2902 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
bf75279198
Correct headers for Windows compilation.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2881 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
sletz
f5aec8a5f5
Merge Michael Voigt drops branch after reorganization step.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2880 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
falkTX
b87166bbc7
Make doxygen happy
3 years ago
falkTX
ce588b3af5
Add jack_position_t::tick_double, and flags around it
3 years ago
Matthias Geier
ab27e5a59f
Disable "register" variable name
Fixes https://github.com/jackaudio/jack1/issues/84
4 years ago
Maciej Bliziński
3e0ebfba31
Comment on using jack_port_get_latency_range().
jack_port_get_latency_range only returns meaningful values after ports get
connected, and that is signalled via the latency callback. Saying that it's
normally used in callbacks is too soft, the docs should make it clear that the
function is not very useful outside of the callback, because you don't know
whether the port is connected / whether the latency values changed.
4 years ago
falkTX
d7d828df53
session.h: Fix typos and wording, mark as deprecated
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
04d07f8847
Cleanup whitespace
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
eb7c221236
Fix freedesktop specification link
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
15a179df5f
Update metadata.h from jack2
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
Matthias Geier
439eb19964
DOC: Update docs for jack_get_properties()
6 years ago
Matthias Geier
e28ba5cc18
DOC: Update docs for jack_get_all_properties()
6 years ago
Matthew Persing
aa2f1ee0a0
fix invalid description of jack_set_port_rename_callback and JackPortConnectCallback in doxygen comments
Change-Id: I5489729c1540647421258c66c2e74f321d50b777
10 years ago
Daniel Hams
018f44fcdb
Add some casts to let C++ happily compile jslist.
10 years ago
David Robillard
eb67fa5ffc
Fix invalid jack_set_port_rename_callback comment
Somebody forgot to change the copy/pasted comment...
9 years ago
falkTX
1541a11b20
Small fix on transport header comments
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
Stéphane Letz
07f1ecf1ce
Merge pull request #6 from andrewrk/master
add missing `void` from jack_get_time prototype
9 years ago
Andrew Kelley
5a910a030b
add missing `void` from jack_get_time prototype
9 years ago
Paul Davis
23c2991480
add new public API: jack_port_rename
This is semantically similar to jack_port_set_name() but because it is also passed a jack_client_t*, it can
contact the server to ensure that not only the rename is done but that port rename callbacks are delivered
appropriately
10 years ago
Paul Davis
e16940434b
fix invalid description of @return for a void function in doxygen comments
10 years ago
Paul Davis
198407e956
remove unusued, leftover <uuid/uuid.h> include from types.h
11 years ago
pauldavisthefirst
88d3f257ba
Merge pull request #3 from PeterN/fix
Fix internal client API, as jack_intclient_t is not a reference type.
11 years ago
Peter Nelson
60ee937d19
Fix internal client API, as jack_intclient_t is not a reference type.
11 years ago
Adrian Knoth
0b03e2b6a7
Fix bus error on ARM platforms
With the current code, packed structs lead to unaligned memory access,
thus causing SIGBUS on ARM.
Let's disable packing on ARM for now. Since it's only used for mixed
32/64bit jackd installations and we're not facing such a scenario on
ARM, there's little use to worry more atm.
(Commit message copied from jackd2's 2f7d512b, since it's the same
problem)
11 years ago
Adrian Knoth
aea850adb3
Refactor POST_PACKED_STRUCTURE into types.h
All users of POST_PACKED_STRUCTURE also include <jack/types.h>, so to
avoid code duplication, we move the definition into a single place.
Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
11 years ago
pauldavisthefirst
a14583ed99
Merge pull request #2 from fps/master
fix a typo
11 years ago
Florian Paul Schmidt
a483e73426
fix a typo
11 years ago
pauldavisthefirst
686a7414a7
Merge pull request #1 from drobilla/master
Clean up metadata.h and fix Doxygen markup.
11 years ago
Paul Davis
742c63e024
tweak doxygen annotations to remove errors
11 years ago
Paul Davis
1bfa5e43ce
revert to less-legal but more conventional #ifdef guard for control.h
11 years ago
Paul Davis
2c27345e75
tweak doxygen decls for metadata API
11 years ago
David Robillard
56000a76d1
Allow the use of URI types for metadata values.
11 years ago
David Robillard
784ff84109
Clean up metadata.h and fix Doxygen markup.
11 years ago
Paul Davis
b7f896437a
change UUID implementation to use integers and serial counters
11 years ago
Paul Davis
0b467a387a
add JackPortNameCallback type and port rename callback (to match changes above, and to come into line with jack2)
11 years ago
Paul Davis
3d5846b477
move declarations of client/UUID related functions from session.h into jack.h, since UUIDs are now at the core
11 years ago
Paul Davis
98548dd785
add constants for a few (potential) well-known metadata key values
11 years ago
Paul Davis
7eda551c0d
__cplusplus-wrap the declarations in uuid.h
11 years ago
Paul Davis
a6c5af6347
wrap UUID generation
11 years ago
Paul Davis
383c13c50a
alter docs on return value from jack_remove_properties()
11 years ago