mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 11:27:45 +01:00
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. |
||
|---|---|---|
| .. | ||
| alsa_audiobackend.cc | ||
| alsa_audiobackend.h | ||
| alsa_midi.cc | ||
| alsa_midi.h | ||
| alsa_rawmidi.cc | ||
| alsa_rawmidi.h | ||
| alsa_sequencer.cc | ||
| alsa_sequencer.h | ||
| alsa_slave.cc | ||
| alsa_slave.h | ||
| select_sleep.h | ||
| wscript | ||
| zita-alsa-pcmi.cc | ||
| zita-alsa-pcmi.h | ||