/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceCoreAudio.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceCoreAudio.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3765 by schoenebeck, Fri Jun 23 12:24:58 2017 UTC revision 3766 by schoenebeck, Mon Apr 6 12:41:49 2020 UTC
# Line 4  Line 4 
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2009 Grigor Iliev                                       *   *   Copyright (C) 2009 Grigor Iliev                                       *
6   *   Copyright (C) 2011-2013 Andreas Persson                               *   *   Copyright (C) 2011-2013 Andreas Persson                               *
7   *   Copyright (C) 2014-2017 Christian Schoenebeck                         *   *   Copyright (C) 2014-2020 Christian Schoenebeck                         *
8   *                                                                         *   *                                                                         *
9   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
10   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 309  namespace LinuxSampler { Line 309  namespace LinuxSampler {
309       */       */
310      int AudioOutputDeviceCoreAudio::Main() {      int AudioOutputDeviceCoreAudio::Main() {
311          dmsg(1,("CoreAudio thread started\n"));          dmsg(1,("CoreAudio thread started\n"));
312    
313            #if DEBUG
314            Thread::setNameOfCaller("CoreAudio");
315            #endif
316    
317          OSStatus res;          OSStatus res;
318          if(aqPlayerState.mQueue == NULL) {          if(aqPlayerState.mQueue == NULL) {
319              /*              /*

Legend:
Removed from v.3765  
changed lines
  Added in v.3766

  ViewVC Help
Powered by ViewVC