You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
708 B

; Generated by kX DSP Editor - microcode dump
name "K-Xfade";
copyright "Copyright (c) kX Project, 2003-2004. All rights reserved";
; NOTE The present DSP microcode dump is protected by the
; license agreement bundled with the appropriate software
; package containing this microcode,
; regardless the particular copyright notice is present in the dump.
engine "kX";
created "03/14/2003";
guid "ae9ba4cb-dfb6-4eb0-8a60-86a7bf784ac0";
; Registers
control Balance
input In1
input In2;
output Out;
temp imbalance,Out1,Out2
; Code
macsn imbalance,0.0,balance,1.0
macs out1,0.0,In1,balance
macs out2,0.0,in2,imbalance
macs out,out1,out2,1.0
end