DSP effects with WinRec ----------------------- WinRec is able of using DSP sound effects during playing and/or recording. The DSP program must be available as a .LOD file. The date must be recieved and transmitted via the DMA matrix without handshake. Some effects are included into the WinRec package. For the DSP effect NOTHING.LOD the source code is also included to show you how to transmit the sound and parameter data. You can use this source as a base for your own programs. Look at it and try it. You can't destroy your Falcon - only your ears :-) To every .LOD file there may exist a .PAR file. This file contains information about the parameter that can be used to modify the DSP effect. Using the information in this file you can modify the effect by sliders in WinRec. The structure of a PAR file: ---------------------------- TITLE [Effect name] DECPARA/HEXPARA [Parameter no.],[Minimal value],[Maximal value],[Default value], [Parameter name max 3. chars] DECPARA = All values decimal (24 Bit) HEXPARA = Alle values hexa decimal (24 Bit) example: --------- TITLE Karaoke HEXPARA 0,0,7fffff,599999,BAS HEXPARA 1,0,7fffff,7fffff,VOI The parameters are sent to the DSP via 'Dsp_BlkUnpacked()'. At first the number of the parameter to be changed and then it's new value. Andreas Binner Harald Sch”nfeld