mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
Update portmidi to SVN r227.
This commit is contained in:
@@ -101,6 +101,7 @@ PtError Pt_Start(int resolution, PtCallback *callback, void *userData)
|
||||
|
||||
PtError Pt_Stop()
|
||||
{
|
||||
/* printf("Pt_Stop called\n"); */
|
||||
pt_callback_proc_id++;
|
||||
if (pt_thread_created) {
|
||||
pthread_join(pt_thread_pid, NULL);
|
||||
|
Reference in New Issue
Block a user