mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Merge branch 'master' into cairocanvas
This commit is contained in:
commit
59da788793
8 changed files with 85 additions and 77 deletions
|
|
@ -1016,7 +1016,7 @@ JACKAudioBackend::disconnected (const char* why)
|
|||
}
|
||||
|
||||
float
|
||||
JACKAudioBackend::cpu_load() const
|
||||
JACKAudioBackend::dsp_load() const
|
||||
{
|
||||
GET_PRIVATE_JACK_POINTER_RET(_priv_jack,0);
|
||||
return jack_cpu_load (_priv_jack);
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ class JACKAudioBackend : public AudioBackend {
|
|||
int stop ();
|
||||
int freewheel (bool);
|
||||
|
||||
float cpu_load() const;
|
||||
float dsp_load() const;
|
||||
|
||||
pframes_t sample_time ();
|
||||
pframes_t sample_time_at_cycle_start ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue