ardour/libs/backends
Mads Kiilerich 9c0c4f527b audio_backend: Merge is_realtime() into client_real_time_priority()
The description of is_realtime() did not match its actual use. And
client_real_time_priority() did not have any description. It was
hard to come up with good descriptions of what they actually did.

Most backends returned true from is_realtime(), but every one except
JACK used the default implementation of client_real_time_priority() that
returned 0 ... which is exactly the same as when is_realtime() returns
false. Just merge them and keep it simple.
2024-10-22 01:54:43 +02:00
..
alsa audio_backend: Merge is_realtime() into client_real_time_priority() 2024-10-22 01:54:43 +02:00
coreaudio audio_backend: Merge is_realtime() into client_real_time_priority() 2024-10-22 01:54:43 +02:00
dummy audio_backend: Merge is_realtime() into client_real_time_priority() 2024-10-22 01:54:43 +02:00
jack audio_backend: Merge is_realtime() into client_real_time_priority() 2024-10-22 01:54:43 +02:00
MSVCbackends MSVC changes to support the new code modules (Tabbable API stuff) 2021-02-24 14:32:23 +00:00
portaudio audio_backend: Merge is_realtime() into client_real_time_priority() 2024-10-22 01:54:43 +02:00
pulseaudio audio_backend: Merge is_realtime() into client_real_time_priority() 2024-10-22 01:54:43 +02:00
wscript wscript: don't add pointless -DHAVE_X for each mandatory subdir 2023-10-15 10:47:16 -06:00