/[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 3289 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC revision 3290 by schoenebeck, Fri Jun 23 12:24:58 2017 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-2016 Christian Schoenebeck                         *   *   Copyright (C) 2014-2017 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 144  namespace LinuxSampler { Line 144  namespace LinuxSampler {
144      }      }
145    
146      AudioOutputDeviceCoreAudio::~AudioOutputDeviceCoreAudio() {      AudioOutputDeviceCoreAudio::~AudioOutputDeviceCoreAudio() {
147            StopThread();
148    
149          atomic_set(&(aqPlayerState.mIsRunning), 0);          atomic_set(&(aqPlayerState.mIsRunning), 0);
150          {          {
151              LockGuard lock(destroyMutex);              LockGuard lock(destroyMutex);

Legend:
Removed from v.3289  
changed lines
  Added in v.3290

  ViewVC Help
Powered by ViewVC