Download Latest Version PeaceSetup.exe (31.2 MB)
Email in envelope

Get an email when there's a new version of Peace Equalizer, interface Equalizer APO

Name Modified Size InfoDownloads / Week
Parent folder
Peace.chm 2024-12-22 646.6 kB
Totals: 1 Item   646.6 kB 2

How to compile#

  • Install AutoIt IDE
  • Create an AutoIt development folder for instance c:\users\Peter\Documents\AutoIt
  • Create a subfolder for Peace for instance c:\users\Peter\Documents\AutoIt\Peace
  • Build a folder structure as seen on Peace source code download page WITHOUT the Knobs source code folder
  • Download the contents of these folders: AutoEQ, Configurations, Help, Images, Languages, DirectSound, DevicePeakValues
  • Drop a version of Peace.au3, the _inputmask.au3 (only for version 1.6.1.2 and lower), the GUIScrollbars_Ex.au3 and ReadmePeace.txt files into the Peace AutoIt folder

Then

  • Create a subfolder named "Knobs" in the AutoIt development folder for the knobs source code: c:\users\<yourname>\Documents\AutoIt\Knobs
  • Create a subfolder named "Images" within this folder
  • Download the contents of the Knobs source code folders into these folders
  • Create a subfolder named "AutoIt Library" in the AutoIt development folder for the AutoIt Library source code: c:\users\<yourname>\Documents\AutoIt\AutoIt Library
  • Download Pal.zip and unzip to the above mentioned subfolder
  • Create a subfolder named "Midi" in the AutoIt development folder for the MIDI library source code: c:\users\<yourname>\Documents\AutoIt\Midi
  • Download midi1-2.zip and unzip to the above mentioned subfolder

So you get a structure like this

c:\users\Peter\Documents\AutoIt\Peace
    Configurations (folder containing .peace files)
    DevicePeakValues (folder containing DevicePeakValues32.dll and DevicePeakValues64.dll)
    DirectSound (folder containing DirectSound.au3 and DirectSoundConstants.au3)
    Help (folder containing peace.chm)
    Images (folder containing .png and .ico files)
    Languages (folder containing .plf language files and EqualizeAPOcommands file)
    Sounds (folder containing sound files)
    _inputmask.au3 (only needed for version 1.6.1.2 and earlier)
    GUIScrollbars_Ex.au3
    Peace.au3
    ReadmePeace.txt
    midiImproved.au3

c:\users\Peter\Documents\AutoIt\AutoIt Library
    Dialogue.au3
    close.png
etc.

c:\users\Peter\Documents\AutoIt\Knobs
    Images (containing .png files)
    Knobs.au3

c:\users\Peter\Documents\AutoIt\Midi
    API
    UDF

Now start up the AutoIt IDE and open Peace.au3 and compile to an executable.

Source: Readme How to compile.md, updated 2025-03-15