1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

This is only comments, in files where USE_ macros are tested...

... following the comment convention used in the preceding commit.
This commit is contained in:
Paul Licameli 2019-03-22 11:01:00 -04:00
parent adcb93512c
commit f45300f032
78 changed files with 78 additions and 78 deletions

View File

@ -25,7 +25,7 @@ hold information about one contributor to Audacity.
*//********************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "AboutDialog.h"
#include "Experimental.h"

View File

@ -15,7 +15,7 @@ It handles initialization and termination by subclassing wxApp.
*//*******************************************************************/
#include "Audacity.h" // This should always be included first
#include "Audacity.h" // This should always be included first; for USE_* macros
#include "AudacityApp.h"
#include "Experimental.h"

View File

@ -414,7 +414,7 @@ TimeTrack and AudioIOListener and whether the playback is looped.
*//*******************************************************************/
#include "Audacity.h"
#include "AudioIO.h"
#include "AudioIO.h" // for USE_* macros
#include "Experimental.h"

View File

@ -13,7 +13,7 @@
#ifndef __AUDACITY_AUDIO_IO__
#define __AUDACITY_AUDIO_IO__
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "Experimental.h"

View File

@ -16,7 +16,7 @@ processing. See also MacrosWindow and ApplyMacroDialog.
*//*******************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "BatchCommands.h"
#include <wx/defs.h>

View File

@ -6,7 +6,7 @@
******************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "DeviceManager.h"
// For compilers that support precompilation, includes "wx/wx.h".

View File

@ -17,7 +17,7 @@ License: GPL v2. See License.txt.
// Store function pointers here when including FFmpeg.h
#define DEFINE_FFMPEG_POINTERS
#include "Audacity.h" // for config*.h
#include "Audacity.h" // for config*.h // for USE_* macros
#include "FFmpeg.h"
#include "FileNames.h"

View File

@ -16,7 +16,7 @@ Describes shared object that is used to access FFmpeg libraries.
#if !defined(__AUDACITY_FFMPEG__)
#define __AUDACITY_FFMPEG__
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "MemoryX.h"

View File

@ -12,7 +12,7 @@
\brief Given a key, returns some html.
*//********************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "HelpText.h"
#include "Experimental.h"

View File

@ -22,7 +22,7 @@ channel. This collection of functions fills that gap.
*//*********************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "ImageManipulation.h"
#include <wx/image.h>

View File

@ -25,7 +25,7 @@
*//*******************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "Menus.h"
#include "Experimental.h"

View File

@ -9,7 +9,7 @@
**********************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "MixerBoard.h"
#include "Experimental.h"

View File

@ -14,7 +14,7 @@
*//*******************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "NoteTrack.h"
#include "Experimental.h"

View File

@ -11,7 +11,7 @@
#ifndef __AUDACITY_NOTETRACK__
#define __AUDACITY_NOTETRACK__
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "Experimental.h"

View File

@ -48,7 +48,7 @@ scroll information. It also has some status flags.
*//*******************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "Project.h"
#include "Experimental.h"

View File

@ -54,7 +54,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "RealFFTf48x.h"
#include "Experimental.h"

View File

@ -8,7 +8,7 @@
**********************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "Snap.h"
#include <algorithm>

View File

@ -11,7 +11,7 @@
#ifndef __AUDACITY_TRACK__
#define __AUDACITY_TRACK__
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "Experimental.h"

View File

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

View File

@ -60,7 +60,7 @@ is time to refresh some aspect of the screen.
*//*****************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "TrackPanel.h"
#include "Experimental.h"

View File

@ -14,7 +14,7 @@
*//*******************************************************************/
#include "Audacity.h"
#include "Audacity.h" // for USE_* macros
#include "TrackPanelAx.h"
// For compilers that support precompilation, includes "wx/wx.h".

View File

@ -20,7 +20,7 @@ This class now lists
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "GetInfoCommand.h"
#include "../Project.h"

View File

@ -13,7 +13,7 @@
*//****************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "Equalization48x.h"
#include "../Experimental.h"

View File

@ -11,7 +11,7 @@
\brief Internal module to auto register all built in effects.
*****************************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "LoadEffects.h"
#include "../Experimental.h"

View File

@ -11,7 +11,7 @@ effect that uses SBSMS to do its processing (TimeScale)
**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#if USE_SBSMS
#include "SBSMSEffect.h"

View File

@ -12,7 +12,7 @@ effect that uses SoundTouch to do its processing (ChangeTempo
**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#if USE_SOUNDTOUCH
#include "SoundTouchEffect.h"

View File

@ -12,7 +12,7 @@
**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#if USE_SOUNDTOUCH

View File

@ -24,7 +24,7 @@
// WARNING: This is NOT 64-bit safe
// *******************************************************************
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#include "VSTEffect.h"
#if 0

View File

@ -14,7 +14,7 @@
*//*******************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if USE_AUDIO_UNITS
#include "AudioUnitEffect.h"

View File

@ -10,7 +10,7 @@
**********************************************************************/
#ifndef AUDACITY_AUDIOUNIT_EFFECT_H
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if USE_AUDIO_UNITS

View File

@ -9,7 +9,7 @@
**********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if defined(USE_LV2)
#include "LV2Effect.h"

View File

@ -9,7 +9,7 @@
*********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if USE_LV2

View File

@ -14,7 +14,7 @@ Functions that find and load all LV2 plugins on the system.
*//*******************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if defined(USE_LV2)
#include "LoadLV2.h"

View File

@ -24,7 +24,7 @@ effects from this one class.
*//*******************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#include "Nyquist.h"
#include "../../Experimental.h"

View File

@ -8,7 +8,7 @@
**********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if defined(USE_VAMP)
#include "LoadVamp.h"

View File

@ -8,7 +8,7 @@
**********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if defined(USE_VAMP)

View File

@ -11,7 +11,7 @@
**********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if defined(USE_VAMP)
#include "VampEffect.h"

View File

@ -11,7 +11,7 @@
**********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#if defined(USE_VAMP)

View File

@ -28,7 +28,7 @@
*//********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "Export.h"
#include <wx/file.h>

View File

@ -19,7 +19,7 @@ function.
*//*******************************************************************/
#include "../Audacity.h" // keep ffmpeg before wx because they interact
#include "../Audacity.h" // keep ffmpeg before wx because they interact // for USE_* macros
#include "ExportFFmpeg.h"
#include "../FFmpeg.h" // and Audacity.h before FFmpeg for config*.h

View File

@ -36,7 +36,7 @@
*//*******************************************************************/
#include "../Audacity.h" // keep ffmpeg before wx because they interact
#include "../Audacity.h" // keep ffmpeg before wx because they interact // for USE_* macros
#include "ExportFFmpegDialogs.h"
#include "../FFmpeg.h" // and Audacity.h before FFmpeg for config*.h

View File

@ -18,7 +18,7 @@ and libvorbis examples, Monty <monty@xiph.org>
**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#ifdef USE_LIBFLAC
#include "ExportFLAC.h"

View File

@ -32,7 +32,7 @@
*/
#include "../Audacity.h"
#include "../Audacity.h"// for USE_* macros
#include "ExportMP2.h"
#ifdef USE_LIBTWOLAME

View File

@ -59,7 +59,7 @@
*//********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ExportMP3.h"
#include <wx/app.h>

View File

@ -15,7 +15,7 @@
**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#ifdef USE_LIBVORBIS
#include "ExportOGG.h"

View File

@ -8,7 +8,7 @@
**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ExportPCM.h"
#include <wx/defs.h>

View File

@ -35,7 +35,7 @@ and ImportLOF.cpp.
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "Import.h"
#include <algorithm>

View File

@ -20,7 +20,7 @@ Licensed under the GNU General Public License v2 or later
*//*******************************************************************/
#include "../Audacity.h" // needed before FFmpeg.h
#include "../Audacity.h" // needed before FFmpeg.h // for USE_* macros
#include "ImportFFmpeg.h"
#include "../Experimental.h"

View File

@ -22,7 +22,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportFLAC.h"
#include "../Experimental.h"

View File

@ -23,7 +23,7 @@ Licensed under the GNU General Public License v2 or later
*//*******************************************************************/
#include "../Audacity.h" // needed before GStreamer.h
#include "../Audacity.h" // needed before GStreamer.h // for USE_* macros
#if defined(USE_GSTREAMER)
#include "ImportGStreamer.h"

View File

@ -69,7 +69,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportLOF.h"
#include <wx/string.h>

View File

@ -8,7 +8,7 @@
**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportMIDI.h"
#include <wx/defs.h>

View File

@ -18,7 +18,7 @@ into a NoteTrack.
#ifndef _IMPORT_MIDI_
#define _IMPORT_MIDI_
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "audacity/Types.h"
#if defined(USE_MIDI)

View File

@ -26,7 +26,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportMP3.h"
// For compilers that support precompilation, includes "wx/wx.h".

View File

@ -28,7 +28,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportOGG.h"
// For compilers that support precompilation, includes "wx/wx.h".

View File

@ -19,7 +19,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportPCM.h"
#include "../Internat.h"

View File

@ -13,7 +13,7 @@
**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportQT.h"
#include "ImportPlugin.h"

View File

@ -9,7 +9,7 @@
******************************************************************/
#include "../Audacity.h" // needed before FFmpeg.h
#include "../Audacity.h" // needed before FFmpeg.h // for USE_* macros
#include "ODDecodeFFmpegTask.h"
#include "../Experimental.h"

View File

@ -7,7 +7,7 @@
*
*/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ODDecodeFlacTask.h"
#include "../Prefs.h"

View File

@ -17,7 +17,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "EffectsPrefs.h"
#include "../Experimental.h"

View File

@ -15,7 +15,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportExportPrefs.h"
#include <wx/defs.h>

View File

@ -16,7 +16,7 @@ MP3 and FFmpeg encoding libraries.
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "LibraryPrefs.h"
#include "../Experimental.h"

View File

@ -14,7 +14,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "PrefsDialog.h"
#include "../Experimental.h"

View File

@ -32,7 +32,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ControlToolBar.h"
#include "../Experimental.h"

View File

@ -14,7 +14,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "DeviceToolBar.h"
// For compilers that support precompilation, includes "wx/wx.h".

View File

@ -14,7 +14,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "MixerToolBar.h"
// For compilers that support precompilation, includes "wx/wx.h".

View File

@ -24,7 +24,7 @@ in which buttons can be placed.
*//**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ToolBar.h"
#include "../Experimental.h"

View File

@ -8,7 +8,7 @@ Paul Licameli split from TrackPanel.cpp
**********************************************************************/
#include "../../../../Audacity.h"
#include "../../../../Audacity.h" // for USE_* macros
#ifdef USE_MIDI
#include "NoteTrackButtonHandle.h"

View File

@ -8,7 +8,7 @@ Paul Licameli split from TrackPanel.cpp
**********************************************************************/
#include "../../../../Audacity.h"
#include "../../../../Audacity.h" // for USE_* macros
#ifdef USE_MIDI
#include "NoteTrackControls.h"

View File

@ -8,7 +8,7 @@ Paul Licameli split from TrackPanel.cpp
**********************************************************************/
#include "../../../../Audacity.h"
#include "../../../../Audacity.h" // for USE_* macros
#ifdef USE_MIDI
#include "../../../../NoteTrack.h"

View File

@ -8,7 +8,7 @@ Paul Licameli split from TrackPanel.cpp
**********************************************************************/
#include "../../../../Audacity.h"
#include "../../../../Audacity.h" // for USE_* macros
#ifdef USE_MIDI
#include "NoteTrackVRulerControls.h"

View File

@ -8,7 +8,7 @@ Paul Licameli split from TrackPanel.cpp
**********************************************************************/
#include "../../../../Audacity.h"
#include "../../../../Audacity.h" // for USE_* macros
#ifdef USE_MIDI
#include "NoteTrackVZoomHandle.h"

View File

@ -8,7 +8,7 @@ Paul Licameli split from TrackPanel.cpp
**********************************************************************/
#include "../../../../Audacity.h"
#include "../../../../Audacity.h" // for USE_* macros
#ifdef USE_MIDI
#include "StretchHandle.h"

View File

@ -8,7 +8,7 @@ Paul Licameli split from TrackPanel.cpp
**********************************************************************/
#include "../../Audacity.h"
#include "../../Audacity.h" // for USE_* macros
#include "TimeShiftHandle.h"
#include "../../Experimental.h"

View File

@ -10,7 +10,7 @@
*//********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "HelpSystem.h"
#include "../Experimental.h"

View File

@ -38,7 +38,7 @@
*//******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "Meter.h"
#include "../Experimental.h"

View File

@ -21,7 +21,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "XMLTagHandler.h"
#include "../MemoryX.h"

View File

@ -18,7 +18,7 @@
#ifndef __AUDACITY_XML_TAG_HANDLER__
#define __AUDACITY_XML_TAG_HANDLER__
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include <wx/string.h>
#include <stdio.h>