Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Build the Example modules

  1. In your Audio Weaver Pro installation folder, open the Visual Studio 2019 solution file

C:\DSP Concepts\<AWE Pro Path>\AWEModules\Source\Examples\ Examples_VS2019.sln

  1. Set the configuration for “Debug x86”.

...

3. The following step is not necessary if FrameDll.lib is already in C:\DSP Concepts\<AWE Pro Path>\Bin\win32-vc142-dbg.

...

If the file is not found, you will see:

...

  1. Rebuild the solution to recompile everything. Successful output is shown below.

...

  1. Copy the ExamplesDLL.dll and ExamplesDLL.pdb files to your Audio Weaver’s Bin folder, e.g.

C:\DSP Concepts\<AWE Pro path>\Bin\win32-vc142-rel

  1. Run Audio Weaver from MATLAB.

...

  1. Confirm that the Examples folder is in your module path (File->Set Module Path).

...

Debugging MATLAB code

At some point you may wish to stop the MATLAB code and single step to see which path it takes, and/or look at variables.

...

  • AWE Server can crash. It may be necessary to reconnect to restart it from AWE Designer.

  • AWE Designer can crash. It may be necessary to restart it.

  • It may be necessary to restart MATLAB.

  • It may be necessary to force kill MATLAB using Task Manager.

  • You may have to reattach the VS2019 debugger to AWE Server (use “Debug->Reattach to Process”)

1

...