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

Home / Source code
Name Modified Size InfoDownloads / Week
Parent folder
AutoEQ 2025-03-15
Images 2025-03-15
Help 2024-12-22
Languages 2024-12-22
Configurations 2024-09-02
knobs source code 2024-09-02
Sounds 2023-12-24
DevicePeakValues 2021-08-09
DirectSound 2021-08-09
Readme How to compile.md 2025-03-15 2.8 kB
Pal.zip 2025-03-15 822.9 kB
Midi1-2.zip 2025-03-15 243.5 kB
Peace16810.au3 2024-12-22 1.6 MB
Peace16710.au3 2024-09-02 1.5 MB
Peace1660.au3 2023-12-25 1.4 MB
Peace1641.au3 2023-02-07 1.3 MB
midiImproved.au3 2023-02-07 196.5 kB
Peace1636.au3 2022-12-29 1.3 MB
Peace1626.au3 2022-06-26 1.2 MB
Peace1612.au3 2021-11-08 1.1 MB
Peace1605.au3 2021-09-24 1.1 MB
Peace1591.au3 2021-02-26 979.0 kB
Dialogue.au3 2021-02-21 37.3 kB
ReadmePeace.txt 2020-09-09 528 Bytes
Peace1555.au3 2020-09-09 952.4 kB
Peace1543.au3 2020-03-08 828.0 kB
Peace1532.au3 2019-10-14 811.8 kB
Peace1520.au3 2019-07-09 771.0 kB
_inputmask.au3 2019-05-03 19.7 kB
Peace1486.au3 2019-01-22 716.6 kB
Peace1474.au3 2018-08-11 673.7 kB
Peace1463.au3 2018-05-27 624.3 kB
Peace1450.au3 2018-04-06 617.6 kB
Peace1444.au3 2017-12-21 614.0 kB
Peace1435.au3 2017-10-15 599.1 kB
Peace1423.au3 2017-07-26 591.2 kB
Peace1414.au3 2017-06-11 586.8 kB
Peace1401.au3 2017-02-10 524.2 kB
Peace1390.au3 2017-01-17 521.7 kB
Peace1380.au3 2017-01-06 520.0 kB
Peace1375.au3 2016-08-14 480.8 kB
Peace1361.au3 2016-06-26 468.3 kB
GUIScrollbars_Ex.au3 2016-06-18 28.5 kB
Peace1061.au3 2016-06-03 108.7 kB
Peace1082.au3 2016-06-03 134.6 kB
Peace1101.au3 2016-06-03 143.1 kB
Peace1090.au3 2016-06-03 136.8 kB
Peace1110.au3 2016-06-03 179.0 kB
Peace1120.au3 2016-06-03 189.5 kB
Peace1201.au3 2016-06-03 227.3 kB
Peace1222.au3 2016-06-03 243.6 kB
Peace1230.au3 2016-06-03 246.7 kB
Peace1240.au3 2016-06-03 268.6 kB
Peace1261.au3 2016-06-03 312.7 kB
Peace1250.au3 2016-06-03 303.7 kB
Peace1270.au3 2016-06-03 315.2 kB
Peace1280.au3 2016-06-03 317.9 kB
Peace1290.au3 2016-06-03 323.7 kB
Peace1310.au3 2016-06-03 366.6 kB
Peace1322.au3 2016-06-03 378.3 kB
Peace1341.au3 2016-06-03 447.5 kB
Peace1330.au3 2016-06-03 380.4 kB
Peace1352.au3 2016-06-03 456.8 kB
Totals: 63 Items   29.1 MB 77

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