falkTX
ac334fabfb
Fix startup and shutdown when server is not running
Signed-off-by: falkTX <falktx@falktx.com>
1 year ago
Luciano Iam
02528686c4
Rename PortSetDeviceMetadata to PortSetDefaultMetadata
5 years ago
Luciano Iam
a5093f06ca
Rename PortSetDeviceMetadata to PortSetDefaultMetadata
5 years ago
falkTX
bb416c7801
Rename `PortSetDeviceName` to `PortSetDeviceMetadata`
5 years ago
Luciano Iam
c2ec4b37d4
MIDI port pretty names ( #498 )
* Set MIDI port pretty names on macOS
* Set MIDI port pretty names on Windows
* Set MIDI port pretty names on Linux/alsarawmidi
* Update alsarawmidi port naming to match CoreMIDI and WinMME
* Rename PortSetPrettyNameProperty to PortSetDeviceName
* Set hardware property to MIDI port names
5 years ago
Filipe Coelho
59550f67ee
Fix client UUID gen, and some warnings ( #440 )
* Fix generation of client uuid
Signed-off-by: falkTX <falktx@falktx.com>
* Remove all client properties when removed; Cleanup a few things
Signed-off-by: falkTX <falktx@falktx.com>
* Make all uuid function arguments use jack_uuid_t type; Fix warnings
Signed-off-by: falkTX <falktx@falktx.com>
* Rework uuids to never be int, more cleanup
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
Thomas Brand
655626ac9d
NO-OP / trailing whitespace in *.h files
6 years ago
Rui Nuno Capela
fed6f1e66d
[metadata] Metadata properties implementation. ( #383 )
* [metadata] Metadata properties implementation.
* [metadata] Fixed for shared server metadata-base accessor; alsofixed coding/naming style.
* [metadata] Fixed a tab for space.
* [metadata] Use of Berkeley DB is now truly optional on configure time.
* [metadata] Fixed tabs for spaces, again.
* [metadata] Fixed for shared metadata-base initialization and external clients.
* [metadata] Blind-fix for windows codebase.
* [metadata] Metadata API moved into client-side library only.
* [metadata] Fixed jack_port_uuid() stubbiness, now returning a proper UUID from port index.
* [metadata] Uniform method names.
* [metadata] Fixed PropertyChangeNotify through server async call.
6 years ago
Nedko Arnaudov
c8cac65cad
remove the JackSelfConnectMode enum type
It was introduced before the parameter was actually exposed.
The parameter is exposed through a char type in both jackd and
jackdbus, thus a mappnig was required.
This changeset removes the enum and makes the code simpler
at the expense of not allowing arbitrary chars as values.
As it is exposed and used in sessions, it is not arbitrary anyway.
11 years ago
Stephane Letz
b75b629c70
Use engine lock in JackCoreMidiDriver::Restart.
12 years ago
Stephane Letz
15950eb1df
Rework XRun handling.
12 years ago
Stephane Letz
2f9b93d0eb
Rework JackEngine::Shutdown.
12 years ago
Stephane Letz
feec982949
Move ClientKill in JackEngine class.
12 years ago
Stephane Letz
700489b429
Move NotifyQuit in JackServer::Stop.
12 years ago
Stephane Letz
aa02feeacf
No lock needed in JackLockedEngine::NotifyQuit.
12 years ago
sletz
917db30913
Correct JackLockedEngine::ShutDown.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4732 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
ddb62d5588
Implement shutdown for in server clients.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4705 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
0d08aa4d72
More robust server/client protocol.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4697 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
sletz
9f4df15abb
Factorize code the server/client request.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4684 0c269be4-1314-0410-8aa9-9f06e86f4224
13 years ago
Nedko Arnaudov
d9064f5866
Implement session api for internal clients
13 years ago
Stephane Letz
248d1f16e6
Session API for internal clients in progress.
14 years ago
sletz
31397ca4d4
Special CATCH_CLOSE_EXCEPTION_RETURN to handle Close API calls.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4477 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Stephane Letz
07d2c64f39
Use of PortRegister/PortUnRegister in drivers.
14 years ago
Nedko Arnaudov
55557d1f74
Port registration notifications on SwitchMaster
14 years ago
sletz
a7e8377441
rebase from trunk 4083:4180
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4181 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
5845be1374
jack_client_has_session_callback implementation.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4158 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
97c3a441f5
Use of latency range in all backends. ComputeTotalLatencies now a client/server call.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4151 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
4828d0c835
rebase from trunk 4041:4083
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4084 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Torben Hohn
5cd7b4dedf
add uuid parameter to ClientCheck method.
Conflicts:
common/JackEngine.cpp
14 years ago
Torben Hohn
1a44ede470
fix tabs and convert em to spaces.
15 years ago
Torben Hohn
5e7a792f42
add uuid parameter to jack_client_open...
15 years ago
Torben Hohn
4e6b4f13bf
uuid mapping and jack_reserve_client_name()
15 years ago
Torben Hohn
b57d07ddd0
another step for jack-session...
15 years ago
Torben Hohn
3c0d95db60
some progress on jack-session
15 years ago
Torben Hohn
cffa5dfd8e
add marshalling for jack_session_notify and session_event. not complete
15 years ago
sletz
ec2e42c933
rebase from trunk 3899:3916
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3917 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
5f68a6557a
rebase from trunk 3813:3899
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3900 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
Stéphane LETZ
6cb124d772
More cleanup in JackLockedEngine and JackEngine.
15 years ago
Stéphane LETZ
49cac8025b
Release JackEngine mutex before sending notifications.
15 years ago
sletz
a4604f7c78
Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3853 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
c48af77405
Correct rename callback in tests.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3851 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
9ea37c6c9f
When threads are cancelled, the exception has to be rethrown.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3850 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
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
136672723a
Simplify server temporary mode : now use a JackTemporaryException.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3784 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
13f0a7d5fe
Memory allocation error checking in server for RPC.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3782 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
224c41eb59
rebase from trunk 3638:3684
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@3685 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
f2085bbd2c
Parameter renaming.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3657 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
sletz
ae57b1d033
CoreAudio backend now issue a JackInfoShutdownCallback when an unrecoverable error is detected (sampling rate change, stream configuration change…)
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3654 0c269be4-1314-0410-8aa9-9f06e86f4224
15 years ago
Nedko Arnaudov
aab13501f4
self_connect_mode engine parameter
16 years ago