Short: Multitrack audio application (source) Author: info@audio-evolution.com (Davy Wentzler) Uploader: mbergmann-sh web de (Michael Bergmann) Type: mus/edit Version: 3.20 Architecture: generic Distribution: Aminet Kurz: Multispur Audio Anwendung (source) ---------- Archive Description (english) ---------------------- Audio Evolution v3.20, (full version) (formerly known as PlayHD) written by Davy Wentzler updated source tree based on v3.20 (April 2001) by Michael Bergmann (August 2023) ABOUT THIS RELEASE ------------------ Davy Wentzler released full source to AudioEvolution v3.20 to the public in August 2011. Unfortunately, his source didn't compile AOTB under OS 3.x - so I fixed it. Davy kindly gave me permission to release updated source and binaries. This is the source tree release. I didn't really do much work on it: - fixed some dependencies for compilation with SAS/C v6.58 - some smaller source fixes - added optimizing makefiles for MC680x0 with and without fpu support - added interims installer script for '040 program versions (binary release only) - Michael Bergmann, August 2023 - HOW TO COMPILE AE v3.20 FROM SOURCE ----------------------------------- Prerequisites: - SAS/C v6.58 with OS 3.1 or OS 3.2.2 includes installed, configured and working on your system - Developer archives C includes for: * AHI-system (V4) (from Aminet: m68k-amigaos-ahidev.lha) * popupmenu.library (from Aminet: pmdev.lha) * reqtools.library (from Aminet: ReqToolsDev.lha) * Phase5 ppc.library for PPC realtime effects * camd.library for MIDI support (Amiga Developer CD 2.1) in your 'include:' path. Compilation process: 1. Build prerequisits for DSP.lib linker library by running 'smake -f smakefile_preplib' 2. CD to 'dsp' directory 3. Run smake in order to build the linker lib 4. Copy 'DSP.lib' to 'lib:' 5. CD back to main source path and run 'delete #?.o #?.lnk' 6. Compile the executable by using 'smake -f ' You then should find your freshly compiled 'AudioEvolution' executable within the main source path.