# Microsoft Developer Studio Project File - Name="SMSTools" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console Application" 0x0103 CFG=SMSTools - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "SMSTools.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "SMSTools.mak" CFG="SMSTools - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "SMSTools - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "SMSTools - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "empty" # PROP Scc_LocalPath "." CPP=cl.exe RSC=rc.exe !IF "$(CFG)" == "SMSTools - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "../ReleaseFiles/bin" # PROP Intermediate_Dir "../ReleaseFiles/obj" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD CPP -O3 -fomit-frame-pointer -pipe /D "HAVE_STANDARD_SSTREAM" /D "HAVE_STANDARD_SSTREAM_STR" /D "CLAM_HAVE_PTHREADS" /D "HAVE_STANDARD_UNICODE" /D "__LINUX_ALSA__" /D "CLAM_FLOAT" /D "CLAM_USE_XML" /I "..\..\..\src\Defines" /FI"preinclude.hxx" /I "..\..\..\externals\CbLib" /I "\usr\X11R6\include" /I "..\..\..\examples\SMS\GUI" /I "..\..\..\examples\SMS\GUI\ScoreEditor" /I "..\..\..\src\Base" /I "..\..\..\src\Data\Base" /I "..\..\..\src\Data\BasicProcessing" /I "..\..\..\src\Data\Descriptors" /I "..\..\..\src\Data\Descriptors\Melody" /I "..\..\..\src\Defines" /I "..\..\..\src\Errors" /I "..\..\..\src\Flow\Controls" /I "..\..\..\src\Flow\Nodes" /I "..\..\..\src\Flow\Ports" /I "..\..\..\src\Processing\Analysis" /I "..\..\..\src\Processing\ArithOps" /I "..\..\..\src\Processing\AudioFileIO" /I "..\..\..\src\Processing\AudioIO" /I "..\..\..\src\Processing\Base" /I "..\..\..\src\Processing\SDIFIO" /I "..\..\..\src\Processing\Synthesis" /I "..\..\..\src\Processing\Transformations" /I "..\..\..\src\Processing\Transformations\SMS" /I "..\..\..\src\Standard" /I "..\..\..\src\Storage\Base" /I "..\..\..\src\Storage\XML" /I "..\..\..\src\System" /I "..\..\..\src\System\Threads" /I "..\..\..\src\Tools\AudioFileIO" /I "..\..\..\src\Tools\AudioIO" /I "..\..\..\src\Tools\SDIF" /I "..\..\..\src\Visualization\Base" /I "..\..\..\src\Visualization\GL" /I "..\..\..\src\Visualization\Presentation\Base" /I "..\..\..\src\Visualization\Presentation\FLTK" /I "..\..\..\src\Visualization\Util" /I "..\..\..\src\Visualization\View" /I "..\..\..\src\Visualization\Widget" /I "..\..\..\src\Visualization\Widget\FLTK" # ADD BASE RSC /l 0xc0a /d "NDEBUG" # ADD RSC /l 0xc0a /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 # ADD LINK32 /libpath:"\usr\X11R6\lib" sfftw.lib srfftw.lib asound.lib xerces-c.lib pthread.lib pthread.lib sndfile.lib vorbis.lib ogg.lib vorbisfile.lib vorbisenc.lib mad.lib m.lib fltk_images.lib png.lib jpeg.lib z.lib fltk_gl.lib GLU.lib GL.lib fltk.lib Xft.lib pthread.lib m.lib Xext.lib X11.lib stdc++.lib id3.lib z.lib # SUBTRACT LINK32 /nologo /verbose /pdb:none /debug !ELSEIF "$(CFG)" == "SMSTools - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "../DebugFiles/bin" # PROP Intermediate_Dir "../DebugFiles/obj" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD CPP -g -fno-inline -pipe -D_DEBUG /D "HAVE_STANDARD_SSTREAM" /D "HAVE_STANDARD_SSTREAM_STR" /D "CLAM_HAVE_PTHREADS" /D "HAVE_STANDARD_UNICODE" /D "__LINUX_ALSA__" /D "CLAM_FLOAT" /D "CLAM_USE_XML" /I "..\..\..\src\Defines" /FI"preinclude.hxx" /I "..\..\..\externals\CbLib" /I "\usr\X11R6\include" /I "..\..\..\examples\SMS\GUI" /I "..\..\..\examples\SMS\GUI\ScoreEditor" /I "..\..\..\src\Base" /I "..\..\..\src\Data\Base" /I "..\..\..\src\Data\BasicProcessing" /I "..\..\..\src\Data\Descriptors" /I "..\..\..\src\Data\Descriptors\Melody" /I "..\..\..\src\Defines" /I "..\..\..\src\Errors" /I "..\..\..\src\Flow\Controls" /I "..\..\..\src\Flow\Nodes" /I "..\..\..\src\Flow\Ports" /I "..\..\..\src\Processing\Analysis" /I "..\..\..\src\Processing\ArithOps" /I "..\..\..\src\Processing\AudioFileIO" /I "..\..\..\src\Processing\AudioIO" /I "..\..\..\src\Processing\Base" /I "..\..\..\src\Processing\SDIFIO" /I "..\..\..\src\Processing\Synthesis" /I "..\..\..\src\Processing\Transformations" /I "..\..\..\src\Processing\Transformations\SMS" /I "..\..\..\src\Standard" /I "..\..\..\src\Storage\Base" /I "..\..\..\src\Storage\XML" /I "..\..\..\src\System" /I "..\..\..\src\System\Threads" /I "..\..\..\src\Tools\AudioFileIO" /I "..\..\..\src\Tools\AudioIO" /I "..\..\..\src\Tools\SDIF" /I "..\..\..\src\Visualization\Base" /I "..\..\..\src\Visualization\GL" /I "..\..\..\src\Visualization\Presentation\Base" /I "..\..\..\src\Visualization\Presentation\FLTK" /I "..\..\..\src\Visualization\Util" /I "..\..\..\src\Visualization\View" /I "..\..\..\src\Visualization\Widget" /I "..\..\..\src\Visualization\Widget\FLTK" # ADD BASE RSC /l 0xc0a /d "_DEBUG" # ADD RSC /l 0xc0a BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 # ADD LINK32 /libpath:"\usr\X11R6\lib" sfftw.lib srfftw.lib asound.lib xerces-c.lib pthread.lib pthread.lib fltk_images.lib png.lib jpeg.lib z.lib fltk_gl.lib GLU.lib GL.lib fltk.lib Xft.lib pthread.lib m.lib Xext.lib X11.lib stdc++.lib sndfile.lib vorbis.lib ogg.lib vorbisfile.lib vorbisenc.lib mad.lib m.lib id3.lib z.lib -rdynamic # SUBTRACT LINK32 /nologo /verbose /pdb:none !ENDIF # Begin Target # Name "SMSTools - Win32 Release" # Name "SMSTools - Win32 Debug" # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group # Begin Group "Source Files" # Begin Group "examples Sources" # Begin Group "SMS Sources" # Begin Source File SOURCE=..\..\..\examples\SMS\mainSMSTools.cxx # End Source File # Begin Group "GUI Sources" # Begin Group "ScoreEditor Sources" # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSFreqShiftConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSGenderChangeConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSHarmonizerConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSMorphConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSOddEvenHarmonicRatioConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSPitchDiscretizationConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSSineFilterConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSSinusoidalGainConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSSpectralShapeShiftConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSResidualGainConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSPitchShiftConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSTimeStretchConfigurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMS_Configurator.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\Fl_SMS_BPF_Editor.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\Fl_SMS_Gender_Selector.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\Fl_SMS_Morph_Control.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMS_ScoreEditor_Helper.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSTransformPanel.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\Fl_SMS_BPF_Sync_Editor.cxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\SMS_DataExplorer.cxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\examples\SMS\XMLSerializer.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\SDIFSerializer.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\SerializationController.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\SMSAnalysisSynthesisConfig.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\Progress.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\WaitMessage.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\SMSBase.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\SMSTools.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\UserInterface.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\NotGeneratedUserInterface.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\Fl_WaitMessage.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\WaitMessageGUI.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\Fl_Progress.cxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\ProgressGUI.cxx # End Source File # End Group # End Group # Begin Group "Tools Sources" # Begin Group "AudioIO Sources" # Begin Group "Linux Sources" # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\Linux\ALSAAudioDevice.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\Linux\SndPcm.cxx # End Source File # End Group # Begin Group "RtAudio Sources" # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\RtAudio\RtAAudioDevice.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\RtAudio\RtAudio.cxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\AudioManager.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\AudioDevice.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\AudioDeviceList.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\AudioPlayer.cxx # End Source File # End Group # Begin Group "SDIF Sources" # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFType.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFHeader.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFFrame.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFMatrix.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFFile.cxx # End Source File # End Group # Begin Group "AudioFileIO Sources" # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioFileFormats.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioFileHeader.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioTextDescriptors.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioFile.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\SoundHeader.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\SoundFileIO.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AIFFFileIO.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\WaveFileIO.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioCodec.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\PCMCodec.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\OggVorbisCodec.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\MpegCodec.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioCodecs_Stream.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\extended.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\PCMAudioStream.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\OggVorbisAudioStream.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\MpegBitstream.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\MpegAudioStream.cxx # End Source File # End Group # End Group # Begin Group "Processing Sources" # Begin Group "Transformations Sources" # Begin Group "SMS Sources No. 1" # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSFreqShift.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSGenderChange.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSHarmonizer.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSMorph.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSOddEvenHarmonicRatio.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSPitchDiscretization.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSSineFilter.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSSinusoidalGain.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSSpectralShapeShift.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTransformationChainIO.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSResidualGain.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSPitchShift.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTimeStretch.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTransformationConfig.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTransformation.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSMorphConfig.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTimeStretchConfig.cxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SpectralEnvelopeApply.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\FDCombFilter.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\Normalization.cxx # End Source File # End Group # Begin Group "Base Sources" # Begin Source File SOURCE=..\..\..\src\Processing\Base\PublishedInControls.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\PublishedOutControls.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\PublishedInPorts.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\PublishedOutPorts.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\Processing.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\ProcessingComposite.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\ProcessingChain.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\TopLevelProcessing.cxx # End Source File # End Group # Begin Group "SDIFIO Sources" # Begin Source File SOURCE=..\..\..\src\Processing\SDIFIO\SDIFIn.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\SDIFIO\SDIFOut.cxx # End Source File # End Group # Begin Group "AudioIO Sources No. 1" # Begin Source File SOURCE=..\..\..\src\Processing\AudioIO\AudioOut.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioIO\AudioIn.cxx # End Source File # End Group # Begin Group "Analysis Sources" # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SpectralEnvelopeExtract.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SpectralPeakDetect.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\FundFreqDetect.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SinTracking.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\WindowGenerator.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\CircularShift.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\FFT.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\FFT_rfftw.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SpectralAnalysis.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SMSAnalysis.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\CleanTracks.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\Segmentator.cxx # End Source File # End Group # Begin Group "ArithOps Sources" # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\SpectrumAdder2.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\SpectrumInterpolator.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\SpectralPeakArrayInterpolator.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\FrameInterpolator.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\SpectrumSubstracter2.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\AudioMultiplier.cxx # End Source File # End Group # Begin Group "AudioFileIO Sources No. 1" # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\AudioFileConfig.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\AudioFileIn.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\AudioFileOut.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\MonoAudioFileReaderConfig.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\MonoAudioFileReader.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\MonoAudioFileWriterConfig.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\MonoAudioFileWriter.cxx # End Source File # End Group # Begin Group "Synthesis Sources" # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\SynthSineSpectrum.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\PhaseManagement.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\IFFT.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\IFFT_rfftw.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\OverlapAdd.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\SpectralSynthesis.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\SMSSynthesis.cxx # End Source File # End Group # End Group # Begin Group "Errors Sources" # Begin Source File SOURCE=..\..\..\src\Errors\Err.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrOutOfMemory.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrProcessingObj.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrSystem.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrDynamicType.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrOpenFile.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrSoundFileIO.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrGUI.cxx # End Source File # End Group # Begin Group "Defines Sources" # Begin Source File SOURCE=..\..\..\src\Defines\Assert.cxx # End Source File # End Group # Begin Group "Standard Sources" # Begin Source File SOURCE=..\..\..\src\Standard\Enum.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Complex.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Polar.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\GlobalEnums.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Point.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\BPF.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Text.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Order.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Flags.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Matrix.cxx # End Source File # End Group # Begin Group "Storage Sources" # Begin Group "XML Sources" # Begin Source File SOURCE=..\..\..\src\Storage\XML\XMLStorage.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\BasicXMLable.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XMLAdapter.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XMLComponentAdapter.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XercesDomWriter.cxx # End Source File # End Group # End Group # Begin Group "Base Sources No. 1" # Begin Source File SOURCE=..\..\..\src\Base\DynamicType.cxx # End Source File # End Group # Begin Group "Data Sources" # Begin Group "BasicProcessing Sources" # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\Spectrum.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\Fundamental.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\SpectralPeak.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\SpectralPeakArray.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\Audio.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\Frame.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\Segment.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\SpectrumConversions.cxx # End Source File # End Group # Begin Group "Descriptors Sources" # Begin Group "Melody Sources" # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\Melody\MediaTime.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\Melody\PitchNote.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\Melody\Note.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\Melody\Melody.cxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\AudioDescriptors.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\SpectralDescriptors.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\SpectralPeakDescriptors.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\PeriodogramPeak.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\MorphologicalFrameDescriptors.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\FrameDescriptors.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\EnvelopeDescriptors.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\MorphologicalSegmentDescriptors.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\SegmentDescriptors.cxx # End Source File # End Group # End Group # Begin Group "Flow Sources" # Begin Group "Controls Sources" # Begin Source File SOURCE=..\..\..\src\Flow\Controls\InControl.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Controls\OutControl.cxx # End Source File # End Group # Begin Group "Ports Sources" # Begin Source File SOURCE=..\..\..\src\Flow\Ports\Port.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Ports\OutPort.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Ports\InPort.cxx # End Source File # End Group # Begin Group "Nodes Sources" # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\StreamRegion.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\ReadStreamRegion.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\SourceStreamRegion.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\WriteStreamRegion.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\Node.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\DelayStreamRegion.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\InplaceStreamRegion.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\AddStreamRegion.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\StreamRegionContainer.cxx # End Source File # End Group # End Group # Begin Group "Visualization Sources" # Begin Group "Widget Sources" # Begin Group "FLTK Sources" # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Smart_Tile.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Palette.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Selection.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Envelope.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Envelope_Scroll.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Axis.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_X_Axis.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Y_Axis.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_ZoomSlider.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Gl_2DSurface.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Gl_Single_Display.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_SMS_Gl_Single_Browsable_Display.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_GridLayout.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Gl_Multi_Display.cxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTKWrapper.cxx # End Source File # End Group # Begin Group "Base Sources No. 2" # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Signal.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Connection.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Slot.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\ModelAdapter.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Presentation.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\TooltipTracker2D.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\DrawingSurface2D.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\WidgetTKWrapper.cxx # End Source File # End Group # Begin Group "View Sources" # Begin Source File SOURCE=..\..\..\src\Visualization\View\SpectrumModel.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SpectrumAdapter.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\LogMagSpectrumAdapter.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\AudioModel.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\AudioAdapter.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SpectralPeaksModel.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SpectralPeakArrayAdapter.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SinTracksModel.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SinTracksAdapter.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\FundamentalAdapter.cxx # End Source File # End Group # Begin Group "Util Sources" # Begin Source File SOURCE=..\..\..\src\Visualization\Util\TimeFreqMagPoint.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Util\SinTrackListBuilder.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Util\SinTrackHorClipper.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Util\SinTrackVerClipper.cxx # End Source File # End Group # Begin Group "GL Sources" # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLRenderingManager.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLRenderer.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLMaxMinArrays.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\AudioRenderingManager.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLStraightLineArray.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLSampleDetailArray.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\SpectrumRenderingManager.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLSineTracks.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\SinTracksRenderingManager.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLPointsArrays.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\PeaksRenderingManager.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\FundFreqRM.cxx # End Source File # End Group # Begin Group "Presentation Sources" # Begin Group "Base Sources No. 3" # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\Base\AudioPresentation.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\Base\SpectrumPresentation.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\Base\SinTracksPresentation.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\Base\SpectralPeaksPresentation.cxx # End Source File # End Group # Begin Group "FLTK Sources No. 1" # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\FLTK\Fl_SMS_Browsable_Playable_Audio.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\FLTK\Fl_SMS_Spectrum.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\FLTK\Fl_SMS_SinTracks_Browser.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\FLTK\Fl_SMS_SpectrumAndPeaks.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\FLTK\Fl_SMS_FundFreq_Browser.cxx # End Source File # End Group # End Group # End Group # Begin Group "System Sources" # Begin Group "Threads Sources" # Begin Source File SOURCE=..\..\..\src\System\Threads\Condition.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\System\Threads\Thread.cxx # End Source File # Begin Source File SOURCE=..\..\..\src\System\Threads\Mutex.cxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\System\FileSystem.cxx # End Source File # End Group # End Group # Begin Group "Header Files" # Begin Group "Errors Headers" # Begin Source File SOURCE=..\..\..\src\Errors\Err.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrOutOfMemory.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrProcessingObj.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrSystem.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrDynamicType.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrOpenFile.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrSoundFileIO.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrFormat.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Errors\ErrGUI.hxx # End Source File # End Group # Begin Group "Defines Headers" # Begin Source File SOURCE=..\..\..\src\Defines\Assert.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\mtgsstream.h # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\StaticBool.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\TypeInfo.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\TypeInfoStd.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\DataTypes.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\ByteOrder.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\EDataFormat.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\CLAM_Math.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\OSDefines.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\HeapDbg.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Defines\CLAMGL.hxx # End Source File # End Group # Begin Group "Storage Headers" # Begin Group "Base Headers" # Begin Source File SOURCE=..\..\..\src\Storage\Base\Storable.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\Base\Storage.hxx # End Source File # End Group # Begin Group "XML Headers" # Begin Source File SOURCE=..\..\..\src\Storage\XML\XMLStorage.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XMLable.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\BasicXMLable.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XMLAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XMLComponentAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XMLIterableAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XMLArrayAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XercesEncodings.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XercesInitializer.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XercesDomReader.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XercesDomWriter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XercesDomDocumentHandler.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XercesDomWritingContext.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Storage\XML\XercesDomReadingContext.hxx # End Source File # End Group # End Group # Begin Group "Base Headers No. 1" # Begin Source File SOURCE=..\..\..\src\Base\Component.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Base\DynamicTypeMacros.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Base\DynamicType.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Base\Factory.hxx # End Source File # End Group # Begin Group "Standard Headers" # Begin Source File SOURCE=..\..\..\src\Standard\Enum.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Array.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\FastRounding.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\ComplexTmplDec.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Complex.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\PolarTmplDec.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Polar.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\PointTmplDec.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\PointTmplDef.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\PointTmpl.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\SearchArray.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\GlobalEnums.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\BPFTmplDec.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Point.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\BPF.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\IndexArray.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\List.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Search.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Text.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Filename.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Order.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\BasicOps.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Stats.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Flags.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\ComplexTmplDef.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\ComplexTmpl.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\PolarTmplDef.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\PolarTmpl.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\BPFTmplDef.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\BPFTmpl.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\ArrayToBPFCnv.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\ComplexToPolarCnv.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\CommonOps.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\PhantomBuffer.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\CircularBuffer.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\MatrixTmplDec.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\Matrix.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\MatrixTmplDef.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Standard\MatrixTmpl.hxx # End Source File # End Group # Begin Group "examples Headers" # Begin Group "SMS Headers" # Begin Source File SOURCE=..\..\..\examples\SMS\Serializer.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\XMLSerializer.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\SDIFSerializer.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\SerializationController.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\SMSAnalysisSynthesisConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\Progress.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\WaitMessage.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\SMSBase.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\SMSTools.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\ForwardDeclarations.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\UserInterface.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\NotGeneratedUserInterface.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\Fl_WaitMessage.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\WaitMessageGUI.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\Fl_Progress.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\ProgressGUI.hxx # End Source File # Begin Group "GUI Headers" # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\SMS_DataExplorer.hxx # End Source File # Begin Group "ScoreEditor Headers" # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMS_Configurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSFreqShiftConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\Fl_SMS_BPF_Editor.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSGenderChangeConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\Fl_SMS_Gender_Selector.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSHarmonizerConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSMorphConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\Fl_SMS_Morph_Control.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSOddEvenHarmonicRatioConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSPitchDiscretizationConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSSineFilterConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSSinusoidalGainConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSSpectralShapeShiftConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSResidualGainConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSPitchShiftConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMS_ScoreEditor_Helper.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSTimeStretchConfigurator.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\SMSTransformPanel.hxx # End Source File # Begin Source File SOURCE=..\..\..\examples\SMS\GUI\ScoreEditor\Fl_SMS_BPF_Sync_Editor.hxx # End Source File # End Group # End Group # Begin Source File SOURCE=..\..\..\examples\SMS\SMSTools_inlines.hxx # End Source File # End Group # End Group # Begin Group " Headers" # Begin Group "usr Headers" # Begin Group "include Headers" # Begin Group "sys Headers" # Begin Source File SOURCE=\usr\include\sys\cdefs.h # End Source File # Begin Source File SOURCE=\usr\include\sys\time.h # End Source File # Begin Source File SOURCE=\usr\include\sys\select.h # End Source File # Begin Source File SOURCE=\usr\include\sys\types.h # End Source File # Begin Source File SOURCE=\usr\include\sys\poll.h # End Source File # Begin Source File SOURCE=\usr\include\sys\stat.h # End Source File # End Group # Begin Group "gnu Headers" # Begin Source File SOURCE=\usr\include\gnu\stubs.h # End Source File # End Group # Begin Source File SOURCE=\usr\include\features.h # End Source File # Begin Group "bits Headers" # Begin Source File SOURCE=\usr\include\bits\wordsize.h # End Source File # Begin Source File SOURCE=\usr\include\bits\typesizes.h # End Source File # Begin Source File SOURCE=\usr\include\bits\types.h # End Source File # Begin Source File SOURCE=\usr\include\bits\endian.h # End Source File # Begin Source File SOURCE=\usr\include\bits\sched.h # End Source File # Begin Source File SOURCE=\usr\include\bits\sigset.h # End Source File # Begin Source File SOURCE=\usr\include\bits\pthreadtypes.h # End Source File # Begin Source File SOURCE=\usr\include\bits\initspin.h # End Source File # Begin Source File SOURCE=\usr\include\bits\sigthread.h # End Source File # Begin Source File SOURCE=\usr\include\bits\time.h # End Source File # Begin Source File SOURCE=\usr\include\bits\select.h # End Source File # Begin Source File SOURCE=\usr\include\bits\posix_opt.h # End Source File # Begin Source File SOURCE=\usr\include\bits\confname.h # End Source File # Begin Source File SOURCE=\usr\include\bits\fcntl.h # End Source File # Begin Source File SOURCE=\usr\include\bits\poll.h # End Source File # Begin Source File SOURCE=\usr\include\bits\errno.h # End Source File # Begin Source File SOURCE=\usr\include\bits\stat.h # End Source File # Begin Source File SOURCE=\usr\include\bits\huge_val.h # End Source File # Begin Source File SOURCE=\usr\include\bits\mathdef.h # End Source File # Begin Source File SOURCE=\usr\include\bits\mathcalls.h # End Source File # End Group # Begin Source File SOURCE=\usr\include\endian.h # End Source File # Begin Source File SOURCE=\usr\include\ctype.h # End Source File # Begin Group "FL Headers" # Begin Source File SOURCE=\usr\include\FL\Fl_Export.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Enumerations.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Widget.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Group.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Tile.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Window.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Double_Window.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Image.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Menu_Item.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Menu_.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Menu_Bar.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Valuator.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Counter.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Box.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Slider.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Scrollbar.H # End Source File # Begin Source File SOURCE=\usr\include\FL\fl_draw.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Shared_Image.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Help_View.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Pixmap.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Tooltip.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Choice.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Menu_Button.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Button.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Preferences.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Browser_.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Browser.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_File_Icon.H # End Source File # Begin Source File SOURCE=\usr\include\FL\filename.H # End Source File # Begin Source File SOURCE=\usr\include\FL\dirent.h # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_File_Browser.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Light_Button.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Check_Button.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Input_.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Input.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_File_Input.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Return_Button.H # End Source File # Begin Source File SOURCE=\usr\include\FL\fl_ask.H # End Source File # Begin Source File SOURCE=\usr\include\FL\fl_file_chooser.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Pack.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Scroll.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Float_Input.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Int_Input.H # End Source File # Begin Source File SOURCE=\usr\include\FL\fl_message.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Help_Dialog.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Round_Button.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Select_Browser.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Tabs.H # End Source File # Begin Source File SOURCE=\usr\include\FL\Fl_Gl_Window.H # End Source File # Begin Source File SOURCE=\usr\include\FL\gl.h # End Source File # End Group # Begin Source File SOURCE=\usr\include\time.h # End Source File # Begin Source File SOURCE=\usr\include\sched.h # End Source File # Begin Source File SOURCE=\usr\include\signal.h # End Source File # Begin Source File SOURCE=\usr\include\pthread.h # End Source File # Begin Source File SOURCE=\usr\include\unistd.h # End Source File # Begin Source File SOURCE=\usr\include\stdio.h # End Source File # Begin Source File SOURCE=\usr\include\stdlib.h # End Source File # Begin Source File SOURCE=\usr\include\string.h # End Source File # Begin Source File SOURCE=\usr\include\fcntl.h # End Source File # Begin Source File SOURCE=\usr\include\assert.h # End Source File # Begin Group "asm-generic Headers" # Begin Source File SOURCE=\usr\include\asm-generic\errno-base.h # End Source File # Begin Source File SOURCE=\usr\include\asm-generic\errno.h # End Source File # End Group # Begin Group "asm Headers" # Begin Source File SOURCE=\usr\include\asm\errno.h # End Source File # End Group # Begin Group "linux Headers" # Begin Source File SOURCE=\usr\include\linux\errno.h # End Source File # End Group # Begin Source File SOURCE=\usr\include\errno.h # End Source File # Begin Group "alsa Headers" # Begin Source File SOURCE=\usr\include\alsa\asoundef.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\version.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\global.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\input.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\output.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\error.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\conf.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\pcm.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\rawmidi.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\timer.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\hwdep.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\control.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\mixer.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\seq_event.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\seq.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\seqmid.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\seq_midi_event.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\conv.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\instr.h # End Source File # Begin Source File SOURCE=\usr\include\alsa\asoundlib.h # End Source File # End Group # Begin Group "xercesc Headers" # Begin Group "util Headers" # Begin Source File SOURCE=\usr\include\xercesc\util\XMLString.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\util\XercesDefs.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\util\XMLUni.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\util\XMemory.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\util\PlatformUtils.hpp # End Source File # End Group # Begin Group "parsers Headers" # Begin Source File SOURCE=\usr\include\xercesc\parsers\XercesDOMParser.hpp # End Source File # End Group # Begin Group "framework Headers" # Begin Source File SOURCE=\usr\include\xercesc\framework\MemBufInputSource.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\framework\XMLFormatter.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\framework\MemBufFormatTarget.hpp # End Source File # End Group # Begin Group "sax Headers" # Begin Source File SOURCE=\usr\include\xercesc\sax\DocumentHandler.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\sax\DTDHandler.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\sax\EntityResolver.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\sax\ErrorHandler.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\sax\SAXException.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\sax\SAXParseException.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\sax\HandlerBase.hpp # End Source File # End Group # Begin Group "dom Headers" # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMImplementationLS.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMException.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMRangeException.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMImplementation.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMImplementationRegistry.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMNode.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMNodeFilter.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMWriterFilter.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMErrorHandler.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMWriter.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMDocumentRange.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMDocumentTraversal.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMDocument.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMElement.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMCharacterData.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMText.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMNamedNodeMap.hpp # End Source File # Begin Source File SOURCE=\usr\include\xercesc\dom\DOMNodeList.hpp # End Source File # End Group # End Group # Begin Source File SOURCE=\usr\include\sfftw.h # End Source File # Begin Source File SOURCE=\usr\include\srfftw.h # End Source File # Begin Source File SOURCE=\usr\include\sndfile.h # End Source File # Begin Source File SOURCE=\usr\include\math.h # End Source File # Begin Group "ogg Headers" # Begin Source File SOURCE=\usr\include\ogg\config_types.h # End Source File # Begin Source File SOURCE=\usr\include\ogg\os_types.h # End Source File # Begin Source File SOURCE=\usr\include\ogg\ogg.h # End Source File # End Group # Begin Group "vorbis Headers" # Begin Source File SOURCE=\usr\include\vorbis\codec.h # End Source File # Begin Source File SOURCE=\usr\include\vorbis\vorbisfile.h # End Source File # Begin Source File SOURCE=\usr\include\vorbis\vorbisenc.h # End Source File # End Group # Begin Source File SOURCE=\usr\include\mad.h # End Source File # Begin Source File SOURCE=\usr\include\limits.h # End Source File # Begin Group "id3 Headers" # Begin Source File SOURCE=\usr\include\id3\sized_types.h # End Source File # Begin Source File SOURCE=\usr\include\id3\globals.h # End Source File # Begin Source File SOURCE=\usr\include\id3\id3lib_frame.h # End Source File # Begin Source File SOURCE=\usr\include\id3\field.h # End Source File # Begin Source File SOURCE=\usr\include\id3\tag.h # End Source File # End Group # Begin Source File SOURCE=\usr\include\memory.h # End Source File # End Group # Begin Group "X11R6 Headers" # Begin Group "include Headers No. 1" # Begin Group "GL Headers" # Begin Source File SOURCE=\usr\X11R6\include\GL\glext.h # End Source File # Begin Source File SOURCE=\usr\X11R6\include\GL\gl.h # End Source File # Begin Source File SOURCE=\usr\X11R6\include\GL\glu.h # End Source File # End Group # End Group # End Group # End Group # End Group # Begin Group "Data Headers" # Begin Group "Base Headers No. 2" # Begin Source File SOURCE=..\..\..\src\Data\Base\ProcessingDataConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Base\ProcessingData.hxx # End Source File # End Group # Begin Group "BasicProcessing Headers" # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\Spectrum.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\Fundamental.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\SpectralPeak.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\SpectralPeakArray.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\Audio.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\Frame.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\Segment.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\SpecTypeFlags.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\SpectrumConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\AudioCircularBuffer.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\BasicProcessing\SpectrumConversions.hxx # End Source File # End Group # Begin Group "Descriptors Headers" # Begin Group "Melody Headers" # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\Melody\MediaTime.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\Melody\PitchNote.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\Melody\Note.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\Melody\Melody.hxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\Descriptor.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\AudioDescriptors.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\SpectralDescriptors.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\SpectralPeakDescriptors.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\PeriodogramPeak.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\MorphologicalFrameDescriptors.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\FrameDescriptors.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\EnvelopeDescriptors.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\MorphologicalSegmentDescriptors.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Data\Descriptors\SegmentDescriptors.hxx # End Source File # End Group # End Group # Begin Group "Flow Headers" # Begin Group "Controls Headers" # Begin Source File SOURCE=..\..\..\src\Flow\Controls\ControlLinker.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Controls\InControl.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Controls\OutControl.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Controls\InControlTmplArray.hxx # End Source File # End Group # Begin Group "Ports Headers" # Begin Source File SOURCE=..\..\..\src\Flow\Ports\Port.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Ports\OutPort.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Ports\InPort.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Ports\InPortTmpl.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Ports\AudioInPortTmpl.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Ports\OutPortTmpl.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Ports\AudioOutPortTmpl.hxx # End Source File # End Group # Begin Group "Nodes Headers" # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\StreamRegion.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\ReadStreamRegion.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\SourceStreamRegion.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\WriteStreamRegion.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\Node.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\DelayStreamRegion.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\InplaceStreamRegion.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\AddStreamRegion.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\StreamRegionContainer.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\CircularStreamImpl.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\AudioStreamBuffer.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Flow\Nodes\StreamBuffer.hxx # End Source File # End Group # End Group # Begin Group "Processing Headers" # Begin Group "Base Headers No. 3" # Begin Source File SOURCE=..\..\..\src\Processing\Base\PublishedInControls.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\PublishedOutControls.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\PublishedInPorts.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\PublishedOutPorts.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\ProcessingConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\Processing.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\ProcessingComposite.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\ProcessingChain.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Base\TopLevelProcessing.hxx # End Source File # End Group # Begin Group "SDIFIO Headers" # Begin Source File SOURCE=..\..\..\src\Processing\SDIFIO\SDIFIn.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\SDIFIO\SDIFOut.hxx # End Source File # End Group # Begin Group "Synthesis Headers" # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\EPhaseGeneration.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\PhaseManagementConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\IFFTConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\SpectralSynthesisConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\OverlapAddConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\SynthSineSpectrumConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\SMSSynthesisConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\SynthSineSpectrum.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\PhaseManagement.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\IFFT.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\IFFT_rfftw.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\OverlapAdd.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\SpectralSynthesis.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Synthesis\SMSSynthesis.hxx # End Source File # End Group # Begin Group "Analysis Headers" # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\WindowGeneratorConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\CircularShiftConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\FFTConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SpectralAnalysisConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SpectralPeakDetectConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\FundFreqDetectConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SinTrackingConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SMSAnalysisConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SpectralEnvelopeExtractConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SpectralEnvelopeExtract.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SpectralPeakDetect.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\FundFreqDetect.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SinTracking.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\WindowGenerator.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\CircularShift.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\FFT.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\FFT_rfftw.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SpectralAnalysis.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SMSAnalysis.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\CleanTracksConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\CleanTracks.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\SegmentatorConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Analysis\Segmentator.hxx # End Source File # End Group # Begin Group "Transformations Headers" # Begin Group "SMS Headers No. 1" # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTransformationConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTransformation.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTransformationChain.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSFreqShift.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSPitchShift.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSSpectralShapeShift.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSGenderChange.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSHarmonizer.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSMorphConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSMorph.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSOddEvenHarmonicRatio.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSPitchDiscretization.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSSineFilter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSSinusoidalGain.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTransformationChainIO.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSResidualGain.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTimeStretchConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SMS\SMSTimeStretch.hxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\SpectralEnvelopeApply.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\FDCombFilter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\Transformations\Normalization.hxx # End Source File # End Group # Begin Group "AudioIO Headers" # Begin Source File SOURCE=..\..\..\src\Processing\AudioIO\AudioIO.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioIO\AudioOut.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioIO\AudioIn.hxx # End Source File # End Group # Begin Group "ArithOps Headers" # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\SpectrumAdder2.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\SpectrumInterpolator.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\SpectralPeakArrayInterpolator.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\FrameInterpolator.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\SpectrumSubstracter2.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\BinaryAudioOp.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\ArithOps\AudioMultiplier.hxx # End Source File # End Group # Begin Group "AudioFileIO Headers" # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\AudioFileConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\AudioFileIn.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\AudioFileOut.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\MonoAudioFileReaderConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\MonoAudioFileReader.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\MonoAudioFileWriterConfig.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Processing\AudioFileIO\MonoAudioFileWriter.hxx # End Source File # End Group # End Group # Begin Group "Tools Headers" # Begin Group "AudioIO Headers No. 1" # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\AudioManager.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\AudioDevice.hxx # End Source File # Begin Group "Linux Headers" # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\Linux\SndPcm.hxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\AudioDeviceList.hxx # End Source File # Begin Group "RtAudio Headers" # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\RtAudio\RtAudio.hxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\Tools\AudioIO\AudioPlayer.hxx # End Source File # End Group # Begin Group "SDIF Headers" # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFType.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFHeader.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFFrame.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFMatrix.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFStorage.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\SDIF\SDIFFile.hxx # End Source File # End Group # Begin Group "AudioFileIO Headers No. 1" # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioFileFormats.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioFileHeader.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioTextDescriptors.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioFile.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\SoundHeader.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\SoundFileIO.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AIFFFileIO.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\WaveFileIO.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioCodec.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\PCMCodec.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\OggVorbisCodec.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\MpegCodec.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\AudioCodecs_Stream.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\extended.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\PCMAudioStream.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\OggVorbisAudioStream.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\MpegBitstream.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Tools\AudioFileIO\MpegAudioStream.hxx # End Source File # End Group # End Group # Begin Group "Visualization Headers" # Begin Group "Widget Headers" # Begin Group "FLTK Headers" # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Smart_Tile.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Palette.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Selection.H # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Envelope.H # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Envelope_Scroll.H # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Axis_Enumerations.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Axis.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_X_Axis.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Y_Axis.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_ZoomSlider.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Gl_2DSurface.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Gl_Single_Display.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_SMS_Gl_Single_Browsable_Display.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_GridLayout.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTK\Fl_Gl_Multi_Display.hxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\Visualization\Widget\FLTKWrapper.hxx # End Source File # End Group # Begin Group "Base Headers No. 4" # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Signal.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Connection.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Slot.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Slotv1.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\ConnectionHandler.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Signalv1ImplSerious.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Signalv1.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Slotv2.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Slotv0.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\ModelAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Signalv2ImplSerious.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Signalv2.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Slotv4.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Signalv4ImplSerious.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Signalv4.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Signalv0ImplSerious.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Signalv0.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\Presentation.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\TooltipTracker2D.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\DrawingSurface2D.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\WidgetTKWrapper.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Base\SupportedToolkits.hxx # End Source File # End Group # Begin Group "View Headers" # Begin Source File SOURCE=..\..\..\src\Visualization\View\ProcessingDataAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SpectrumModel.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SpectrumAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\LogMagSpectrumAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\AudioModel.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\AudioAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\Partial.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SpectralPeaksModel.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SpectralPeakArrayAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SinTracksModel.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\SinTracksAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\FundamentalAdapter.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\ConfigurationVisitor.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\View\FLTKConfigurator.hxx # End Source File # End Group # Begin Group "Util Headers" # Begin Source File SOURCE=..\..\..\src\Visualization\Util\TimeFreqMagPoint.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Util\SineTracksDef.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Util\SinTrackListBuilder.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Util\BoundingBoxes.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Util\SinTrackHorClipper.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Util\SinTrackVerClipper.hxx # End Source File # End Group # Begin Group "GL Headers No. 1" # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLRenderingManager.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLRenderer.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLMaxMinArrays.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\AudioRenderingManager.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLStraightLineArray.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLSampleDetailArray.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\SpectrumRenderingManager.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLSineTracks.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\SinTracksRenderingManager.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\GLPointsArrays.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\PeaksRenderingManager.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\GL\FundFreqRM.hxx # End Source File # End Group # Begin Group "Presentation Headers" # Begin Group "Base Headers No. 5" # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\Base\AudioPresentation.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\Base\SpectrumPresentation.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\Base\SinTracksPresentation.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\Base\SpectralPeaksPresentation.hxx # End Source File # End Group # Begin Group "FLTK Headers No. 1" # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\FLTK\Fl_SMS_Browsable_Playable_Audio.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\FLTK\Fl_SMS_Spectrum.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\FLTK\Fl_SMS_SinTracks_Browser.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\FLTK\Fl_SMS_SpectrumAndPeaks.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\Visualization\Presentation\FLTK\Fl_SMS_FundFreq_Browser.hxx # End Source File # End Group # End Group # End Group # Begin Group "externals Headers" # Begin Group "CbLib Headers" # Begin Source File SOURCE=..\..\..\externals\CbLib\FunctorBase.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\Functor1.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\Functor0.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\Functor2.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\Functor3.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\Functor4.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\Functor0R.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\Functor1R.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\Functor2R.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\Functor3R.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\Functor4R.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\CBLMacros.hxx # End Source File # Begin Source File SOURCE=..\..\..\externals\CbLib\CBL.hxx # End Source File # End Group # End Group # Begin Group "System Headers" # Begin Group "Threads Headers" # Begin Source File SOURCE=..\..\..\src\System\Threads\xtime.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\System\Threads\Lock.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\System\Threads\Condition.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\System\Threads\Thread.hxx # End Source File # Begin Source File SOURCE=..\..\..\src\System\Threads\Mutex.hxx # End Source File # End Group # Begin Source File SOURCE=..\..\..\src\System\FileSystem.hxx # End Source File # End Group # End Group # Begin Group "Qt .ui Files" # End Group # Begin Source File SOURCE=settings.cfg !IF "$(CFG)" == "SMSTools - Win32 Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build InputPath=settings.cfg "buildstamp" : $(SOURCE) "$(INTDIR)" srcdeps.exe settings.cfg # End Custom Build !ELSEIF "$(CFG)" == "SMSTools - Win32 Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build InputPath=settings.cfg "buildstamp" : $(SOURCE) "$(INTDIR)" srcdeps.exe settings.cfg # End Custom Build !ENDIF # End Source File # End Target # End Project