Coder Social home page Coder Social logo

Comments (39)

DBraun avatar DBraun commented on September 13, 2024 1

That might be all sorry. I'd be happy to help out with building locally if you're up for it. Follow the developer's guide and let me know. I just made some edits.

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Are you using a virtual environment? People have reported similar issues with Anaconda. Can you try the latest version too (0.6.14)?

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Another potential issue is if your CPU is arm64 as opposed to the more common x86_64 architecture. I still need to build dawdreamer for arm64 on Windows.

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

I'm not using a virtual environment and I've tried with the latest 0.6.14 and I get the same error. If my CPU is arm64, is there any other way I could get dawdreamer onto my computer?

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

You could try building DawDreamer locally: https://github.com/DBraun/DawDreamer/wiki/Developer's-Guide

But are you sure you have arm64?

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

When I do echo %PROCESSOR_ARCHITECTURE% in cmd I get AMD64. This this valid with dawdreamer?

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Yes that should work. It's what I have too.

Try which python and which pip to make sure both are the same (3.9)

Also where python and where pip (list all locations)

Additionally, the best way to use pip is python -m pip install dawdreamer.

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

I can't do which but when I do python --version I get Python 3.9.0 and when I do pip --version I get pip 22.3.1. Where python and where pip takes me to the same path. When I do python -m pip install dawdreamer I get the same error of:

ERROR: Could not find a version that satisfies the requirement dawdreamer (from version: none)
ERROR: No matching distribution found for dawdreamer

Is there anything else that I could try? Or should I just look into building dawdreamer locally.

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

Should I just follow the instructions normally? Or is there some specifics stuff I'd have to do because of these errors I'm getting.

Specifically, do I just do:

Windows
In an x64 Native Tools Command Prompt for Visual Studio, run msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release. This will automatically use a post-build command which moves the recently built dawdreamer.dll to C:/Python39. This command should also move thirdparty/libfaust/win-x64/Release/bin/faust.dll to this directory.

In order to build in Debug, you must unzip thirdparty/libfaust/win-x64/Debug/bin/faust.zip into faust.dll in the same folder. You'd also have to compile libsamplerate similarly, replacing debug in the instructions with release.

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Right that's the main build step. Did a new error happen?

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

I'm just kind of confused what exactly I should do. What is a x64 Native Tools Command Prompt for Visual Studio?

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

If you have Visual Studio Community installed, it would be located at C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Visual Studio 2019\Visual Studio Tools\VC\x64 Native Tools Command Prompt for VS 2019. For VS 2022, it would be slightly different. I typically just search for it in the Windows search bar on the toolbar.

Then navigate to the DawDreamer repo: cd path/to/DawDreamer
then msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

I'm getting the following error in x64 Native Tools Command Prompt for VS 2019.exe:

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community>msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release
'msbuild' is not recognized as an internal or external command,
operable program or batch file.

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Right, so it seems you've located x64 Native Tools Command Prompt, but once you open it, you need to navigate back to the DawDreamer repo.

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

See attached image:
image

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

I've downloaded the git repo and unzipped it. When I cd into it and run the command I still get the error:

C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main>msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release
'msbuild' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main>cd dawdreamer

C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\dawdreamer>msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release
'msbuild' is not recognized as an internal or external command,
operable program or batch file.

I'm sorry I'm kind of new to all this stuff and I'm having trouble understanding what the instructions are telling me to do

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

In the image I uploaded earlier, are you definitely inside one of those x64 Native Tools Command Prompts? Another one to try is called "Developer Command Prompt for VS 2019"

image
Here I typed msbuild by itself, so it said I needed to specify a project

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

msbuild works in the Developer Command Prompt, but I'm getting an error now:

C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main>msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release
Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Build started 2023-01-12 3:50:28 PM.
Project "C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer.sln" on node 1 (def
ault targets).
ValidateSolutionConfiguration:
  Building solution configuration "Release|x64".
Project "C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer.sln" (1) is buildin
g "C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (
2) on node 1 (default targets).
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(439,
5): error MSB8020: The build tools for v142 (Platform Toolset = 'v142') cannot be found. To build using the v142 build
tools, please install v142 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting
 the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\Users\marcel\Downloads\DawDrea
mer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
Done Building Project "C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_Dynam
icLibrary.vcxproj" (default targets) -- FAILED.

Done Building Project "C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer.sln"
(default targets) -- FAILED.


Build FAILED.

"C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer.sln" (default target) (1) -
>
"C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (de
fault target) (2) ->
(PrepareForBuild target) ->
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(43
9,5): error MSB8020: The build tools for v142 (Platform Toolset = 'v142') cannot be found. To build using the v142 buil
d tools, please install v142 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecti
ng the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\Users\marcel\Downloads\DawDr
eamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:01.00

C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main>

I tried looking into the error myself (error MSB8020: The build tools for v142 (Platform Toolset = 'v142') cannot be found. To build using the v142 build tools, please install v142 build tools.), but I'm finding solutions that I don't think are relative to this problem.

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

I think if you open C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer.sln with Visual Studio it will prompt you to "Retarget solution". Then as long as you have v143 or higher of the build tools, it will fix the project. Then save and try msbuild with it again. If you don't have any build tools, then you should use the Visual Studio Installer to get them.

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

I don't get prompted with Retarget solution when I open that file up – is there a way I could do that manually?

I reinstalled Visual Studio 2022 Community completely and I see that I have the build tools installed but I'm still getting the same error

image

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Hmm, it looks like it's already been retargeted since the Platform Toolset is v143. You would only need to change the Configuration (top-left) to Release, set the platform toolset to v143, Apply, and save. Then msbuild should work.

In case that doesn't work, you can also try using Visual Studio instead of the command line. Change the mode from Debug to Release at the top, then from Build, do Build Solution.
image

By the way, this is how you retarget a solution, but I think you've already done it somehow.

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

Set that configuration to release and ran the msbuild command again. Does this look right? If so, where could I find dawdreamer? – the instructions say to look into C:/Python39 but I don't have that directory.

C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main>msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release
MSBuild version 17.4.1+9a89d02ff for .NET Framework
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Build started 2023-01-13 12:28:30 AM.
Project "C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer.sln" on node 1 (def
ault targets).
ValidateSolutionConfiguration:
  Building solution configuration "Release|x64".
Project "C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer.sln" (1) is buildin
g "C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (
2) on node 1 (default targets).
PrepareForBuild:
  Creating directory "x64\Release\Dynamic Library\".
  Creating directory "x64\Release\Dynamic Library\DawDream.3319B6CA.tlog\".
InitializeBuildStatus:
  Creating "x64\Release\Dynamic Library\DawDream.3319B6CA.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\CL.exe /c /I.
  .\..\JuceLibraryCode\modules\juce_audio_processors\format_types\LV2_SDK\lilv\src /I..\..\JuceLibraryCode\modules\juce
  _audio_processors\format_types\LV2_SDK\lilv /I..\..\JuceLibraryCode\modules\juce_audio_processors\format_types\LV2_SD
  K\sratom /I..\..\JuceLibraryCode\modules\juce_audio_processors\format_types\LV2_SDK\sord\src /I..\..\JuceLibraryCode\
  modules\juce_audio_processors\format_types\LV2_SDK\sord /I..\..\JuceLibraryCode\modules\juce_audio_processors\format_
  types\LV2_SDK\serd /I..\..\JuceLibraryCode\modules\juce_audio_processors\format_types\LV2_SDK\lv2 /I..\..\JuceLibrary
  Code\modules\juce_audio_processors\format_types\LV2_SDK /I..\..\JuceLibraryCode\modules\juce_audio_processors\format_
  types\VST3_SDK /I..\..\thirdparty\JUCE\modules\juce_audio_processors\format_types\VST3_SDK /I..\..\JuceLibraryCode /I
  ..\..\JuceLibraryCode\modules /I\include /I..\..\thirdparty\pybind11\include /I..\..\thirdparty\faust\architecture /I
  ../../thirdparty/faust/compiler /I../../thirdparty/faust/compiler/boxes /I../../thirdparty/faust/compiler/documentato
  r /I../../thirdparty/faust/compiler/draw /I../../thirdparty/faust/compiler/draw/device /I../../thirdparty/faust/compi
  ler/draw/schema /I../../thirdparty/faust/compiler/errors /I../../thirdparty/faust/compiler/evaluate /I../../thirdpart
  y/faust/compiler/extended /I../../thirdparty/faust/compiler/generator /I../../thirdparty/faust/compiler/generator/int
  erpreter /I../../thirdparty/faust/compiler/normalize /I../../thirdparty/faust/compiler/parallelize /I../../thirdparty
  /faust/compiler/parser /I../../thirdparty/faust/compiler/patternmatcher /I../../thirdparty/faust/compiler/propagate /
  I../../thirdparty/faust/compiler/signals /I../../thirdparty/faust/compiler/tlib /I../../thirdparty/faust/compiler/tra
  nsform /I../../thirdparty/faust/compiler/utils /I..\..\thirdparty\libsamplerate\src /I..\..\thirdparty\libsamplerate\
  include /I..\..\thirdparty\rubberband /I..\..\thirdparty\rubberband\rubberband /I..\..\thirdparty\rubberband\src /I..
  \..\thirdparty\portable_endian\include /Zi /nologo /W4 /WX- /diagnostics:column /MP /Ox /GL /D _CRT_SECURE_NO_WARNING
  S /D WIN32 /D _WINDOWS /D NDEBUG /D PIP_JUCE_EXAMPLES_DIRECTORY=QzpcdG9vbHNcSlVDRVxleGFtcGxlcw== /D SAMPLER_SKIP_UI /
  D JUCE_MODAL_LOOPS_PERMITTED /D _WIN32 /D __SSE__ /D __SSE2__ /D BUILD_DAWDREAMER_FAUST /D BUILD_DAWDREAMER_RUBBERBAN
  D /D NOMINMAX /D HAVE_LIBSAMPLERATE /D USE_BUILTIN_FFT /D JUCER_VS2019_78A5026=1 /D JUCE_APP_VERSION=0.6.14 /D JUCE_A
  PP_VERSION_HEX=0x60e /D JucePlugin_Build_VST=0 /D JucePlugin_Build_VST3=0 /D JucePlugin_Build_AU=0 /D JucePlugin_Buil
  d_AUv3=0 /D JucePlugin_Build_AAX=0 /D JucePlugin_Build_Standalone=0 /D JucePlugin_Build_Unity=0 /D JucePlugin_Build_L
  V2=0 /D _LIB /D _WINDLL /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"x64\Rel
  ease\Dynamic Library\\" /Fd"x64\Release\Dynamic Library\\dawdreamer.pdb" /external:W4 /Gd /TP /FC /errorReport:queue
  ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp ..\..\thirdparty\rubberband\src\audiocurves\Consta
  ntAudioCurve.cpp ..\..\thirdparty\rubberband\src\audiocurves\HighFrequencyAudioCurve.cpp ..\..\thirdparty\rubberband\
  src\audiocurves\PercussiveAudioCurve.cpp ..\..\thirdparty\rubberband\src\audiocurves\SilentAudioCurve.cpp ..\..\third
  party\rubberband\src\audiocurves\SpectralDifferenceAudioCurve.cpp ..\..\thirdparty\rubberband\src\base\Profiler.cpp .
  .\..\thirdparty\rubberband\src\dsp\AudioCurveCalculator.cpp ..\..\thirdparty\rubberband\src\dsp\FFT.cpp ..\..\thirdpa
  rty\rubberband\src\dsp\Resampler.cpp ..\..\thirdparty\rubberband\src\system\Allocators.cpp ..\..\thirdparty\rubberban
  d\src\system\sysutils.cpp ..\..\thirdparty\rubberband\src\system\Thread.cpp ..\..\thirdparty\rubberband\src\system\Ve
  ctorOpsComplex.cpp "..\..\thirdparty\rubberband\src\rubberband-c.cpp" ..\..\thirdparty\rubberband\src\RubberBandStret
  cher.cpp ..\..\thirdparty\rubberband\src\StretchCalculator.cpp ..\..\thirdparty\rubberband\src\StretcherChannelData.c
  pp ..\..\thirdparty\rubberband\src\StretcherImpl.cpp ..\..\thirdparty\rubberband\src\StretcherProcess.cpp ..\..\Sourc
  e\Sampler\Source\DataModels\DataModel.cpp ..\..\Source\Sampler\Source\DataModels\MPESettingsDataModel.cpp ..\..\Sourc
  e\Sampler\Source\SamplerAudioProcessor.cpp ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp ..\..\Source\F
  austProcessor.cpp ..\..\Source\FilterProcessor.cpp ..\..\Source\PlaybackWarpProcessor.cpp ..\..\Source\PluginProcesso
  r.cpp ..\..\Source\ProcessorBase.cpp ..\..\Source\CustomParameters.cpp ..\..\Source\custom_pybind_wrappers.cpp ..\..\
  Source\RenderEngine.cpp ..\..\Source\source.cpp ..\..\JuceLibraryCode\BinaryData.cpp ..\..\JuceLibraryCode\include_ju
  ce_audio_basics.cpp ..\..\JuceLibraryCode\include_juce_audio_devices.cpp ..\..\JuceLibraryCode\include_juce_audio_for
  mats.cpp ..\..\JuceLibraryCode\include_juce_audio_processors_ara.cpp ..\..\JuceLibraryCode\include_juce_audio_process
  ors_lv2_libs.cpp ..\..\JuceLibraryCode\include_juce_core.cpp ..\..\JuceLibraryCode\include_juce_cryptography.cpp ..\.
  .\JuceLibraryCode\include_juce_data_structures.cpp ..\..\JuceLibraryCode\include_juce_dsp.cpp ..\..\JuceLibraryCode\i
  nclude_juce_events.cpp ..\..\JuceLibraryCode\include_juce_graphics.cpp ..\..\JuceLibraryCode\include_juce_gui_extra.c
  pp ..\..\JuceLibraryCode\include_juce_opengl.cpp ..\..\JuceLibraryCode\include_juce_video.cpp
  CompoundAudioCurve.cpp
  ConstantAudioCurve.cpp
  HighFrequencyAudioCurve.cpp
  PercussiveAudioCurve.cpp
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp'
: No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\ConstantAudioCurve.cpp'
: No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\HighFrequencyAudioCurve
.cpp': No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\PercussiveAudioCurve.cp
p': No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
  SilentAudioCurve.cpp
  SpectralDifferenceAudioCurve.cpp
  Profiler.cpp
  AudioCurveCalculator.cpp
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\SilentAudioCurve.cpp':
No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_D
ynamicLibrary.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\SpectralDifferenceAudio
Curve.cpp': No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\base\Profiler.cpp': No such file or
 directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.v
cxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\dsp\AudioCurveCalculator.cpp': No s
uch file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_Dynam
icLibrary.vcxproj]
  FFT.cpp
  Resampler.cpp
  Allocators.cpp
  sysutils.cpp
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\dsp\FFT.cpp': No such file or direc
tory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj
]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\system\Allocators.cpp': No such fil
e or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibra
ry.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\dsp\Resampler.cpp': No such file or
 directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.v
cxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\system\sysutils.cpp': No such file
or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary
.vcxproj]
  Thread.cpp
  VectorOpsComplex.cpp
  rubberband-c.cpp
  RubberBandStretcher.cpp
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\system\Thread.cpp': No such file or
 directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.v
cxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\system\VectorOpsComplex.cpp': No su
ch file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_Dynami
cLibrary.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\rubberband-c.cpp': No such file or
directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vc
xproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\RubberBandStretcher.cpp': No such f
ile or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLib
rary.vcxproj]
  StretchCalculator.cpp
  StretcherChannelData.cpp
  StretcherImpl.cpp
  StretcherProcess.cpp
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\StretchCalculator.cpp': No such fil
e or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibra
ry.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\StretcherImpl.cpp': No such file or
 directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.v
cxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\StretcherProcess.cpp': No such file
 or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrar
y.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\StretcherChannelData.cpp': No such
file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLi
brary.vcxproj]
  DataModel.cpp
c1xx : fatal error C1083: Cannot open source file: '..\..\Source\Sampler\Source\DataModels\DataModel.cpp': No such file
 or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrar
y.vcxproj]
  MPESettingsDataModel.cpp
  SamplerAudioProcessor.cpp
  SamplerAudioProcessorEditor.cpp
  FaustProcessor.cpp
c1xx : fatal error C1083: Cannot open source file: '..\..\Source\Sampler\Source\DataModels\MPESettingsDataModel.cpp': N
o such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_Dy
namicLibrary.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp': No such fil
e or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibra
ry.vcxproj]
c1xx : fatal error C1083: Cannot open source file: '..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp': No su
ch file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_Dynami
cLibrary.vcxproj]
  FilterProcessor.cpp
  PlaybackWarpProcessor.cpp
  PluginProcessor.cpp
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\AbletonClipInfo.h(43,12): warning C4244: 'return': conve
rsion from 'double' to 'int', possible loss of data (compiling source file ..\..\Source\PlaybackWarpProcessor.cpp) [C:\
Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\AbletonClipInfo.h(207,22): warning C4244: '=': conversio
n from 'int' to 'char', possible loss of data (compiling source file ..\..\Source\PlaybackWarpProcessor.cpp) [C:\Users\
marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Canno
t open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\FaustProcessor.c
pp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Canno
t open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\FilterProcessor.
cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj
]
  ProcessorBase.cpp
  CustomParameters.cpp
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Canno
t open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\PluginProcessor.
cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj
]
  custom_pybind_wrappers.cpp
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Canno
t open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\custom_pybind_wr
appers.cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.
vcxproj]
  RenderEngine.cpp
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Canno
t open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\PlaybackWarpProc
essor.cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.v
cxproj]
  source.cpp
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Canno
t open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\ProcessorBase.cp
p) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  BinaryData.cpp
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Canno
t open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\CustomParameters
.cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxpro
j]
  include_juce_audio_basics.cpp
  include_juce_audio_devices.cpp
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Canno
t open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\RenderEngine.cpp
) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  include_juce_audio_formats.cpp
C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Canno
t open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\source.cpp) [C:\
Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  include_juce_audio_processors_ara.cpp
  include_juce_audio_processors_lv2_libs.cpp
  include_juce_core.cpp
  include_juce_cryptography.cpp
  include_juce_data_structures.cpp
  include_juce_dsp.cpp
  include_juce_events.cpp
  include_juce_graphics.cpp
  include_juce_gui_extra.cpp
  include_juce_opengl.cpp
  include_juce_video.cpp
Done Building Project "C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_Dynam
icLibrary.vcxproj" (default targets) -- FAILED.

Done Building Project "C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer.sln"
(default targets) -- FAILED.


Build FAILED.

"C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer.sln" (default target) (1) -
>
"C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (de
fault target) (2) ->
(ClCompile target) ->
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\AbletonClipInfo.h(43,12): warning C4244: 'return': con
version from 'double' to 'int', possible loss of data (compiling source file ..\..\Source\PlaybackWarpProcessor.cpp) [C
:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\AbletonClipInfo.h(207,22): warning C4244: '=': convers
ion from 'int' to 'char', possible loss of data (compiling source file ..\..\Source\PlaybackWarpProcessor.cpp) [C:\User
s\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]


"C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer.sln" (default target) (1) -
>
"C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (de
fault target) (2) ->
(ClCompile target) ->
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cp
p': No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\ConstantAudioCurve.cp
p': No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\HighFrequencyAudioCur
ve.cpp': No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\PercussiveAudioCurve.
cpp': No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\SilentAudioCurve.cpp'
: No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\audiocurves\SpectralDifferenceAud
ioCurve.cpp': No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\base\Profiler.cpp': No such file
or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary
.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\dsp\AudioCurveCalculator.cpp': No
 such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_Dyn
amicLibrary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\dsp\FFT.cpp': No such file or dir
ectory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxpr
oj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\system\Allocators.cpp': No such f
ile or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLib
rary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\dsp\Resampler.cpp': No such file
or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary
.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\system\sysutils.cpp': No such fil
e or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibra
ry.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\system\Thread.cpp': No such file
or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary
.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\system\VectorOpsComplex.cpp': No
such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_Dyna
micLibrary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\rubberband-c.cpp': No such file o
r directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.
vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\RubberBandStretcher.cpp': No such
 file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicL
ibrary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\StretchCalculator.cpp': No such f
ile or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLib
rary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\StretcherImpl.cpp': No such file
or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary
.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\StretcherProcess.cpp': No such fi
le or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibr
ary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\thirdparty\rubberband\src\StretcherChannelData.cpp': No suc
h file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_Dynamic
Library.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\Source\Sampler\Source\DataModels\DataModel.cpp': No such fi
le or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibr
ary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\Source\Sampler\Source\DataModels\MPESettingsDataModel.cpp':
 No such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_
DynamicLibrary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp': No such f
ile or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLib
rary.vcxproj]
  c1xx : fatal error C1083: Cannot open source file: '..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp': No
such file or directory [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_Dyna
micLibrary.vcxproj]
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Can
not open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\FaustProcessor
.cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxpro
j]
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Can
not open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\FilterProcesso
r.cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxpr
oj]
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Can
not open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\PluginProcesso
r.cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxpr
oj]
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Can
not open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\custom_pybind_
wrappers.cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrar
y.vcxproj]
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Can
not open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\PlaybackWarpPr
ocessor.cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary
.vcxproj]
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Can
not open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\ProcessorBase.
cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj
]
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Can
not open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\CustomParamete
rs.cpp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxp
roj]
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Can
not open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\RenderEngine.c
pp) [C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Source\custom_pybind_wrappers.h(3,10): fatal error C1083: Can
not open include file: 'pybind11/numpy.h': No such file or directory (compiling source file ..\..\Source\source.cpp) [C
:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]

    2 Warning(s)
    33 Error(s)

Time Elapsed 00:00:40.29

C:\Users\marcel\Downloads\DawDreamer-main\DawDreamer-main>

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

I forget to say earlier that you need to update the submodules in the git repo because downloading the zip didn't include them. In the repo do git submodule update --init --recursive, assuming you have git.

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

Cloned the repo and ran that git submodule command. Terminal output is shown below – is that what I'm looking for? If so, how could I import dawdreamer into my project now?

C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer>msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release
MSBuild version 17.4.1+9a89d02ff for .NET Framework
Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Build started 2023-01-13 12:23:19 PM.
Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
  Building solution configuration "Release|x64".
Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (1) is building "C:\Users\marcel\Downloads\dawdreamerPackage\DawDre
amer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
  Creating directory "x64\Release\Dynamic Library\".
  Creating directory "x64\Release\Dynamic Library\DawDream.3319B6CA.tlog\".
InitializeBuildStatus:
  Creating "x64\Release\Dynamic Library\DawDream.3319B6CA.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\CL.exe /c /I..\..\JuceLibraryCode\modules\juce_audio_processo
  rs\format_types\LV2_SDK\lilv\src /I..\..\JuceLibraryCode\modules\juce_audio_processors\format_types\LV2_SDK\lilv /I..\..\JuceLibraryCode\modules\juce_audio_processor
  s\format_types\LV2_SDK\sratom /I..\..\JuceLibraryCode\modules\juce_audio_processors\format_types\LV2_SDK\sord\src /I..\..\JuceLibraryCode\modules\juce_audio_processo
  rs\format_types\LV2_SDK\sord /I..\..\JuceLibraryCode\modules\juce_audio_processors\format_types\LV2_SDK\serd /I..\..\JuceLibraryCode\modules\juce_audio_processors\fo
  rmat_types\LV2_SDK\lv2 /I..\..\JuceLibraryCode\modules\juce_audio_processors\format_types\LV2_SDK /I..\..\JuceLibraryCode\modules\juce_audio_processors\format_types\
  VST3_SDK /I..\..\thirdparty\JUCE\modules\juce_audio_processors\format_types\VST3_SDK /I..\..\JuceLibraryCode /I..\..\JuceLibraryCode\modules /I\include /I..\..\third
  party\pybind11\include /I..\..\thirdparty\faust\architecture /I../../thirdparty/faust/compiler /I../../thirdparty/faust/compiler/boxes /I../../thirdparty/faust/compi
  ler/documentator /I../../thirdparty/faust/compiler/draw /I../../thirdparty/faust/compiler/draw/device /I../../thirdparty/faust/compiler/draw/schema /I../../thirdpart
  y/faust/compiler/errors /I../../thirdparty/faust/compiler/evaluate /I../../thirdparty/faust/compiler/extended /I../../thirdparty/faust/compiler/generator /I../../thi
  rdparty/faust/compiler/generator/interpreter /I../../thirdparty/faust/compiler/normalize /I../../thirdparty/faust/compiler/parallelize /I../../thirdparty/faust/compi
  ler/parser /I../../thirdparty/faust/compiler/patternmatcher /I../../thirdparty/faust/compiler/propagate /I../../thirdparty/faust/compiler/signals /I../../thirdparty/
  faust/compiler/tlib /I../../thirdparty/faust/compiler/transform /I../../thirdparty/faust/compiler/utils /I..\..\thirdparty\libsamplerate\src /I..\..\thirdparty\libsa
  mplerate\include /I..\..\thirdparty\rubberband /I..\..\thirdparty\rubberband\rubberband /I..\..\thirdparty\rubberband\src /I..\..\thirdparty\portable_endian\include
  /Zi /nologo /W4 /WX- /diagnostics:column /MP /Ox /GL /D _CRT_SECURE_NO_WARNINGS /D WIN32 /D _WINDOWS /D NDEBUG /D PIP_JUCE_EXAMPLES_DIRECTORY=QzpcdG9vbHNcSlVDRVxleGF
  tcGxlcw== /D SAMPLER_SKIP_UI /D JUCE_MODAL_LOOPS_PERMITTED /D _WIN32 /D __SSE__ /D __SSE2__ /D BUILD_DAWDREAMER_FAUST /D BUILD_DAWDREAMER_RUBBERBAND /D NOMINMAX /D H
  AVE_LIBSAMPLERATE /D USE_BUILTIN_FFT /D JUCER_VS2019_78A5026=1 /D JUCE_APP_VERSION=0.6.14 /D JUCE_APP_VERSION_HEX=0x60e /D JucePlugin_Build_VST=0 /D JucePlugin_Build
  _VST3=0 /D JucePlugin_Build_AU=0 /D JucePlugin_Build_AUv3=0 /D JucePlugin_Build_AAX=0 /D JucePlugin_Build_Standalone=0 /D JucePlugin_Build_Unity=0 /D JucePlugin_Buil
  d_LV2=0 /D _LIB /D _WINDLL /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"x64\Release\Dynamic Library\\" /Fd"x64\Release\Dynam
  ic Library\\dawdreamer.pdb" /external:W4 /Gd /TP /FC /errorReport:queue ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp ..\..\thirdparty\rubberban
  d\src\audiocurves\ConstantAudioCurve.cpp ..\..\thirdparty\rubberband\src\audiocurves\HighFrequencyAudioCurve.cpp ..\..\thirdparty\rubberband\src\audiocurves\Percussi
  veAudioCurve.cpp ..\..\thirdparty\rubberband\src\audiocurves\SilentAudioCurve.cpp ..\..\thirdparty\rubberband\src\audiocurves\SpectralDifferenceAudioCurve.cpp ..\..\
  thirdparty\rubberband\src\base\Profiler.cpp ..\..\thirdparty\rubberband\src\dsp\AudioCurveCalculator.cpp ..\..\thirdparty\rubberband\src\dsp\FFT.cpp ..\..\thirdparty
  \rubberband\src\dsp\Resampler.cpp ..\..\thirdparty\rubberband\src\system\Allocators.cpp ..\..\thirdparty\rubberband\src\system\sysutils.cpp ..\..\thirdparty\rubberba
  nd\src\system\Thread.cpp ..\..\thirdparty\rubberband\src\system\VectorOpsComplex.cpp "..\..\thirdparty\rubberband\src\rubberband-c.cpp" ..\..\thirdparty\rubberband\s
  rc\RubberBandStretcher.cpp ..\..\thirdparty\rubberband\src\StretchCalculator.cpp ..\..\thirdparty\rubberband\src\StretcherChannelData.cpp ..\..\thirdparty\rubberband
  \src\StretcherImpl.cpp ..\..\thirdparty\rubberband\src\StretcherProcess.cpp ..\..\Source\Sampler\Source\DataModels\DataModel.cpp ..\..\Source\Sampler\Source\DataMode
  ls\MPESettingsDataModel.cpp ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp ..\..\Source\FaustProce
  ssor.cpp ..\..\Source\FilterProcessor.cpp ..\..\Source\PlaybackWarpProcessor.cpp ..\..\Source\PluginProcessor.cpp ..\..\Source\ProcessorBase.cpp ..\..\Source\CustomP
  arameters.cpp ..\..\Source\custom_pybind_wrappers.cpp ..\..\Source\RenderEngine.cpp ..\..\Source\source.cpp ..\..\JuceLibraryCode\BinaryData.cpp ..\..\JuceLibraryCod
  e\include_juce_audio_basics.cpp ..\..\JuceLibraryCode\include_juce_audio_devices.cpp ..\..\JuceLibraryCode\include_juce_audio_formats.cpp ..\..\JuceLibraryCode\inclu
  de_juce_audio_processors_ara.cpp ..\..\JuceLibraryCode\include_juce_audio_processors_lv2_libs.cpp ..\..\JuceLibraryCode\include_juce_core.cpp ..\..\JuceLibraryCode\i
  nclude_juce_cryptography.cpp ..\..\JuceLibraryCode\include_juce_data_structures.cpp ..\..\JuceLibraryCode\include_juce_dsp.cpp ..\..\JuceLibraryCode\include_juce_eve
  nts.cpp ..\..\JuceLibraryCode\include_juce_graphics.cpp ..\..\JuceLibraryCode\include_juce_gui_extra.cpp ..\..\JuceLibraryCode\include_juce_opengl.cpp ..\..\JuceLibr
  aryCode\include_juce_video.cpp
  CompoundAudioCurve.cpp
  ConstantAudioCurve.cpp
  HighFrequencyAudioCurve.cpp
  PercussiveAudioCurve.cpp
  SilentAudioCurve.cpp
  SpectralDifferenceAudioCurve.cpp
  Profiler.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\audiocurves\PercussiveAudioCurve.cpp(73,51): warning C4244: '=': conversion from 'double
' to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp(97,28): warning C4244: 'return': conversion from 'dou
ble' to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\MovingMedian.h(102,37): warning C4244: 'argument': conversion from '__int64' to 'con
st int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\Da
wDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\MovingMedian.h(97): message : while compiling class template member function 'void R
ubberBand::MovingMedian<double>::drop(T)' [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=double
          ] (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\MovingMedian.h(68): message : see reference to function template instantiation 'void
 RubberBand::MovingMedian<double>::drop(T)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxp
roj]
          with
          [
              T=double
          ] (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp(38): message : see reference to class template instan
tiation 'RubberBand::MovingMedian<double>' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxpr
oj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\MovingMedian.h(93,37): warning C4244: 'argument': conversion from '__int64' to 'cons
t int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\Daw
Dreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\MovingMedian.h(89): message : while compiling class template member function 'void R
ubberBand::MovingMedian<double>::put(T)' [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=double
          ] (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\MovingMedian.h(71): message : see reference to function template instantiation 'void
 RubberBand::MovingMedian<double>::put(T)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxpr
oj]
          with
          [
              T=double
          ] (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(166,1): warning C4267: 'argument': conversion from 'size_t' to 'cons
t int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\PercussiveAudioCurve.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\audiocurves\PercussiveAudioCurve.cpp(38): message : see reference to function template i
nstantiation 'T *RubberBand::allocate_and_zero<double>(size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
          with
          [
              T=double
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(215,1): warning C4267: 'argument': conversion from 'size_t' to 'cons
t int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\PercussiveAudioCurve.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\audiocurves\PercussiveAudioCurve.cpp(55): message : see reference to function template i
nstantiation 'T *RubberBand::reallocate<double>(T *,size_t,size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
          with
          [
              T=double
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(166,1): warning C4267: 'argument': conversion from 'size_t' to 'cons
t int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\Daw
Dreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\MovingMedian.h(46): message : see reference to function template instantiation 'T *R
ubberBand::allocate_and_zero<T>(size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj
]
          with
          [
              T=double
          ] (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\MovingMedian.h(44): message : while compiling class template member function 'Rubber
Band::MovingMedian<double>::MovingMedian(int,float)' (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp) [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp(38): message : see reference to function template ins
tantiation 'RubberBand::MovingMedian<double>::MovingMedian(int,float)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
  AudioCurveCalculator.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\audiocurves\SpectralDifferenceAudioCurve.cpp(82,12): warning C4244: 'return': conversion
 from 'double' to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FFT.cpp
  Resampler.cpp
  Allocators.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(215,1): warning C4267: 'argument': conversion from 'size_t' to 'cons
t int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\dsp\Resampler.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Vi
sualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Resampler.cpp(660): message : see reference to function template instantiation 'T *R
ubberBand::reallocate<float>(T *,size_t,size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary
.vcxproj]
          with
          [
              T=float
          ]
  sysutils.cpp
  Thread.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1723,66): warning C4244: '=': conversion from 'double' to 'float', possible
loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1724,68): warning C4244: '=': conversion from 'double' to 'float', possible
loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1789,40): warning C4244: 'argument': conversion from 'double' to 'float', po
ssible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  VectorOpsComplex.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(166,1): warning C4267: 'argument': conversion from 'size_t' to 'cons
t int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\dsp\FFT.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualSt
udio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1650): message : see reference to function template instantiation 'T *Rubber
Band::allocate_and_zero<int>(size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=int
          ]
  rubberband-c.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(190,58): warning C4244: 'argument': conversion from 'const S'
to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              S=double
          ] (compiling source file ..\..\thirdparty\rubberband\src\dsp\FFT.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1730): message : see reference to function template instantiation 'void Rubb
erBand::v_cartesian_to_polar<double,float>(T *__restrict const ,T *__restrict const ,const S *__restrict const ,const S *__restrict const ,const int)' being compiled [
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float,
              S=double
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(190,49): warning C4244: 'argument': conversion from 'const S'
to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              S=double
          ] (compiling source file ..\..\thirdparty\rubberband\src\dsp\FFT.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1916,28): warning C4244: '=': conversion from 'double' to 'T', possible loss
 of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1770): message : see reference to function template instantiation 'void Rubb
erBand::FFTs::D_Builtin::transformI<float>(const double *__restrict ,const double *__restrict ,T *__restrict )' being compiled [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1917,30): warning C4244: '=': conversion from 'double' to 'T', possible loss
 of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(60,1): warning C4127: conditional expression is constant (comp
iling source file ..\..\thirdparty\rubberband\src\dsp\FFT.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.
vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(60,1): message : consider using 'if constexpr' statement inste
ad (compiling source file ..\..\thirdparty\rubberband\src\dsp\FFT.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dynamic
Library.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(105): message : see reference to function template instantiati
on 'void RubberBand::c_phasor<T>(T *,T *,T)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcx
proj]
          with
          [
              T=double
          ] (compiling source file ..\..\thirdparty\rubberband\src\dsp\FFT.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1752): message : see reference to function template instantiation 'void Rubb
erBand::v_polar_to_cartesian<double,double>(T *__restrict const ,T *__restrict const ,const S *__restrict const ,const S *__restrict const ,const int)' being compiled
[C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=double,
              S=double
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(61,22): warning C4244: 'argument': conversion from 'T' to 'flo
at', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=double
          ] (compiling source file ..\..\thirdparty\rubberband\src\dsp\FFT.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(62,22): warning C4244: 'argument': conversion from 'T' to 'flo
at', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=double
          ] (compiling source file ..\..\thirdparty\rubberband\src\dsp\FFT.cpp)
  RubberBandStretcher.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\rubberband-c.cpp(78,36): warning C4267: 'return': conversion from 'size_t' to 'unsigned
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\rubberband-c.cpp(113,44): warning C4267: 'return': conversion from 'size_t' to 'unsigned
 int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\rubberband-c.cpp(147,49): warning C4267: 'return': conversion from 'size_t' to 'unsigned
 int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\rubberband-c.cpp(152,41): warning C4267: 'return': conversion from 'size_t' to 'unsigned
 int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  StretchCalculator.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\sysutils.cpp(156,45): warning C4100: 'tz': unreferenced formal parameter [C:\User
s\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Thread.cpp(125,1): warning C4245: 'initializing': conversion from 'int' to 'DWORD
', signed/unsigned mismatch [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Thread.cpp(175,20): warning C4245: '=': conversion from 'int' to 'DWORD', signed/
unsigned mismatch [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  StretcherChannelData.cpp
  StretcherImpl.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(166,40): warning C4244: 'argument': conversion from 'double' to 'f
loat', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(342,48): warning C4267: '=': conversion from 'size_t' to 'int', po
ssible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(775,61): warning C4267: '=': conversion from 'size_t' to 'int', po
ssible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(904,70): warning C4267: '=': conversion from 'size_t' to 'int', po
ssible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(975,67): warning C4267: 'initializing': conversion from 'size_t' t
o 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(1063,46): warning C4267: 'argument': conversion from 'size_t' to '
_Ty', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              _Ty=int
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(1066,49): warning C4267: 'argument': conversion from 'size_t' to '
_Ty', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              _Ty=int
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(1081,48): warning C4267: 'initializing': conversion from 'size_t'
to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(1090,35): warning C4267: '+=': conversion from 'size_t' to 'long',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  StretcherProcess.cpp
  DataModel.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(76,43): warning C4267: 'argument': conversion from 'size_t' to
'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(77,47): warning C4267: 'argument': conversion from 'size_t' to
'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(95,5): warning C4456: declaration of 'i' hides previous local d
eclaration [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(63,38): message : see declaration of 'i' [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(97,31): warning C4267: 'argument': conversion from 'size_t' to
'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(98,48): warning C4127: conditional expression is constant [C:\U
sers\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(98,48): message : consider using 'if constexpr' statement inste
ad [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(139,45): warning C4267: 'argument': conversion from 'size_t' to
 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(140,52): warning C4127: conditional expression is constant [C:\
Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(140,52): message : consider using 'if constexpr' statement inst
ead [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(149,31): warning C4267: 'argument': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(150,31): warning C4267: 'argument': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(152,29): warning C4267: 'argument': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(153,31): warning C4267: 'argument': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(154,35): warning C4267: 'argument': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(155,35): warning C4267: 'argument': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(156,40): warning C4267: 'argument': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(168,55): warning C4267: 'argument': conversion from 'size_t' to
 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(198,41): warning C4267: 'argument': conversion from 'size_t' to
 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(199,48): warning C4127: conditional expression is constant [C:\
Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(199,48): message : consider using 'if constexpr' statement inst
ead [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(221,63): warning C4267: 'argument': conversion from 'size_t' to
 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(404,22): warning C4334: '<<': result of 32-bit shift implicitly conver
ted to 64 bits (was 64-bit shift intended?) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(632,69): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(635,60): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(665,54): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(698,28): warning C4244: 'argument': conversion from 'double' to 'float
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(166,1): warning C4267: 'argument': conversion from 'size_t' to 'cons
t int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\StretcherChannelData.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Bu
ilds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(79): message : see reference to function template instantiation
 'T *RubberBand::allocate_and_zero<RubberBand::process_t>(size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
          with
          [
              T=RubberBand::process_t
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(710,66): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(715,64): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(226,1): warning C4267: 'argument': conversion from 'size_t' to 'cons
t int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\StretcherChannelData.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Bu
ilds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(174): message : see reference to function template instantiatio
n 'T *RubberBand::reallocate_and_zero<RubberBand::process_t>(T *,size_t,size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStud
io2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=RubberBand::process_t
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(721,84): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(724,74): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(235,1): warning C4267: 'argument': conversion from 'size_t' to 'cons
t int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\StretcherChannelData.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Bu
ilds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(188): message : see reference to function template instantiatio
n 'T *RubberBand::reallocate_and_zero_extension<float>(T *,size_t,size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(753,58): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(797,47): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(799,47): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(805,47): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(807,47): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(840,49): warning C4267: '=': conversion from 'size_t' to 'int', possib
le loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(846,28): warning C4244: 'argument': conversion from 'double' to 'float
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(855,53): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(856,49): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(858,54): warning C4267: 'argument': conversion from 'size_t' to 'int',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1015,53): warning C4267: 'argument': conversion from 'size_t' to 'int'
, possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1032,70): warning C4267: 'argument': conversion from 'size_t' to 'int'
, possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1061,74): warning C4267: 'argument': conversion from 'size_t' to 'int'
, possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1062,54): warning C4267: 'argument': conversion from 'size_t' to 'cons
t int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1067,83): warning C4267: 'argument': conversion from 'size_t' to 'int'
, possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1072,74): warning C4267: 'argument': conversion from 'size_t' to 'int'
, possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1075,73): warning C4267: 'argument': conversion from 'size_t' to 'int'
, possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1093,35): warning C4267: 'argument': conversion from 'size_t' to 'int'
, possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1146,44): warning C4267: 'argument': conversion from 'size_t' to '_Ty'
, possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              _Ty=int
          ]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1295,66): warning C4267: 'argument': conversion from 'size_t' to 'int'
, possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(215,1): warning C4267: 'argument': conversion from 'size_t' to 'cons
t int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\StretcherChannelData.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Bu
ilds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(225): message : see reference to function template instantiation 'T
*RubberBand::reallocate<T>(T *,size_t,size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.v
cxproj]
          with
          [
              T=RubberBand::process_t
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherChannelData.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(174): message : see reference to function template instantiatio
n 'T *RubberBand::reallocate_and_zero<RubberBand::process_t>(T *,size_t,size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStud
io2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=RubberBand::process_t
          ]
  MPESettingsDataModel.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(131,1): warning C4244: '*=': conversion from 'double' to 'T', possible loss
 of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(113): message : while compiling class template member function 'void Rubber
Band::Window<float>::encache(void)' (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Bui
lds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(57): message : see reference to function template instantiation 'void Rubbe
rBand::Window<float>::encache(void)' being compiled (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp) [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(212): message : see reference to class template instantiation 'RubberB
and::Window<float>' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(136,1): warning C4305: 'argument': truncation from 'double' to 'T' [C:\User
s\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(144,1): warning C4305: 'argument': truncation from 'double' to 'T' [C:\User
s\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(149,1): warning C4244: '*=': conversion from 'double' to 'T', possible loss
 of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(157,17): warning C4244: 'initializing': conversion from 'double' to 'T', po
ssible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(163,17): warning C4244: 'initializing': conversion from 'double' to 'T', po
ssible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(171,1): warning C4305: 'argument': truncation from 'double' to 'T' [C:\User
s\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(175,1): warning C4305: 'argument': truncation from 'double' to 'T' [C:\User
s\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(194,1): warning C4244: '*=': conversion from 'double' to 'T', possible loss
 of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(188): message : while compiling class template member function 'void Rubber
Band::Window<float>::cosinewin(T *,T,T,T,T)' [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(136): message : see reference to function template instantiation 'void Rubb
erBand::Window<float>::cosinewin(T *,T,T,T,T)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.v
cxproj]
          with
          [
              T=float
          ] (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(113): message : while compiling class template member function 'void Rubber
Band::Window<float>::encache(void)' (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Bui
lds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(57): message : see reference to function template instantiation 'void Rubbe
rBand::Window<float>::encache(void)' being compiled (compiling source file ..\..\thirdparty\rubberband\src\StretcherImpl.cpp) [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  SamplerAudioProcessor.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(236,47): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(256,44): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(269,35): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(307,69): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(308,39): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(326,49): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(328,53): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(370,69): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(371,39): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(515,34): warning C4267: 'initializing': conversion from 'size_t' to
 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(587,35): warning C4267: 'initializing': conversion from 'size_t' to
 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(587,35): warning C4267: 'initializing': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(604,48): warning C4127: conditional expression is constant [C:\User
s\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(604,48): message : consider using 'if constexpr' statement instead
[C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(605,85): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(605,55): warning C4244: '=': conversion from 'double' to 'float', p
ossible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(606,86): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(608,83): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(609,84): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(621,48): warning C4127: conditional expression is constant [C:\User
s\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(621,48): message : consider using 'if constexpr' statement instead
[C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(622,82): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(622,55): warning C4244: '=': conversion from 'double' to 'float', p
ossible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(623,83): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(625,80): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(626,81): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(778,57): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(797,36): warning C4267: 'initializing': conversion from 'size_t' to
 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(797,36): warning C4267: 'initializing': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(811,17): warning C4244: 'initializing': conversion from 'double' to
 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(938,29): warning C4267: 'initializing': conversion from 'size_t' to
 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(938,29): warning C4267: 'initializing': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(944,42): warning C4267: 'initializing': conversion from 'size_t' to
 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(944,42): warning C4267: 'initializing': conversion from 'size_t' to
 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1006,30): warning C4267: 'initializing': conversion from 'size_t' t
o 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1006,30): warning C4267: 'initializing': conversion from 'size_t' t
o 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1009,34): warning C4267: 'initializing': conversion from 'size_t' t
o 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1009,34): warning C4267: 'initializing': conversion from 'size_t' t
o 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1029,39): warning C4244: '+=': conversion from 'RubberBand::process
_t' to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1036,35): warning C4267: 'initializing': conversion from 'size_t' t
o 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1069,38): warning C4267: 'initializing': conversion from 'size_t' t
o 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1069,38): warning C4267: 'initializing': conversion from 'size_t' t
o 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1070,34): warning C4267: 'initializing': conversion from 'size_t' t
o 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1070,34): warning C4267: 'initializing': conversion from 'size_t' t
o 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1118,55): warning C4267: 'argument': conversion from 'size_t' to 'i
nt', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1167,46): warning C4244: 'argument': conversion from 'double' to 'f
loat', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1194,44): warning C4267: 'argument': conversion from 'size_t' to 'i
nt', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1225,35): warning C4267: 'argument': conversion from 'size_t' to 'i
nt', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1280,40): warning C4267: 'return': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1282,35): warning C4267: 'return': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1294,71): warning C4267: 'argument': conversion from 'size_t' to 'i
nt', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  SamplerAudioProcessorEditor.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(136,81): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(137,79): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(139,83): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(152,84): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(153,82): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(155,86): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\SamplerAudioProcessor.cpp(53,13): warning C4996: 'juce::AudioProcessor::setParameterNotifyin
gHost': was declared deprecated [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\SamplerAudioProcessor.cpp(62,25): warning C4244: 'initializing': conversion from 'double' to
 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\SamplerAudioProcessor.cpp(206,107): warning C4458: declaration of 'formatManager' hides clas
