forked from MTG/essentia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
essentia.vcproj
23 lines (21 loc) · 8.09 KB
/
essentia.vcproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" ?><VisualStudioProject Keyword="MakeFileProj" Name="essentia" ProjectGUID="{02791F57-A813-4065-A3B5-1CB8D4A0573A}" ProjectType="Visual C++" RootNamespace="essentia" Version="8,00">
<Platforms>
<Platform Name="Win32"/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration ConfigurationType="0" IntermediateDirectory="$(ConfigurationName)" Name="Debug|Win32" OutputDirectory="$(ConfigurationName)">
<Tool AssemblySearchPath="" BuildCommandLine="scons mode=debug -f ./Sconstruct" CleanCommandLine="scons mode=debug -f ./Sconstruct -c" CompileAsManaged="" ForcedIncludes="" ForcedUsingAssemblies="" IncludeSearchPath=";.;lib/win32/include/" Name="VCNMakeTool" Output="" PreprocessorDefinitions="" ReBuildCommandLine="scons mode=debug -f ./Sconstruct -c && scons mode=debug -f ./Sconstruct"/>
</Configuration>
<Configuration ConfigurationType="0" IntermediateDirectory="$(ConfigurationName)" Name="Release|Win32" OutputDirectory="$(ConfigurationName)">
<Tool AssemblySearchPath="" BuildCommandLine="scons -f ./Sconstruct" CleanCommandLine="scons -f ./Sconstruct -c" CompileAsManaged="" ForcedIncludes="" ForcedUsingAssemblies="" IncludeSearchPath=";.;lib/win32/include/" Name="VCNMakeTool" Output="" PreprocessorDefinitions="" ReBuildCommandLine="scons -f ./Sconstruct -c && scons -f ./Sconstruct"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter Name="src"><Filter Name="algorithms"><Filter Name="spectral"><File RelativePath="src\algorithms\spectral\strongpeak.cpp"></File><File RelativePath="src\algorithms\spectral\barkbands.cpp"></File><File RelativePath="src\algorithms\spectral\maxmagfreq.cpp"></File><File RelativePath="src\algorithms\spectral\melbands.cpp"></File><File RelativePath="src\algorithms\spectral\dissonance.cpp"></File><File RelativePath="src\algorithms\spectral\hfc.cpp"></File><File RelativePath="src\algorithms\spectral\rolloff.cpp"></File><File RelativePath="src\algorithms\spectral\hpcp.cpp"></File><File RelativePath="src\algorithms\spectral\freqbands.cpp"></File><File RelativePath="src\algorithms\spectral\flatnessdb.cpp"></File><File RelativePath="src\algorithms\spectral\flux.cpp"></File><File RelativePath="src\algorithms\spectral\energybandratio.cpp"></File><File RelativePath="src\algorithms\spectral\tuningfrequency.cpp"></File><File RelativePath="src\algorithms\spectral\spectralpeaks.cpp"></File></Filter><Filter Name="standard"><File RelativePath="src\algorithms\standard\scale.cpp"></File><File RelativePath="src\algorithms\standard\resample.cpp"></File><File RelativePath="src\algorithms\standard\framecreator.cpp"></File><File RelativePath="src\algorithms\standard\unaryoperator.cpp"></File><File RelativePath="src\algorithms\standard\dct.cpp"></File><File RelativePath="src\algorithms\standard\windowing.cpp"></File><File RelativePath="src\algorithms\standard\spectrum.cpp"></File><File RelativePath="src\algorithms\standard\envelope.cpp"></File><File RelativePath="src\algorithms\standard\fft.cpp"></File><File RelativePath="src\algorithms\standard\replaygain.cpp"></File><File RelativePath="src\algorithms\standard\binaryoperator.cpp"></File><File RelativePath="src\algorithms\standard\dft.cpp"></File></Filter><Filter Name="extractor"><File RelativePath="src\algorithms\extractor\extractor.cpp"></File><File RelativePath="src\algorithms\extractor\extractoronsetrate.cpp"></File><File RelativePath="src\algorithms\extractor\extractorkey.cpp"></File><File RelativePath="src\algorithms\extractor\essentiamusic.cpp"></File><File RelativePath="src\algorithms\extractor\extractoroutput.cpp"></File><File RelativePath="src\algorithms\extractor\extractorbeatit.cpp"></File><File RelativePath="src\algorithms\extractor\descriptorstats.cpp"></File></Filter><Filter Name="temporal"><File RelativePath="src\algorithms\temporal\zerocrossingrate.cpp"></File><File RelativePath="src\algorithms\temporal\larm.cpp"></File><File RelativePath="src\algorithms\temporal\strongdecay.cpp"></File><File RelativePath="src\algorithms\temporal\logattacktime.cpp"></File><File RelativePath="src\algorithms\temporal\leq.cpp"></File><File RelativePath="src\algorithms\temporal\loudness.cpp"></File><File RelativePath="src\algorithms\temporal\lpc.cpp"></File><File RelativePath="src\algorithms\temporal\duration.cpp"></File><File RelativePath="src\algorithms\temporal\effectiveduration.cpp"></File></Filter><Filter Name="filters"><File RelativePath="src\algorithms\filters\equalloudness.cpp"></File><File RelativePath="src\algorithms\filters\movingaverage.cpp"></File><File RelativePath="src\algorithms\filters\highpass.cpp"></File><File RelativePath="src\algorithms\filters\lowpass.cpp"></File><File RelativePath="src\algorithms\filters\bandreject.cpp"></File><File RelativePath="src\algorithms\filters\allpass.cpp"></File><File RelativePath="src\algorithms\filters\dcremoval.cpp"></File><File RelativePath="src\algorithms\filters\bandpass.cpp"></File><File RelativePath="src\algorithms\filters\filtering.cpp"></File></Filter><Filter Name="stats"><File RelativePath="src\algorithms\stats\decrease.cpp"></File><File RelativePath="src\algorithms\stats\centroid.cpp"></File><File RelativePath="src\algorithms\stats\rawmoments.cpp"></File><File RelativePath="src\algorithms\stats\crest.cpp"></File><File RelativePath="src\algorithms\stats\geometricmean.cpp"></File><File RelativePath="src\algorithms\stats\rms.cpp"></File><File RelativePath="src\algorithms\stats\flatness.cpp"></File><File RelativePath="src\algorithms\stats\median.cpp"></File><File RelativePath="src\algorithms\stats\mean.cpp"></File><File RelativePath="src\algorithms\stats\crosscorrelation.cpp"></File><File RelativePath="src\algorithms\stats\distributionshape.cpp"></File><File RelativePath="src\algorithms\stats\powermean.cpp"></File><File RelativePath="src\algorithms\stats\centralmoments.cpp"></File><File RelativePath="src\algorithms\stats\warpedautocorrelation.cpp"></File><File RelativePath="src\algorithms\stats\variance.cpp"></File><File RelativePath="src\algorithms\stats\energy.cpp"></File></Filter><Filter Name="beatit"><Filter Name="src"><File RelativePath="src\algorithms\beatit\src\Envelope.cpp"></File></Filter><File RelativePath="src\algorithms\beatit\beatit.cpp"></File><File RelativePath="src\algorithms\beatit\beatitbands.cpp"></File></Filter><Filter Name="highlevel"><File RelativePath="src\algorithms\highlevel\dynamiccomplexity.cpp"></File><File RelativePath="src\algorithms\highlevel\intensity.cpp"></File><File RelativePath="src\algorithms\highlevel\patterndetection.cpp"></File><File RelativePath="src\algorithms\highlevel\fadedetection.cpp"></File><File RelativePath="src\algorithms\highlevel\onsets.cpp"></File><File RelativePath="src\algorithms\highlevel\onsetdetection.cpp"></File><File RelativePath="src\algorithms\highlevel\key.cpp"></File><File RelativePath="src\algorithms\highlevel\danceability.cpp"></File></Filter><Filter Name="complex"><File RelativePath="src\algorithms\complex\polar2cartesian.cpp"></File><File RelativePath="src\algorithms\complex\cartesian2polar.cpp"></File><File RelativePath="src\algorithms\complex\magnitude.cpp"></File></Filter><Filter Name="_registration"><File RelativePath="src\algorithms\_registration\essentia_algorithms_reg.cpp"></File></Filter><Filter Name="generators"><File RelativePath="src\algorithms\generators\noisegen.cpp"></File></Filter><Filter Name="io"><File RelativePath="src\algorithms\io\oggvorbisfileinput.cpp"></File><File RelativePath="src\algorithms\io\wavefileoutput.cpp"></File><File RelativePath="src\algorithms\io\wavefileinput.cpp"></File><File RelativePath="src\algorithms\io\mp3fileinput.cpp"></File></Filter><Filter Name="tempotap"><File RelativePath="src\algorithms\tempotap\temposcalebands.cpp"></File></Filter></Filter><Filter Name="base"><File RelativePath="src\base\algorithm.cpp"></File><File RelativePath="src\base\logger.cpp"></File><File RelativePath="src\base\algorithmfactory.cpp"></File></Filter><Filter Name="utils"><Filter Name="audiofile"><File RelativePath="src\utils\audiofile\audiofilewriter.cpp"></File><File RelativePath="src\utils\audiofile\audiofileloader.cpp"></File></Filter></Filter></Filter></Files>
<Globals>
</Globals>
</VisualStudioProject>