mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Rename blocking process function in portaudio backend
This commit is contained in:
parent
3e6b28daca
commit
29feb914b9
2 changed files with 3 additions and 3 deletions
|
|
@ -318,7 +318,7 @@ class PortAudioBackend : public AudioBackend {
|
|||
|
||||
void* get_buffer (PortHandle, pframes_t);
|
||||
|
||||
void* main_blocking_process_thread ();
|
||||
void* blocking_process_thread ();
|
||||
|
||||
void* freewheel_process_thread ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue