Hi Folks,
my first posting here ...
to celebrate that here's a little present for all U guys out there.
my first DSP-effect is coming along.
maybe U have already written on your own ...
but for all those who asked themselves why this effect is not
included in default effects ... ( I allow it hereby)
here it is:
; Generated by kX DSP Editor - microcode dump
name "Karaoke";
copyright "Copyright (c) dan_the_man, 2002-2003.";
engine "kX";
created "01/07/2003";
guid "34e002b0-e196-4040-8d4e-8d9e706ef40d";
; Registers
input inl, inr;
output outl, outr ;
control level=0x7fffffff;
temp tl, tr;
; Code
macsn tl, 0x0, inl, level;
macsn tr, 0x0, inr, level;
acc3 outl, 0x0, inr, tl;
acc3 outr, 0x0, inl, tr;
end;
try it on a song with straight vocals.
preferably only one voice and as little effects as possible.
indigo girl works fine.
greetings
dan_the_man