s member [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\SamplerAudioProcessor.h(127,24): message : see declaration of 'SamplerAudioProcessor::format
Manager' (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(136,81): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualSt
udio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(137,79): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualSt
udio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(139,83): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualSt
udio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(152,84): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualSt
udio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(153,82): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualSt
udio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(155,86): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualSt
udio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp(20,66): warning C4100: 'vts': unreferenced formal parameter
[C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\memory(3382,56): warning C4244: 'argument': conversion from '_Ty' to 'f
loat', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              _Ty=double
          ] (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\SamplerAudioProcessor.cpp(123): message : see reference to function template instantiation '
std::unique_ptr<juce::AudioParameterFloat,std::default_delete<juce::AudioParameterFloat>> std::make_unique<juce::AudioParameterFloat,const char(&)[13],const char(&)[14
],float,double,double,0>(const char (&)[13],const char (&)[14],float &&,double &&,double &&)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Buil
ds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FilterProcessor.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(236,22): warning C4244: 'initializing': conversion from 'double' to 'float
', possible loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Vis
ualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(188): message : see reference to function template instantiation 'bool MPE
SamplerVoice::renderNextSample<Type>(const float *,const float *,Element *,Element *,size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Buil
ds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              Type=float,
              Element=float
          ] (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(105): message : see reference to function template instantiation 'void MPE
SamplerVoice::render<float>(juce::AudioBuffer<float> &,int,int)' being compiled (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users
\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(237,22): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(239,1): warning C4305: 'initializing': truncation from 'double' to 'float'
 (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(225,34): warning C4244: 'argument': conversion from 'Element' to 'Type', p
ossible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              Element=double
          ]
          and
          [
              Type=float
          ] (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(188): message : see reference to function template instantiation 'bool MPE
SamplerVoice::renderNextSample<Type>(const float *,const float *,Element *,Element *,size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Buil
ds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              Type=double,
              Element=double
          ] (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(112): message : see reference to function template instantiation 'void MPE
SamplerVoice::render<double>(juce::AudioBuffer<double> &,int,int)' being compiled (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Use
rs\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(226,34): warning C4244: 'argument': conversion from 'Element' to 'Type', p
ossible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              Element=double
          ]
          and
          [
              Type=float
          ] (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(236,22): warning C4244: 'initializing': conversion from 'double' to 'float
', possible loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Buil
ds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(188): message : see reference to function template instantiation 'bool MPE
SamplerVoice::renderNextSample<Type>(const float *,const float *,Element *,Element *,size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Buil
ds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              Type=float,
              Element=float
          ] (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(105): message : see reference to function template instantiation 'void MPE
SamplerVoice::render<float>(juce::AudioBuffer<float> &,int,int)' being compiled (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:
\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(237,22): warning C4244: '=': conversion from 'double' to 'float', possible
 loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualSt
udio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(239,1): warning C4305: 'initializing': truncation from 'double' to 'float'
 (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(225,34): warning C4244: 'argument': conversion from 'Element' to 'Type', p
ossible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              Element=double
          ]
          and
          [
              Type=float
          ] (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(188): message : see reference to function template instantiation 'bool MPE
SamplerVoice::renderNextSample<Type>(const float *,const float *,Element *,Element *,size_t)' being compiled [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Buil
ds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              Type=double,
              Element=double
          ] (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp)
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(112): message : see reference to function template instantiation 'void MPE
SamplerVoice::render<double>(juce::AudioBuffer<double> &,int,int)' being compiled (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(226,34): warning C4244: 'argument': conversion from 'Element' to 'Type', p
ossible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
          with
          [
              Element=double
          ]
          and
          [
              Type=float
          ] (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp)
  PlaybackWarpProcessor.cpp
  PluginProcessor.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\AbletonClipInfo.h(43,12): warning C4244: 'return': conversion from 'double' to 'int', possible loss of data
 (compiling source file ..\..\Source\PlaybackWarpProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary
.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\AbletonClipInfo.h(207,22): warning C4244: '=': conversion from 'int' to 'char', possible loss of data (comp
iling source file ..\..\Source\PlaybackWarpProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxpr
oj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Python
.h': No such file or directory (compiling source file ..\..\Source\FaustProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  ProcessorBase.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Python
.h': No such file or directory (compiling source file ..\..\Source\FilterProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  CustomParameters.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Python
.h': No such file or directory (compiling source file ..\..\Source\PluginProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Python
.h': No such file or directory (compiling source file ..\..\Source\custom_pybind_wrappers.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudi
o2019\DawDreamer_DynamicLibrary.vcxproj]
  RenderEngine.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Python
.h': No such file or directory (compiling source file ..\..\Source\PlaybackWarpProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  source.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Python
.h': No such file or directory (compiling source file ..\..\Source\ProcessorBase.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
  BinaryData.cpp
  include_juce_audio_basics.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Python
.h': No such file or directory (compiling source file ..\..\Source\CustomParameters.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  include_juce_audio_devices.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Python
.h': No such file or directory (compiling source file ..\..\Source\RenderEngine.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
  include_juce_audio_formats.cpp
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Python
.h': No such file or directory (compiling source file ..\..\Source\source.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
  include_juce_audio_processors_ara.cpp
  include_juce_audio_processors_lv2_libs.cpp
  include_juce_core.cpp
  include_juce_cryptography.cpp
  include_juce_data_structures.cpp
  include_juce_dsp.cpp
  include_juce_events.cpp
  include_juce_graphics.cpp
  include_juce_gui_extra.cpp
  include_juce_opengl.cpp
  include_juce_video.cpp
Done Building Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (default targets) -- FAILED.

Done Building Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (default targets) -- FAILED.


Build FAILED.

"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (default target) (1) ->
"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (default target) (2) ->
(ClCompile target) ->
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\audiocurves\PercussiveAudioCurve.cpp(73,51): warning C4244: '=': conversion from 'doub
le' to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp(97,28): warning C4244: 'return': conversion from 'd
ouble' to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\MovingMedian.h(102,37): warning C4244: 'argument': conversion from '__int64' to 'c
onst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\
DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\MovingMedian.h(93,37): warning C4244: 'argument': conversion from '__int64' to 'co
nst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(166,1): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\PercussiveAudioCurve.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(215,1): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\PercussiveAudioCurve.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(166,1): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\audiocurves\CompoundAudioCurve.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\audiocurves\SpectralDifferenceAudioCurve.cpp(82,12): warning C4244: 'return': conversi
on from 'double' to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(215,1): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\dsp\Resampler.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\
VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1723,66): warning C4244: '=': conversion from 'double' to 'float', possibl
e loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1724,68): warning C4244: '=': conversion from 'double' to 'float', possibl
e loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1789,40): warning C4244: 'argument': conversion from 'double' to 'float',
possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(166,1): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\dsp\FFT.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visual
Studio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(190,58): warning C4244: 'argument': conversion from 'const S
' to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(190,49): warning C4244: 'argument': conversion from 'const S
' to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1916,28): warning C4244: '=': conversion from 'double' to 'T', possible lo
ss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\FFT.cpp(1917,30): warning C4244: '=': conversion from 'double' to 'T', possible lo
ss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(60,1): warning C4127: conditional expression is constant (co
mpiling source file ..\..\thirdparty\rubberband\src\dsp\FFT.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrar
y.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(61,22): warning C4244: 'argument': conversion from 'T' to 'f
loat', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\VectorOpsComplex.h(62,22): warning C4244: 'argument': conversion from 'T' to 'f
loat', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\rubberband-c.cpp(78,36): warning C4267: 'return': conversion from 'size_t' to 'unsigne
d int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\rubberband-c.cpp(113,44): warning C4267: 'return': conversion from 'size_t' to 'unsign
ed int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\rubberband-c.cpp(147,49): warning C4267: 'return': conversion from 'size_t' to 'unsign
ed int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\rubberband-c.cpp(152,41): warning C4267: 'return': conversion from 'size_t' to 'unsign
ed int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\sysutils.cpp(156,45): warning C4100: 'tz': unreferenced formal parameter [C:\Us
ers\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Thread.cpp(125,1): warning C4245: 'initializing': conversion from 'int' to 'DWO
RD', signed/unsigned mismatch [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Thread.cpp(175,20): warning C4245: '=': conversion from 'int' to 'DWORD', signe
d/unsigned mismatch [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(166,40): warning C4244: 'argument': conversion from 'double' to
'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(342,48): warning C4267: '=': conversion from 'size_t' to 'int',
possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(775,61): warning C4267: '=': conversion from 'size_t' to 'int',
possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(904,70): warning C4267: '=': conversion from 'size_t' to 'int',
possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(975,67): warning C4267: 'initializing': conversion from 'size_t'
 to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(1063,46): warning C4267: 'argument': conversion from 'size_t' to
 '_Ty', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(1066,49): warning C4267: 'argument': conversion from 'size_t' to
 '_Ty', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(1081,48): warning C4267: 'initializing': conversion from 'size_t
' to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretchCalculator.cpp(1090,35): warning C4267: '+=': conversion from 'size_t' to 'long
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(76,43): warning C4267: 'argument': conversion from 'size_t' t
o 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(77,47): warning C4267: 'argument': conversion from 'size_t' t
o 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(95,5): warning C4456: declaration of 'i' hides previous local
 declaration [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(97,31): warning C4267: 'argument': conversion from 'size_t' t
o 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(98,48): warning C4127: conditional expression is constant [C:
\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(139,45): warning C4267: 'argument': conversion from 'size_t'
to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(140,52): warning C4127: conditional expression is constant [C
:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(149,31): warning C4267: 'argument': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(150,31): warning C4267: 'argument': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(152,29): warning C4267: 'argument': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(153,31): warning C4267: 'argument': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(154,35): warning C4267: 'argument': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(155,35): warning C4267: 'argument': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(156,40): warning C4267: 'argument': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(168,55): warning C4267: 'argument': conversion from 'size_t'
to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(198,41): warning C4267: 'argument': conversion from 'size_t'
to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(199,48): warning C4127: conditional expression is constant [C
:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherChannelData.cpp(221,63): warning C4267: 'argument': conversion from 'size_t'
to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(404,22): warning C4334: '<<': result of 32-bit shift implicitly conv
erted to 64 bits (was 64-bit shift intended?) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(632,69): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(635,60): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(665,54): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(698,28): warning C4244: 'argument': conversion from 'double' to 'flo
at', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(166,1): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\StretcherChannelData.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\
Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(710,66): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(715,64): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(226,1): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\StretcherChannelData.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\
Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(721,84): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(724,74): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(235,1): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\StretcherChannelData.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\
Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(753,58): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(797,47): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(799,47): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(805,47): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(807,47): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(840,49): warning C4267: '=': conversion from 'size_t' to 'int', poss
ible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(846,28): warning C4244: 'argument': conversion from 'double' to 'flo
at', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(855,53): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(856,49): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(858,54): warning C4267: 'argument': conversion from 'size_t' to 'int
', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1015,53): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1032,70): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1061,74): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1062,54): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1067,83): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1072,74): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1075,73): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1093,35): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1146,44): warning C4267: 'argument': conversion from 'size_t' to '_T
y', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherImpl.cpp(1295,66): warning C4267: 'argument': conversion from 'size_t' to 'in
t', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\system\Allocators.h(215,1): warning C4267: 'argument': conversion from 'size_t' to 'co
nst int', possible loss of data (compiling source file ..\..\thirdparty\rubberband\src\StretcherChannelData.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\
Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(131,1): warning C4244: '*=': conversion from 'double' to 'T', possible lo
ss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(136,1): warning C4305: 'argument': truncation from 'double' to 'T' [C:\Us
ers\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(144,1): warning C4305: 'argument': truncation from 'double' to 'T' [C:\Us
ers\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(149,1): warning C4244: '*=': conversion from 'double' to 'T', possible lo
ss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(157,17): warning C4244: 'initializing': conversion from 'double' to 'T',
possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(163,17): warning C4244: 'initializing': conversion from 'double' to 'T',
possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(171,1): warning C4305: 'argument': truncation from 'double' to 'T' [C:\Us
ers\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(175,1): warning C4305: 'argument': truncation from 'double' to 'T' [C:\Us
ers\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\dsp\Window.h(194,1): warning C4244: '*=': conversion from 'double' to 'T', possible lo
ss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(236,47): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(256,44): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(269,35): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(307,69): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(308,39): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(326,49): warning C4267: 'argument': conversion from 'size_t' to '
const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(328,53): warning C4267: 'argument': conversion from 'size_t' to '
const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(370,69): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(371,39): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(515,34): warning C4267: 'initializing': conversion from 'size_t'
to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(587,35): warning C4267: 'initializing': conversion from 'size_t'
to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(587,35): warning C4267: 'initializing': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(604,48): warning C4127: conditional expression is constant [C:\Us
ers\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(605,85): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(605,55): warning C4244: '=': conversion from 'double' to 'float',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(606,86): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(608,83): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(609,84): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(621,48): warning C4127: conditional expression is constant [C:\Us
ers\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(622,82): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(622,55): warning C4244: '=': conversion from 'double' to 'float',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(623,83): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(625,80): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(626,81): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(778,57): warning C4267: 'argument': conversion from 'size_t' to '
int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(797,36): warning C4267: 'initializing': conversion from 'size_t'
to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(797,36): warning C4267: 'initializing': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(811,17): warning C4244: 'initializing': conversion from 'double'
to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(938,29): warning C4267: 'initializing': conversion from 'size_t'
to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(938,29): warning C4267: 'initializing': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(944,42): warning C4267: 'initializing': conversion from 'size_t'
to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(944,42): warning C4267: 'initializing': conversion from 'size_t'
to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1006,30): warning C4267: 'initializing': conversion from 'size_t'
 to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1006,30): warning C4267: 'initializing': conversion from 'size_t'
 to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1009,34): warning C4267: 'initializing': conversion from 'size_t'
 to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1009,34): warning C4267: 'initializing': conversion from 'size_t'
 to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1029,39): warning C4244: '+=': conversion from 'RubberBand::proce
ss_t' to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1036,35): warning C4267: 'initializing': conversion from 'size_t'
 to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1069,38): warning C4267: 'initializing': conversion from 'size_t'
 to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1069,38): warning C4267: 'initializing': conversion from 'size_t'
 to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1070,34): warning C4267: 'initializing': conversion from 'size_t'
 to 'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1070,34): warning C4267: 'initializing': conversion from 'size_t'
 to 'const int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1118,55): warning C4267: 'argument': conversion from 'size_t' to
'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1167,46): warning C4244: 'argument': conversion from 'double' to
'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1194,44): warning C4267: 'argument': conversion from 'size_t' to
'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1225,35): warning C4267: 'argument': conversion from 'size_t' to
'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1280,40): warning C4267: 'return': conversion from 'size_t' to 'i
nt', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1282,35): warning C4267: 'return': conversion from 'size_t' to 'i
nt', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\rubberband\src\StretcherProcess.cpp(1294,71): warning C4267: 'argument': conversion from 'size_t' to
'int', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(136,81): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(137,79): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(139,83): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(152,84): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(153,82): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(155,86): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\SamplerAudioProcessor.cpp(53,13): warning C4996: 'juce::AudioProcessor::setParameterNotify
ingHost': was declared deprecated [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\SamplerAudioProcessor.cpp(62,25): warning C4244: 'initializing': conversion from 'double'
to 'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\SamplerAudioProcessor.cpp(206,107): warning C4458: declaration of 'formatManager' hides cl
ass member [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(136,81): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visual
Studio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(137,79): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visual
Studio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(139,83): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visual
Studio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(152,84): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visual
Studio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(153,82): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visual
Studio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(155,86): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visual
Studio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp(20,66): warning C4100: 'vts': unreferenced formal paramete
r [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\memory(3382,56): warning C4244: 'argument': conversion from '_Ty' to
'float', possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(236,22): warning C4244: 'initializing': conversion from 'double' to 'flo
at', possible loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\V
isualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(237,22): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(239,1): warning C4305: 'initializing': truncation from 'double' to 'floa
t' (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(225,34): warning C4244: 'argument': conversion from 'Element' to 'Type',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(226,34): warning C4244: 'argument': conversion from 'Element' to 'Type',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(236,22): warning C4244: 'initializing': conversion from 'double' to 'flo
at', possible loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Bu
ilds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(237,22): warning C4244: '=': conversion from 'double' to 'float', possib
le loss of data (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visual
Studio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(239,1): warning C4305: 'initializing': truncation from 'double' to 'floa
t' (compiling source file ..\..\Source\Sampler\Source\SamplerAudioProcessorEditor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(225,34): warning C4244: 'argument': conversion from 'Element' to 'Type',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\Sampler\Source\MPESamplerVoice.h(226,34): warning C4244: 'argument': conversion from 'Element' to 'Type',
 possible loss of data [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\AbletonClipInfo.h(43,12): warning C4244: 'return': conversion from 'double' to 'int', possible loss of da
ta (compiling source file ..\..\Source\PlaybackWarpProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibra
ry.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Source\AbletonClipInfo.h(207,22): warning C4244: '=': conversion from 'int' to 'char', possible loss of data (co
mpiling source file ..\..\Source\PlaybackWarpProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcx
proj]


"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (default target) (1) ->
"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (default target) (2) ->
(ClCompile target) ->
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Pyth
on.h': No such file or directory (compiling source file ..\..\Source\FaustProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Pyth
on.h': No such file or directory (compiling source file ..\..\Source\FilterProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Pyth
on.h': No such file or directory (compiling source file ..\..\Source\PluginProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Pyth
on.h': No such file or directory (compiling source file ..\..\Source\custom_pybind_wrappers.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStu
dio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Pyth
on.h': No such file or directory (compiling source file ..\..\Source\PlaybackWarpProcessor.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStud
io2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Pyth
on.h': No such file or directory (compiling source file ..\..\Source\ProcessorBase.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Pyth
on.h': No such file or directory (compiling source file ..\..\Source\CustomParameters.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Pyth
on.h': No such file or directory (compiling source file ..\..\Source\RenderEngine.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\pybind11\include\pybind11\detail\common.h(211,10): fatal error C1083: Cannot open include file: 'Pyth
on.h': No such file or directory (compiling source file ..\..\Source\source.cpp) [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]

    174 Warning(s)
    9 Error(s)

Time Elapsed 00:00:56.49

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Where's your Python installation location? It's ok if it's not C:/Python39 but you'll have to set the environment variables accordingly: https://github.com/DBraun/DawDreamer/wiki/Developer's-Guide

Once you've located your Python location, can you confirm these files exist: C:\Python39\include\Python.h and C:\Python39\libs\python39.lib or similar depending on your Python location?

I'm guessing that pythonLocation or PYTHONMAJOR isn't set. In the same prompt where you're doing msbuild you could do echo %pythonLocation% and echo %PYTHONMAJOR% to confirm they're set.

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

When I do those echo commands (I don't think they're set):

C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer>echo %pythonLocation%
%pythonLocation%

C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer>echo %PYTHONMAJOR%
%PYTHONMAJOR%

The C:\Python39\include\Python.h and C:\Python39\libs\python39.lib files exist where I have python installed (C:\Users\marcel\AppData\Local\Programs\Python\Python39-32).

Do those echo commands prove that I don't have my paths set up correctly?

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Right, that shows your environment variables aren't set.

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

Set them up:

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community>echo %PYTHONMAJOR%
C:\Users\marcel\AppData\Local\Programs\Python\Python39-32

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community>echo %pythonLocation%
C:\Users\marcel\AppData\Local\Programs\Python\Python39-32

and ran the msbuilds command again. Now I'm only getting one error:

"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (default target) (1) ->
"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (defau
lt target) (2) ->
(Link target) ->
  LINK : fatal error LNK1181: cannot open input file 'samplerate.lib' [C:\Users\marcel\Downloads\dawdreamerPackage\DawDre
amer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]

    1091 Warning(s)
    1 Error(s)

Time Elapsed 00:01:57.59

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Can you build libsamplerate: https://github.com/DBraun/DawDreamer/wiki/Developer's-Guide#build-libsamplerate

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

Yes sorry I noticed that right after I commented that. But I'm not sure if it built correctly:

C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer>cd thirdparty/libsamplerate

C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\thirdparty\libsamplerate>cmake -DCMAKE_BUILD_TYPE=Release -Bbuild_release
-- Building for: Visual Studio 16 2019
-- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19044.
-- The C compiler identification is MSVC 19.29.30147.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for stdbool.h
-- Looking for stdbool.h - found
-- Looking for unistd.h
-- Looking for unistd.h - not found
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find SndFile (missing: SndFile_LIBRARY SndFile_INCLUDE_DIR)
-- Checking processor clipping capabilities...
-- Performing Test CPU_CLIPS_POSITIVE
-- Performing Test CPU_CLIPS_POSITIVE - Failed
-- Performing Test CPU_CLIPS_NEGATIVE
-- Performing Test CPU_CLIPS_NEGATIVE - Failed
-- Checking processor clipping capabilities... none
-- Performing Test HAVE_VISIBILITY
-- Performing Test HAVE_VISIBILITY - Failed
-- Looking for sys/times.h
-- Looking for sys/times.h - not found
-- Looking for alarm
-- Looking for alarm - not found
-- Looking for signal
-- Looking for signal - found
-- Looking for SIGALRM
-- Looking for SIGALRM - not found
-- Could NOT find FFTW3 (missing: FFTW3_LIBRARY FFTW3_INCLUDE_DIR)
-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_BUILD_TYPE


-- Build files have been written to: C:/Users/marcel/Downloads/dawdreamerPackage/DawDreamer/thirdparty/libsamplerate/build_release

Because I'm still getting the error when I msbuild:

C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer>msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release
Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Build started 2023-01-13 1:50:13 PM.
Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" on node 1 (defaul
t targets).
ValidateSolutionConfiguration:
  Building solution configuration "Release|x64".
Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (1) is building "
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (2) on
node 1 (default targets).
InitializeBuildStatus:
  Touching "x64\Release\Dynamic Library\DawDream.3319B6CA.tlog\unsuccessfulbuild".
ClCompile:
  All outputs are up-to-date.
  All outputs are up-to-date.
  All outputs are up-to-date.
ResourceCompile:
  All outputs are up-to-date.
Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe /ERR
  ORREPORT:QUEUE /OUT:"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic
   Library\\dawdreamer.dll" /NOLOGO /LIBPATH:"C:\Users\marcel\AppData\Local\Programs\Python\Python39-32\libs" /LIBPATH:".
  .\..\thirdparty\libfaust\win-x64\Release\lib" /LIBPATH:..\..\thirdparty\libsamplerate\build_release\src\Release faust
  .lib samplerate.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib ol
  eaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:emb
  ed /PDB:"x64\Release\Dynamic Library\\dawdreamer.pdb" /SUBSYSTEM:WINDOWS /LARGEADDRESSAWARE /OPT:REF /OPT:ICF /LTCG /
  LTCGOUT:"x64\Release\Dynamic Library\dawdreamer.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\marcel\Download
  s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\dawdreamer.lib" /MACHINE:X64 /DLL
  "x64\Release\Dynamic Library\resources.res"
  "x64\Release\Dynamic Library\\CompoundAudioCurve.obj"
  "x64\Release\Dynamic Library\\ConstantAudioCurve.obj"
  "x64\Release\Dynamic Library\\HighFrequencyAudioCurve.obj"
  "x64\Release\Dynamic Library\\PercussiveAudioCurve.obj"
  "x64\Release\Dynamic Library\\SilentAudioCurve.obj"
  "x64\Release\Dynamic Library\\SpectralDifferenceAudioCurve.obj"
  "x64\Release\Dynamic Library\\Profiler.obj"
  "x64\Release\Dynamic Library\\AudioCurveCalculator.obj"
  "x64\Release\Dynamic Library\\FFT.obj"
  "x64\Release\Dynamic Library\\Resampler.obj"
  "x64\Release\Dynamic Library\\kiss_fft.obj"
  "x64\Release\Dynamic Library\\kiss_fftr.obj"
  "x64\Release\Dynamic Library\\resample.obj"
  "x64\Release\Dynamic Library\\Allocators.obj"
  "x64\Release\Dynamic Library\\sysutils.obj"
  "x64\Release\Dynamic Library\\Thread.obj"
  "x64\Release\Dynamic Library\\VectorOpsComplex.obj"
  "x64\Release\Dynamic Library\\rubberband-c.obj"
  "x64\Release\Dynamic Library\\RubberBandStretcher.obj"
  "x64\Release\Dynamic Library\\StretchCalculator.obj"
  "x64\Release\Dynamic Library\\StretcherChannelData.obj"
  "x64\Release\Dynamic Library\\StretcherImpl.obj"
  "x64\Release\Dynamic Library\\StretcherProcess.obj"
  "x64\Release\Dynamic Library\\DataModel.obj"
  "x64\Release\Dynamic Library\\MPESettingsDataModel.obj"
  "x64\Release\Dynamic Library\\SamplerAudioProcessor.obj"
  "x64\Release\Dynamic Library\\SamplerAudioProcessorEditor.obj"
  "x64\Release\Dynamic Library\\FaustProcessor.obj"
  "x64\Release\Dynamic Library\\FilterProcessor.obj"
  "x64\Release\Dynamic Library\\PlaybackWarpProcessor.obj"
  "x64\Release\Dynamic Library\\PluginProcessor.obj"
  "x64\Release\Dynamic Library\\ProcessorBase.obj"
  "x64\Release\Dynamic Library\\CustomParameters.obj"
  "x64\Release\Dynamic Library\\custom_pybind_wrappers.obj"
  "x64\Release\Dynamic Library\\RenderEngine.obj"
  "x64\Release\Dynamic Library\\source.obj"
  "x64\Release\Dynamic Library\\BinaryData.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_basics.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_devices.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_formats.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_processors.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_processors_ara.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_processors_lv2_libs.obj"
  "x64\Release\Dynamic Library\\include_juce_core.obj"
  "x64\Release\Dynamic Library\\include_juce_cryptography.obj"
  "x64\Release\Dynamic Library\\include_juce_data_structures.obj"
  "x64\Release\Dynamic Library\\include_juce_dsp.obj"
  "x64\Release\Dynamic Library\\include_juce_events.obj"
  "x64\Release\Dynamic Library\\include_juce_graphics.obj"
  "x64\Release\Dynamic Library\\include_juce_gui_basics.obj"
  "x64\Release\Dynamic Library\\include_juce_gui_extra.obj"
  "x64\Release\Dynamic Library\\include_juce_opengl.obj"
  "x64\Release\Dynamic Library\\include_juce_video.obj"
LINK : fatal error LNK1181: cannot open input file 'samplerate.lib' [C:\Users\marcel\Downloads\dawdreamerPackage\DawDream
er\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
Done Building Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicL
ibrary.vcxproj" (default targets) -- FAILED.

Done Building Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (de
fault targets) -- FAILED.


Build FAILED.

"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (default target) (1) ->
"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (defau
lt target) (2) ->
(Link target) ->
  LINK : fatal error LNK1181: cannot open input file 'samplerate.lib' [C:\Users\marcel\Downloads\dawdreamerPackage\DawDre
amer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]

    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:03.40

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

CMake is a two step process and I think you skipped the second step:
cmake --build build_release --config Release

The first steps configures/generates the project and the second step compiles it.

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

Ran that command, now I'm getting the following when I run msbuild:

C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer>msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release
Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Build started 2023-01-13 3:12:02 PM.
Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" on node 1 (defaul
t targets).
ValidateSolutionConfiguration:
  Building solution configuration "Release|x64".
Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (1) is building "
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (2) on
node 1 (default targets).
InitializeBuildStatus:
  Touching "x64\Release\Dynamic Library\DawDream.3319B6CA.tlog\unsuccessfulbuild".
ClCompile:
  All outputs are up-to-date.
  All outputs are up-to-date.
  All outputs are up-to-date.
ResourceCompile:
  All outputs are up-to-date.
Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe /ERR
  ORREPORT:QUEUE /OUT:"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic
   Library\\dawdreamer.dll" /NOLOGO /LIBPATH:"C:\Users\marcel\AppData\Local\Programs\Python\Python39-32\libs" /LIBPATH:".
  .\..\thirdparty\libfaust\win-x64\Release\lib" /LIBPATH:..\..\thirdparty\libsamplerate\build_release\src\Release faust
  .lib samplerate.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib ol
  eaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:emb
  ed /PDB:"x64\Release\Dynamic Library\\dawdreamer.pdb" /SUBSYSTEM:WINDOWS /LARGEADDRESSAWARE /OPT:REF /OPT:ICF /LTCG /
  LTCGOUT:"x64\Release\Dynamic Library\dawdreamer.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\marcel\Download
  s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\dawdreamer.lib" /MACHINE:X64 /DLL
  "x64\Release\Dynamic Library\resources.res"
  "x64\Release\Dynamic Library\\CompoundAudioCurve.obj"
  "x64\Release\Dynamic Library\\ConstantAudioCurve.obj"
  "x64\Release\Dynamic Library\\HighFrequencyAudioCurve.obj"
  "x64\Release\Dynamic Library\\PercussiveAudioCurve.obj"
  "x64\Release\Dynamic Library\\SilentAudioCurve.obj"
  "x64\Release\Dynamic Library\\SpectralDifferenceAudioCurve.obj"
  "x64\Release\Dynamic Library\\Profiler.obj"
  "x64\Release\Dynamic Library\\AudioCurveCalculator.obj"
  "x64\Release\Dynamic Library\\FFT.obj"
  "x64\Release\Dynamic Library\\Resampler.obj"
  "x64\Release\Dynamic Library\\kiss_fft.obj"
  "x64\Release\Dynamic Library\\kiss_fftr.obj"
  "x64\Release\Dynamic Library\\resample.obj"
  "x64\Release\Dynamic Library\\Allocators.obj"
  "x64\Release\Dynamic Library\\sysutils.obj"
  "x64\Release\Dynamic Library\\Thread.obj"
  "x64\Release\Dynamic Library\\VectorOpsComplex.obj"
  "x64\Release\Dynamic Library\\rubberband-c.obj"
  "x64\Release\Dynamic Library\\RubberBandStretcher.obj"
  "x64\Release\Dynamic Library\\StretchCalculator.obj"
  "x64\Release\Dynamic Library\\StretcherChannelData.obj"
  "x64\Release\Dynamic Library\\StretcherImpl.obj"
  "x64\Release\Dynamic Library\\StretcherProcess.obj"
  "x64\Release\Dynamic Library\\DataModel.obj"
  "x64\Release\Dynamic Library\\MPESettingsDataModel.obj"
  "x64\Release\Dynamic Library\\SamplerAudioProcessor.obj"
  "x64\Release\Dynamic Library\\SamplerAudioProcessorEditor.obj"
  "x64\Release\Dynamic Library\\FaustProcessor.obj"
  "x64\Release\Dynamic Library\\FilterProcessor.obj"
  "x64\Release\Dynamic Library\\PlaybackWarpProcessor.obj"
  "x64\Release\Dynamic Library\\PluginProcessor.obj"
  "x64\Release\Dynamic Library\\ProcessorBase.obj"
  "x64\Release\Dynamic Library\\CustomParameters.obj"
  "x64\Release\Dynamic Library\\custom_pybind_wrappers.obj"
  "x64\Release\Dynamic Library\\RenderEngine.obj"
  "x64\Release\Dynamic Library\\source.obj"
  "x64\Release\Dynamic Library\\BinaryData.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_basics.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_devices.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_formats.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_processors.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_processors_ara.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_processors_lv2_libs.obj"
  "x64\Release\Dynamic Library\\include_juce_core.obj"
  "x64\Release\Dynamic Library\\include_juce_cryptography.obj"
  "x64\Release\Dynamic Library\\include_juce_data_structures.obj"
  "x64\Release\Dynamic Library\\include_juce_dsp.obj"
  "x64\Release\Dynamic Library\\include_juce_events.obj"
  "x64\Release\Dynamic Library\\include_juce_graphics.obj"
  "x64\Release\Dynamic Library\\include_juce_gui_basics.obj"
  "x64\Release\Dynamic Library\\include_juce_gui_extra.obj"
  "x64\Release\Dynamic Library\\include_juce_opengl.obj"
  "x64\Release\Dynamic Library\\include_juce_video.obj"
     Creating library C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic
  Library\dawdreamer.lib and object C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Re
  lease\Dynamic Library\dawdreamer.exp
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_create [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsEncodedString [C:\Users\marcel\Downloads
\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PySequence_List [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBaseObject_Type [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Calloc [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_BufferError [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_Type [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyWeakref_NewRef [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Get [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_GivenExceptionMatches [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_KeyError [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyImport_ImportModule [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsString [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_NormalizeException [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromSsize_t [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF8 [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8AndSize [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_SaveThread [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyThreadState_UncheckedGet [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttrString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_Type [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_MemoryError [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItemWithError [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_Py_GetVersion [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetContext [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetLineNumber [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Release [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsStringAndSize [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Size [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLongLong [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFloat_FromDouble [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_AsString [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_WriteUnraisable [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Next [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_New [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_FalseStruct [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Restore [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_Dealloc [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetItem [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetPointer [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Fetch [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_ClearWeakRefs [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_New [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF16 [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_Append [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Size [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_get [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetTraceback [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_New [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetName [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_Size [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_New [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetContext [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_New [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsInstance [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF32 [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Free [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_StopIteration [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_SetItem [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCMethod_New [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_set [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetItem [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallObject [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_HasAttrString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyProperty_Type [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NotImplementedStruct [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Size [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Ensure [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetContext [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_alloc [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_DeleteCurrent [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Clear [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_Type [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_GetBuiltins [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Copy [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Str [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8String [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetBack [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetCode [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_IndexError [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ImportError [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetPointer [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_TrueStruct [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_SystemError [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetItem [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetCause [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_DelItemString [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromString [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_AcquireThread [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyType_Lookup [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_GetThisThreadState [C:\Users\marcel\Downl
oads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Repr [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Type [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Type [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetDictPtr [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_CheckSignals [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_RestoreThread [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLong [C:\Users\marcel\Downl
oads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_AsDouble [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLongLong [C:\Users\marcel\D
ownloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLongLong [C:\Users\marcel\Downloads
\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLong [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyList_GetItem [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyIndex_Check [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Check [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Long [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyObject_Size [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Float [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PySequence_Tuple [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyList_Size [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyIter_Next [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetIter [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Size [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_Malloc [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PySequence_GetItem [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLong [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Xor [C:\Users\marcel\Downloads\dawdreamerPackage\Da
wDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLongLong [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_GetName [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Contains [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLong [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Type [C:\Users\marcel\Downloads\dawdreamerPackage\Daw
Dreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyMethod_Type [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_And [C:\Users\marcel\Downloads\dawdreamerPackage\Da
wDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_AddObject [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunctionObjArgs [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromFormat [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Create2 [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Invert [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyImport_AddModule [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_RichCompareBool [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Check [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyBytes_FromStringAndSize [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Type [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Or [C:\Users\marcel\Downloads\dawdreamerPackage\Daw
Dreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyBuffer_Release [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\\dawdreamer.dl
l : fatal error LNK1120: 152 unresolved externals [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualSt
udio2019\DawDreamer_DynamicLibrary.vcxproj]
Done Building Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicL
ibrary.vcxproj" (default targets) -- FAILED.

Done Building Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (de
fault targets) -- FAILED.


Build FAILED.

"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (default target) (1) ->
"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (defau
lt target) (2) ->
(Link target) ->
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_create [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsEncodedString [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PySequence_List [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBaseObject_Type [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Calloc [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_BufferError [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_Type [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyWeakref_NewRef [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Get [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_GivenExceptionMatches [C:\Users\marcel\Downl
oads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_KeyError [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyImport_ImportModule [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsString [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_NormalizeException [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromSsize_t [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF8 [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8AndSize [C:\Users\marcel\Downloads
\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_SaveThread [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyThreadState_UncheckedGet [C:\Users\marcel\Downl
oads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttrString [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_Type [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_MemoryError [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItemWithError [C:\Users\marcel\Downloads
\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_Py_GetVersion [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetContext [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetLineNumber [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Release [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsStringAndSize [C:\Users\marcel\Downloads
\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Size [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLongLong [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFloat_FromDouble [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_AsString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_WriteUnraisable [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Next [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_New [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_FalseStruct [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Restore [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_Dealloc [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetItem [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetPointer [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Fetch [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_ClearWeakRefs [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_New [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF16 [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_Append [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Size [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_get [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetTraceback [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_New [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetName [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_Size [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_New [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetContext [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_New [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsInstance [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF32 [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Free [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_StopIteration [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_SetItem [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCMethod_New [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_set [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetItem [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallObject [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_HasAttrString [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyProperty_Type [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NotImplementedStruct [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Size [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Ensure [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetContext [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_alloc [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_DeleteCurrent [C:\Users\marcel\Downl
oads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Clear [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_Type [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_GetBuiltins [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Copy [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Str [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8String [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetBack [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetCode [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_IndexError [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ImportError [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetPointer [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_TrueStruct [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_SystemError [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetItem [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetCause [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_DelItemString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_AcquireThread [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyType_Lookup [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_GetThisThreadState [C:\Users\marcel\Dow
nloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Repr [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Type [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Type [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetDictPtr [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_CheckSignals [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_RestoreThread [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLong [C:\Users\marcel\Dow
nloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_AsDouble [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLongLong [C:\Users\marcel
\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLongLong [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLong [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyList_GetItem [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyIndex_Check [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Check [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Long [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyObject_Size [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Float [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PySequence_Tuple [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyList_Size [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyIter_Next [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetIter [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Size [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_Malloc [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PySequence_GetItem [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLong [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Xor [C:\Users\marcel\Downloads\dawdreamerPackage\
DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLongLong [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_GetName [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Contains [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLong [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Type [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyMethod_Type [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_And [C:\Users\marcel\Downloads\dawdreamerPackage\
DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_AddObject [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunctionObjArgs [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromFormat [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Create2 [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Invert [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyImport_AddModule [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_RichCompareBool [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Check [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyBytes_FromStringAndSize [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Type [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Or [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyBuffer_Release [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\\dawdreamer.
dll : fatal error LNK1120: 152 unresolved externals [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visual
Studio2019\DawDreamer_DynamicLibrary.vcxproj]

    0 Warning(s)
    153 Error(s)

Time Elapsed 00:00:09.71

C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer>

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Can you delete this folder C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64?

Then open a new Developer Command Prompt (just to make sure environment variables are still set) and run msbuild again.

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

Did that, now getting these errors (skipping the warnings):

FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_create [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsEncodedString [C:\Users\marcel\Downloads
\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PySequence_List [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBaseObject_Type [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Calloc [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_BufferError [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_Type [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyWeakref_NewRef [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Get [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_GivenExceptionMatches [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_KeyError [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyImport_ImportModule [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsString [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_NormalizeException [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromSsize_t [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF8 [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8AndSize [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_SaveThread [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyThreadState_UncheckedGet [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttrString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_Type [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_MemoryError [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItemWithError [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_Py_GetVersion [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetContext [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetLineNumber [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Release [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsStringAndSize [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Size [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLongLong [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFloat_FromDouble [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_AsString [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_WriteUnraisable [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Next [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_New [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_FalseStruct [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Restore [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_Dealloc [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetItem [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetPointer [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Fetch [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_ClearWeakRefs [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_New [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF16 [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_Append [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Size [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_get [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetTraceback [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_New [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetName [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_Size [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_New [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetContext [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_New [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsInstance [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF32 [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Free [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_StopIteration [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_SetItem [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCMethod_New [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_set [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetItem [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallObject [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_HasAttrString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyProperty_Type [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NotImplementedStruct [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Size [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Ensure [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetContext [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_alloc [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_DeleteCurrent [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Clear [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_Type [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_GetBuiltins [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Copy [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Str [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8String [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetBack [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetCode [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_IndexError [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ImportError [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetPointer [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_TrueStruct [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_SystemError [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetItem [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetCause [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_DelItemString [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromString [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_AcquireThread [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyType_Lookup [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_GetThisThreadState [C:\Users\marcel\Downl
oads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Repr [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Type [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Type [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetDictPtr [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_CheckSignals [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_RestoreThread [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLong [C:\Users\marcel\Downl
oads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_AsDouble [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLongLong [C:\Users\marcel\D
ownloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLongLong [C:\Users\marcel\Downloads
\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLong [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyList_GetItem [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyIndex_Check [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Check [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Long [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyObject_Size [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Float [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PySequence_Tuple [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyList_Size [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyIter_Next [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetIter [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Size [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_Malloc [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PySequence_GetItem [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLong [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Xor [C:\Users\marcel\Downloads\dawdreamerPackage\Da
wDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLongLong [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_GetName [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Contains [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLong [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Type [C:\Users\marcel\Downloads\dawdreamerPackage\Daw
Dreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyMethod_Type [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_And [C:\Users\marcel\Downloads\dawdreamerPackage\Da
wDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_AddObject [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunctionObjArgs [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromFormat [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Create2 [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Invert [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyImport_AddModule [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_RichCompareBool [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Check [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyBytes_FromStringAndSize [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Type [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Or [C:\Users\marcel\Downloads\dawdreamerPackage\Daw
Dreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyBuffer_Release [C:\Users\marcel\Downloads\dawdreamerPackag
e\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\\dawdreamer.dl
l : fatal error LNK1120: 152 unresolved externals [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualSt
udio2019\DawDreamer_DynamicLibrary.vcxproj]
Done Building Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicL
ibrary.vcxproj" (default targets) -- FAILED.

Done Building Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (de
fault targets) -- FAILED.


Build FAILED.

... warnings and such

"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (default target) (1) ->
"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (defau
lt target) (2) ->
(Link target) ->
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_create [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsEncodedString [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PySequence_List [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBaseObject_Type [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Calloc [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_BufferError [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_Type [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyWeakref_NewRef [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Get [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_GivenExceptionMatches [C:\Users\marcel\Downl
oads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_KeyError [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyImport_ImportModule [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsString [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_NormalizeException [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromSsize_t [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF8 [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8AndSize [C:\Users\marcel\Downloads
\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_SaveThread [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyThreadState_UncheckedGet [C:\Users\marcel\Downl
oads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttrString [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_Type [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_MemoryError [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItemWithError [C:\Users\marcel\Downloads
\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_Py_GetVersion [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetContext [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetLineNumber [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Release [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsStringAndSize [C:\Users\marcel\Downloads
\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Size [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLongLong [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFloat_FromDouble [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_AsString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_WriteUnraisable [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Next [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_New [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_FalseStruct [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Restore [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_Dealloc [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetItem [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetPointer [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Fetch [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_ClearWeakRefs [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_New [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF16 [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_Append [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Size [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_get [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetTraceback [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_New [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetName [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_Size [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_New [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetContext [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_New [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsInstance [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF32 [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Free [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_StopIteration [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_SetItem [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCMethod_New [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_set [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetItem [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallObject [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_HasAttrString [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyProperty_Type [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NotImplementedStruct [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Size [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Ensure [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetContext [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_alloc [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_DeleteCurrent [C:\Users\marcel\Downl
oads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Clear [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_Type [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_GetBuiltins [C:\Users\marcel\Downloads\dawd
reamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Copy [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Str [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8String [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetBack [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetCode [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_IndexError [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ImportError [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetPointer [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_TrueStruct [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_SystemError [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetItem [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetCause [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_DelItemString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromString [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_AcquireThread [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyType_Lookup [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_GetThisThreadState [C:\Users\marcel\Dow
nloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Repr [C:\Users\marcel\Downloads\dawdreame
rPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Type [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Type [C:\Users\marcel\Downloads\dawdreamerP
ackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetDictPtr [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_CheckSignals [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_RestoreThread [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLong [C:\Users\marcel\Dow
nloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_AsDouble [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLongLong [C:\Users\marcel
\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLongLong [C:\Users\marcel\Downloa
ds\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLong [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyList_GetItem [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyIndex_Check [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Check [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Long [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyObject_Size [C:\Users\marcel\Downloads\d
awdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Float [C:\Users\marcel\Downloads\
dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PySequence_Tuple [C:\Users\marcel\Download
s\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyList_Size [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyIter_Next [C:\Users\marcel\Downloads\dawdreamerPac
kage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetIter [C:\Users\marcel\Downloads\dawdream
erPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Size [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_Malloc [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PySequence_GetItem [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLong [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Xor [C:\Users\marcel\Downloads\dawdreamerPackage\
DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLongLong [C:\Users\marcel\Downloads\daw
dreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_GetName [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Contains [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLong [C:\Users\marcel\Downloads\dawdrea
merPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Type [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyMethod_Type [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_And [C:\Users\marcel\Downloads\dawdreamerPackage\
DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_AddObject [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunctionObjArgs [C:\Users\marcel\Downloads\da
wdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromFormat [C:\Users\marcel\Downloads\dawdreamer
Package\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Create2 [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Invert [C:\Users\marcel\Downloads\dawdreamerPacka
ge\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyImport_AddModule [C:\Users\marcel\Downloads\dawdreamerPa
ckage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_RichCompareBool [C:\Users\marcel\Downloads\dawdre
amerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Check [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyBytes_FromStringAndSize [C:\Users\marcel\Downloads\dawdr
eamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Type [C:\Users\marcel\Downloads\dawdreamerPackage
\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Or [C:\Users\marcel\Downloads\dawdreamerPackage\D
awDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyBuffer_Release [C:\Users\marcel\Downloads\dawdreamerPack
age\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\\dawdreamer.
dll : fatal error LNK1120: 152 unresolved externals [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visual
Studio2019\DawDreamer_DynamicLibrary.vcxproj]

    1091 Warning(s)
    153 Error(s)

Time Elapsed 00:02:03.75

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Does this work instead
msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release /p:AdditionalDependencies=python39.lib

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

Unfortunately not, I get:

C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer>msbuild Builds/VisualStudio2019/DawDreamer.sln /property:Configuration=Release /p:AdditionalDependencies=python39.lib
Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Build started 2023-01-13 4:50:57 PM.
Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
  Building solution configuration "Release|x64".
Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (1) is building "C:\Users\marcel\Downloads\dawdreamerPackage\DawDre
amer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (2) on node 1 (default targets).
InitializeBuildStatus:
  Touching "x64\Release\Dynamic Library\DawDream.3319B6CA.tlog\unsuccessfulbuild".
ClCompile:
  All outputs are up-to-date.
  All outputs are up-to-date.
  All outputs are up-to-date.
ResourceCompile:
  All outputs are up-to-date.
Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\marcel\Downloads\daw
  dreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\\dawdreamer.dll" /NOLOGO /LIBPATH:"C:\Users\marcel\AppData\Local\Programs\Python\Python39
  -32\libs" /LIBPATH:"..\..\thirdparty\libfaust\win-x64\Release\lib" /LIBPATH:..\..\thirdparty\libsamplerate\build_release\src\Release faust.lib samplerate.lib kernel3
  2.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='
  asInvoker' uiAccess='false'" /manifest:embed /PDB:"x64\Release\Dynamic Library\\dawdreamer.pdb" /SUBSYSTEM:WINDOWS /LARGEADDRESSAWARE /OPT:REF /OPT:ICF /LTCG /LTCGOU
  T:"x64\Release\Dynamic Library\dawdreamer.iobj" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
  \x64\Release\Dynamic Library\dawdreamer.lib" /MACHINE:X64 /DLL "x64\Release\Dynamic Library\resources.res"
  "x64\Release\Dynamic Library\\CompoundAudioCurve.obj"
  "x64\Release\Dynamic Library\\ConstantAudioCurve.obj"
  "x64\Release\Dynamic Library\\HighFrequencyAudioCurve.obj"
  "x64\Release\Dynamic Library\\PercussiveAudioCurve.obj"
  "x64\Release\Dynamic Library\\SilentAudioCurve.obj"
  "x64\Release\Dynamic Library\\SpectralDifferenceAudioCurve.obj"
  "x64\Release\Dynamic Library\\Profiler.obj"
  "x64\Release\Dynamic Library\\AudioCurveCalculator.obj"
  "x64\Release\Dynamic Library\\FFT.obj"
  "x64\Release\Dynamic Library\\Resampler.obj"
  "x64\Release\Dynamic Library\\kiss_fft.obj"
  "x64\Release\Dynamic Library\\kiss_fftr.obj"
  "x64\Release\Dynamic Library\\resample.obj"
  "x64\Release\Dynamic Library\\Allocators.obj"
  "x64\Release\Dynamic Library\\sysutils.obj"
  "x64\Release\Dynamic Library\\Thread.obj"
  "x64\Release\Dynamic Library\\VectorOpsComplex.obj"
  "x64\Release\Dynamic Library\\rubberband-c.obj"
  "x64\Release\Dynamic Library\\RubberBandStretcher.obj"
  "x64\Release\Dynamic Library\\StretchCalculator.obj"
  "x64\Release\Dynamic Library\\StretcherChannelData.obj"
  "x64\Release\Dynamic Library\\StretcherImpl.obj"
  "x64\Release\Dynamic Library\\StretcherProcess.obj"
  "x64\Release\Dynamic Library\\DataModel.obj"
  "x64\Release\Dynamic Library\\MPESettingsDataModel.obj"
  "x64\Release\Dynamic Library\\SamplerAudioProcessor.obj"
  "x64\Release\Dynamic Library\\SamplerAudioProcessorEditor.obj"
  "x64\Release\Dynamic Library\\FaustProcessor.obj"
  "x64\Release\Dynamic Library\\FilterProcessor.obj"
  "x64\Release\Dynamic Library\\PlaybackWarpProcessor.obj"
  "x64\Release\Dynamic Library\\PluginProcessor.obj"
  "x64\Release\Dynamic Library\\ProcessorBase.obj"
  "x64\Release\Dynamic Library\\CustomParameters.obj"
  "x64\Release\Dynamic Library\\custom_pybind_wrappers.obj"
  "x64\Release\Dynamic Library\\RenderEngine.obj"
  "x64\Release\Dynamic Library\\source.obj"
  "x64\Release\Dynamic Library\\BinaryData.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_basics.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_devices.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_formats.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_processors.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_processors_ara.obj"
  "x64\Release\Dynamic Library\\include_juce_audio_processors_lv2_libs.obj"
  "x64\Release\Dynamic Library\\include_juce_core.obj"
  "x64\Release\Dynamic Library\\include_juce_cryptography.obj"
  "x64\Release\Dynamic Library\\include_juce_data_structures.obj"
  "x64\Release\Dynamic Library\\include_juce_dsp.obj"
  "x64\Release\Dynamic Library\\include_juce_events.obj"
  "x64\Release\Dynamic Library\\include_juce_graphics.obj"
  "x64\Release\Dynamic Library\\include_juce_gui_basics.obj"
  "x64\Release\Dynamic Library\\include_juce_gui_extra.obj"
  "x64\Release\Dynamic Library\\include_juce_opengl.obj"
  "x64\Release\Dynamic Library\\include_juce_video.obj"
     Creating library C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\dawdreamer.lib and object C:\Users\marcel\
  Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\dawdreamer.exp
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_create [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsEncodedString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudi
o2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PySequence_List [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBaseObject_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Calloc [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_BufferError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyWeakref_NewRef [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Get [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_GivenExceptionMatches [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStu
dio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_KeyError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyImport_ImportModule [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_NormalizeException [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromSsize_t [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF8 [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8AndSize [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_SaveThread [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyThreadState_UncheckedGet [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStu
dio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttrString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_MemoryError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItemWithError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_Py_GetVersion [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetContext [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetLineNumber [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Release [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsStringAndSize [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLongLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFloat_FromDouble [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_AsString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_WriteUnraisable [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Next [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_FalseStruct [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Restore [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_Dealloc [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetPointer [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Fetch [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_ClearWeakRefs [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF16 [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_Append [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_get [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetTraceback [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetName [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetContext [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsInstance [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF32 [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Free [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_StopIteration [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_SetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCMethod_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_set [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallObject [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_HasAttrString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyProperty_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NotImplementedStruct [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Ensure [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetContext [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_alloc [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_DeleteCurrent [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStu
dio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Clear [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_GetBuiltins [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Copy [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Str [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8String [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetBack [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetCode [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_IndexError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ImportError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetPointer [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_TrueStruct [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_SystemError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetCause [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_DelItemString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_AcquireThread [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyType_Lookup [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_GetThisThreadState [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualS
tudio2019\DawDreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Repr [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetDictPtr [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_CheckSignals [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_RestoreThread [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualS
tudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_AsDouble [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLongLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Vis
ualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLongLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudi
o2019\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyList_GetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyIndex_Check [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Check [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Long [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyObject_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Float [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PySequence_Tuple [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyList_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyIter_Next [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetIter [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_D
ynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_
DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_Malloc [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_D
ynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PySequence_GetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_D
ynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Xor [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dyna
micLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLongLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_GetName [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_
DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Contains [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_D
ynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dynam
icLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyMethod_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dyn
amicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_And [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dyna
micLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_AddObject [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunctionObjArgs [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromFormat [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Create2 [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_
DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Invert [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_D
ynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyImport_AddModule [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyObject_RichCompareBool [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Check [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_
DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyBytes_FromStringAndSize [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dyn
amicLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Or [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dynam
icLibrary.vcxproj]
source.obj : error LNK2001: unresolved external symbol __imp_PyBuffer_Release [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_
DynamicLibrary.vcxproj]
C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\\dawdreamer.dll : fatal error LNK1120: 152 unresolved external
s [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
Done Building Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (default targets) -- FAILED.

Done Building Project "C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (default targets) -- FAILED.


Build FAILED.

"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer.sln" (default target) (1) ->
"C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj" (default target) (2) ->
(Link target) ->
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_create [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsEncodedString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStu
dio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PySequence_List [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBaseObject_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Calloc [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_BufferError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyWeakref_NewRef [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Get [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_GivenExceptionMatches [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualS
tudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_KeyError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyImport_ImportModule [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_NormalizeException [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStud
io2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromSsize_t [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF8 [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8AndSize [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudi
o2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_SaveThread [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyThreadState_UncheckedGet [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualS
tudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_RuntimeError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttrString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_MemoryError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItemWithError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudi
o2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_Py_GetVersion [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetContext [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetLineNumber [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Release [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_AsStringAndSize [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudi
o2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLongLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFloat_FromDouble [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_AsString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_WriteUnraisable [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Next [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Format [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_FalseStruct [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Restore [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_OverflowError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_Dealloc [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetPointer [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Fetch [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_ClearWeakRefs [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF16 [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Ready [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyList_Append [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_get [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetTraceback [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStud
io2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_GetName [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyBytes_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetContext [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyInstanceMethod_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsInstance [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_DecodeUTF32 [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyMem_Free [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_StopIteration [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyTuple_SetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCMethod_New [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_set [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallObject [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_HasAttrString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyProperty_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_NotImplementedStruct [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStud
io2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_Ensure [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetContext [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_alloc [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_DeleteCurrent [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualS
tudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyThreadState_Clear [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_GetBuiltins [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019
\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_Copy [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Str [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_AsUTF8String [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetBack [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyFrame_GetCode [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_IndexError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_ImportError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyCapsule_SetPointer [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__Py_TrueStruct [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyExc_SystemError [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyException_SetCause [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyDict_DelItemString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromString [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_AcquireThread [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyType_Lookup [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyGILState_GetThisThreadState [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visua
lStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyObject_Repr [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawD
reamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyByteArray_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp_PyType_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDre
amer_DynamicLibrary.vcxproj]
  FaustProcessor.obj : error LNK2001: unresolved external symbol __imp__PyObject_GetDictPtr [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyErr_CheckSignals [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  PluginProcessor.obj : error LNK2001: unresolved external symbol __imp_PyEval_RestoreThread [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\Visua
lStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_AsDouble [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStud
io2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsUnsignedLongLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\V
isualStudio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLongLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStu
dio2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyList_GetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyIndex_Check [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Check [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Long [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyObject_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2
019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Float [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio
2019\DawDreamer_DynamicLibrary.vcxproj]
  custom_pybind_wrappers.obj : error LNK2001: unresolved external symbol __imp_PySequence_Tuple [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStud
io2019\DawDreamer_DynamicLibrary.vcxproj]
  RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyList_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
  RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyIter_Next [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDream
er_DynamicLibrary.vcxproj]
  RenderEngine.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetIter [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Daw
Dreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Size [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_SetAttr [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_Malloc [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PySequence_GetItem [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Xor [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dy
namicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLongLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio201
9\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_GetName [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Contains [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyLong_FromUnsignedLong [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\Da
wDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyDict_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dyn
amicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyMethod_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_D
ynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_And [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dy
namicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_AddObject [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_CallFunctionObjArgs [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio20
19\DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyUnicode_FromFormat [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDr
eamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Create2 [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Invert [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer
_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyImport_AddModule [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDrea
mer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyObject_RichCompareBool [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\D
awDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PySequence_Check [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyBytes_FromStringAndSize [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\
DawDreamer_DynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyModule_Type [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_D
ynamicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyNumber_Or [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_Dyn
amicLibrary.vcxproj]
  source.obj : error LNK2001: unresolved external symbol __imp_PyBuffer_Release [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreame
r_DynamicLibrary.vcxproj]
  C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\x64\Release\Dynamic Library\\dawdreamer.dll : fatal error LNK1120: 152 unresolved extern
als [C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer\Builds\VisualStudio2019\DawDreamer_DynamicLibrary.vcxproj]

    0 Warning(s)
    153 Error(s)

Time Elapsed 00:00:10.28

C:\Users\marcel\Downloads\dawdreamerPackage\DawDreamer>

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Oh, is your Python version is 32-bit? Hence the 39-32 suffix. You'll need to get 64-bit Python. Once you get that pip will likely work!

from dawdreamer.

music-lover99 avatar music-lover99 commented on September 13, 2024

That solved it! Uninstalled the 32-bit version, installed the 64-bit, and pip install dawdreamer worked. Thank you!

from dawdreamer.

DBraun avatar DBraun commented on September 13, 2024

Cool! You're almost done compiling locally too, so feel free to poke around whenever you can.

from dawdreamer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.