More comments for including Audacity.h; fix one #ifdef in AudioIO.cpp

This commit is contained in:
Paul Licameli 2019-03-23 14:08:09 -04:00
parent bb634614e6
commit 9569cfddf5
6 changed files with 8 additions and 8 deletions

View File

@ -413,8 +413,8 @@ TimeTrack and AudioIOListener and whether the playback is looped.
*//*******************************************************************/
#include "Audacity.h"
#include "AudioIO.h" // for USE_* macros
#include "Audacity.h" // for USE_* macros
#include "AudioIO.h"
#include "Experimental.h"
@ -2677,7 +2677,7 @@ void AudioIO::StopStream()
mPlaybackTracks.clear();
mCaptureTracks.clear();
#ifdef HAVE_MIDI
#ifdef USE_MIDI
mMidiPlaybackTracks.clear();
#endif

View File

@ -11,7 +11,7 @@
#ifndef __AUDACITY_DEVICECHANGE_H__
#define __AUDACITY_DEVICECHANGE_H__
#include "Audacity.h"
#include "Audacity.h" // for HAVE_LIBUDEV_H
#include "Experimental.h"

View File

@ -37,7 +37,7 @@
#include "AudioIO.h"
#include "DeviceChange.h"
#include "DeviceChange.h" // for HAVE_DEVICE_CHANGE
#include "toolbars/DeviceToolBar.h"
DeviceManager DeviceManager::dm;

View File

@ -28,7 +28,7 @@ for drawing different aspects of the label and its text box.
*//*******************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for HAVE_GTK
#include "LabelTrack.h"
#include "Experimental.h"

View File

@ -38,7 +38,7 @@ audio tracks.
*//*******************************************************************/
#include "Audacity.h" // for USE_* macros
#include "Audacity.h" // for USE_* macros and HAVE_ALLOCA_H
#include "TrackArtist.h"
#include "Experimental.h"

View File

@ -35,7 +35,7 @@
** long int lrint (double x) ;
*/
#include "Audacity.h"
#include "Audacity.h" // for HAVE_LRINT, HAVE_LRINTF
/* The presence of the required functions are detected during the configure
** process and the values HAVE_LRINT and HAVE_LRINTF are set accordingly in