Skip to content

kumarleo131/FXLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FXLab

FXLab is an AMP Simulator application built using wxWidgets, PortAudio, and CMake.

fxlab

Dependencies

  • wxWidgets 3.2.9
  • CMake ≥ 4.1
  • PortAudio
  • ASIO SDK

Build (CMake)

This repo uses CMake, wxWidgets, and PortAudio with ASIO support.

ASIO SDK Setup (required)

The ASIO SDK cannot be redistributed and must be downloaded manually:

  1. Download the ASIO SDK from Steinberg's website
  2. Place it at C:\ASIOSDK (or update ASIO_SDK_ROOT in CMakeLists.txt to your path)
  3. Open C:\ASIOSDK\host\pc\asiolist.cpp and add the following two lines at the very top of the file, before any other includes or pragmas:
#undef UNICODE
#undef _UNICODE

PortAudio Setup (required)

  1. Download PortAudio from portaudio.com
  2. Place it at C:\portaudio (or update PORTAUDIO_ROOT in CMakeLists.txt to your path)

About

FXLab Amp Simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors