sletz
bace3f9e76
Devin Anderson ffado-verbose-wait-error.diff applied.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3844 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
nedko
6aebfde97d
jackdbus: don't print error during normal flow
Even if client is subscribed to jack server start/stop signals,
there is a timeframe between jack server stop and signal delivery.
In this frame, calls that require started server will fail.
This is part of normal operation and should not be treated as real error.
With this changeset, error is reported through dbus but no error is printed
in the log file
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3843 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
Stéphane LETZ
5cebf485b0
Still call callback in register/unregister if client is active, add test code.
15 years ago
Stéphane LETZ
6bdea825b7
In JackEngine::ClientActivate and JackEngine::ClientDeactivate, change port state, then issue notifictions.
15 years ago
Stéphane LETZ
04206f10d1
Implement new JackPortIsActive flag for ports, ports have this status between client "activate" and "deactivate".
15 years ago
Nedko Arnaudov
c08931ef2c
notify about port registration when they are connectable
15 years ago
sletz
9d519b5064
Cleanup XCode project.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3842 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
6c8321ff38
Fix JackCoreMidiDriver::ReadProcAux when ring buffer is full (thanks Devin Anderson).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3841 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
57a2bd59b7
Check dynamic port-max value.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3840 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
c02981ed9d
Ensure that client-side message buffer thread calls thread_init callback if/when it is set by the client (backport of JACK1 rev 3838).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3839 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
74b7dd42de
Devin Anderson jackmp-fix-ffado-midi-2.diff patch.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3837 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
9c7857b977
Special code in JackCoreAudio driver to handle completely buggy Digidesign CoreAudio user-land driver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3836 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
f1631119f2
Fix port_rename callback : now both old name and new name are given as parameters.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3835 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
efe1ddd3e5
New MIDI driver related files added in OSX and Windows projects.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3834 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
23a88af253
Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes between periods (and more).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3833 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
80dca4ef43
Improve debug message.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3831 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
2f706c7546
More robust sample rate change handling code in JackCoreAudioDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3830 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
63804126ef
Add NetJack1 installation in Windows installer.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3829 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
7453e5b018
Dynamic choice of maximum port number.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3828 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
dab4e3446e
Peter L Jones patch for NetJack1 compilation on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3827 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
7903f675ee
Hopefully fix compilation issue introduced in r3823.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3825 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
bed09539b7
Use C++ isostream in JackEngineProfiling class.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3824 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
c303556637
Client debugging code improved.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3823 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
fa24bd3e74
Version 1.9.5 started.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3822 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
nedko
6dda86654b
revert the wrong revert in r3818
The revert in r3818 was wrong because r3816 was correct in svn.
The revert error in r3818 happened,
because svn r3816 had wrong git version 9fb8b55379
the right git version of svn r3816 is c9bbc68a8d
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3820 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
nedko
0a74b49026
remove unused 'a' option; matches jack1 commit r3815
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3819 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
nedko
13034fdb08
Revert wrong changes that appeared in r3816 ( 9fb8b55379
)
That changeset is supposed to only patch Jackdmp.cpp
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3818 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
nedko
d5ac85545e
remove duplicate 'L:' in getopt string
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3817 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
nedko
c9bbc68a8d
avoid duplication of common stuff in getopt options strings
this is supposed to improve merging
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3816 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
6b765f0168
rebase from trunk 3684:3813
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3814 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
1614542915
Updated JackRouter.dll
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3812 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
e84187fadf
Make dbus/sigsegv.c compile on OSX.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3811 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
bc308cb247
Unused variable.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3810 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
fbac3a0df8
Cleanup wscripts.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3809 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
df59a2fc77
README updated.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3808 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
22a17a57ef
Use jack_client_open instead of old jack_client_new.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3807 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
55a88fcfd0
Fix XCode project.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3806 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
bd23099909
Fix merge conflicts.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3805 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
8c11fe9bf4
More cleanup in JackCoreAudioAdapter.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3804 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
5296074797
Sync JackCoreAudioAdapter code with JackCoreAudioDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3803 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
67ea14b7c7
In JackCoreAudio driver, clock drift compensation semantic changed a bit : when on, does not activate if not needed (same clock domain).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3802 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
87b258bef6
Add profiling target in XCode project.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3801 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
4e30892399
Cleanup JackCoreAudioDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3800 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
ddca9e2253
In JackCoreAudio driver, clock drift compensation in aggregated devices working.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3799 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
33dcab4518
Add sub-devices key/values in JackCoreAudio driver aggregate device.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3798 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
8416c75694
In JackCoreAudio driver, (possibly) clock drift compensation when needed in aggregated devices.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3797 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
f902da20ce
For later use..
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3795 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
bcb09a4d9c
Compiles on Windows again.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3793 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
2cbaece993
Sync with JACK1 : -r parameter now used for no-realtime, realtime (-R) is now default, usable backend given vie platform.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3791 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
9e263b52ac
Lock/Unlock shared memory segments (to test...).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3788 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago