Commit Graph

1356 Commits

Author SHA1 Message Date
moret b3f15f9cb5 Correct strange stl behaviour at runtime on windows - correct 'undefined reference' for alsaadapter - rebuild jackrouter.dll from a new libjack.lib
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3017 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-19 14:50:27 +00:00
moret 01bb4f0ff5 AlsaAdapter compiles again with profiling records.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3016 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-19 12:43:33 +00:00
moret f5b6fd7575 New JackRouter.dll : remove useless log files - cleanup
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3015 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-19 11:03:35 +00:00
moret 7d2da20110 Add missing Mingw10.dll in windows setup - Add extra info in windows installer ReadMe
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3013 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-19 09:13:34 +00:00
nedko 0184012b96 Remove debug log that is useless now
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3012 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-18 12:34:57 +00:00
nedko 606609f9b5 range constraint for realtime-priority engine parameter
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3011 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-18 11:48:26 +00:00
sletz ce79323448 Updated XCode project to correctly compile even if headers are not installed.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3004 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-15 15:14:07 +00:00
sletz 3484f6182f Some more cleanup in JackCoreAudioDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3003 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-15 12:58:54 +00:00
sletz a281046055 Fix a conflict with Audio Hijack in JackCoreAudioDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3002 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-15 12:51:02 +00:00
nedko ab6969686d Fix value of JACK_CONSTRAINT_FLAG_FAKE_VALUE
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2998 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:54:53 +00:00
nedko 5fe2a26bfd Implement jack_controller_get_parameter_constraint() for range constraints
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2997 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:54:46 +00:00
nedko 5d586603df Doxygen documentation for new functions of control API
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2996 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:54:39 +00:00
nedko dc7cb7ddbf New DBUS configure interface methods:
* GetEngineParameterConstraint
 * GetInternalParameterConstraint

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2995 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:54:33 +00:00
nedko 8409374edd Improve GetDriverParameterConstraint D-Bus method signature
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2994 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:54:27 +00:00
nedko 4420ca2b32 constraints for alsa driver dither and midi-driver parameters
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2993 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:54:20 +00:00
nedko bfaf8988f0 Transform range bool into flags
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2992 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:54:10 +00:00
nedko 5f19deec7f Remove sneaked test code
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2991 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:53:58 +00:00
nedko 6546208a4d New DBUS configure interface method: GetDriverParameterConstraint
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2990 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:53:50 +00:00
nedko b77ad14a17 Move jackctl_parameter_get_enum_constraint_description() to proper place
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2989 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:53:42 +00:00
nedko d03bd381eb Fix constraint functions linkage
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2988 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:53:32 +00:00
nedko e36f2bd458 Use uint32_t instead of bool in driver interface (to match current approach to bools in the driver interface)
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2987 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:53:25 +00:00
nedko bd40d3225f Expose jackctl_parameter_get_enum_constraint_description() in control API
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2986 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:53:18 +00:00
nedko 2eeaa3b8a5 Expose parameter constraints in control API
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2985 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:53:10 +00:00
nedko ebba58c8ee possible alsa device enum values
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2984 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:53:03 +00:00
nedko c3b51c7755 Associate description with each enum constraint value
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2983 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:52:53 +00:00
nedko 385f14448b Define driver parameter constraint descriptor
Define driver parameter constraint descriptor and associate it with
parameter descriptor.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2982 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-13 15:52:44 +00:00
sletz 28ef03b879 Use a mutex to make jack_client_open/jack_client_close thread safe, remove use of jack_init/jack_uninit.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2968 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-09 08:30:05 +00:00
sletz 23fab4f1bb Fix a SMP related bug introduced in rev 2957 : remove the __SMP__ flag and define LOCK for SMP in all cases.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2965 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-08 15:30:25 +00:00
sletz f19b74f904 Header cleanup, add --clients and --ports options in configure.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2957 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-02 13:58:46 +00:00
sletz f7cb7bb5d9 Checking for libsamplerate in waf, fix ticket #89.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2956 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-02 10:53:07 +00:00
sletz 1c40770e9d Cleanup on OSX.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2955 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-02 08:54:03 +00:00
sletz 285b645723 Correct file permission for jack-shm-registry POSIX shared memory segment.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2954 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-02 08:45:48 +00:00
sletz 3d037195c5 Add build of jdelay in test programs.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2953 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-01 16:46:16 +00:00
sletz 7229e54be6 In JackFifo, display error message in verbose mode only when EINTR is returned.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2952 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-10-01 16:05:49 +00:00
sletz e291f37568 Define a JackShutdownCallback type, various callback related cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2949 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-29 14:22:17 +00:00
sletz 98a789ae4f Tim Blechmann optimization patches.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2948 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-29 13:48:52 +00:00
sletz 80e75c504c Add -u (unlock) again in jackd parameters list (even if not used yet).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2945 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-22 16:54:50 +00:00
sletz 538f9eaab3 Update JackRouter.dll
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2944 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-22 15:45:33 +00:00
sletz 847cfa1022 Make internal functions static.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2943 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-22 15:30:15 +00:00
sletz d7ea77e268 Cleanup on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2942 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-22 15:27:23 +00:00
sletz 357e823209 JackRequest.h moved back to common folder.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2941 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-22 14:35:13 +00:00
sletz 7628f71f59 Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2938 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-22 10:44:19 +00:00
nedko 9e113a0712 Expose through introspection signals of D-Bus control interface
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2937 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-20 21:54:22 +00:00
nedko 92dcaddc5a Improve svnversion_regenerate.sh script to handle git-svn
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2936 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-20 21:36:51 +00:00
sletz 27b17399e7 Correct PortRegister prototype.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2935 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-20 18:20:43 +00:00
sletz 183b591a9b Michael Voigt JackAPI cleanup patch.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2934 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-20 10:50:40 +00:00
sletz 4806e5e7a7 Correct JackPortUnRegisterRequest.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2933 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-20 09:50:42 +00:00
sletz 888a63ddec Cleanup JackPortRegisterResult and JackPortUnRegisterRequest structures.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2932 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-20 08:52:59 +00:00
sletz 46f0e85794 Add -m (mlock) again in jackd paramaters list (even if not used yet).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2931 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-20 08:36:02 +00:00
sletz 5a33ec9c8c Move JackRequest.h file in posix.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2930 0c269be4-1314-0410-8aa9-9f06e86f4224
2008-09-20 08:28:19 +00:00