Search found 89 matches

by Alex MAK
Tue Nov 23, 2010 2:20 pm
Forum: Algorithm development
Topic: Synth
Replies: 22
Views: 27518

Ok . I articulate the wishes and soon will turn to the specific wishes of what I want from the code :)
by Alex MAK
Mon Nov 22, 2010 1:45 am
Forum: Algorithm development
Topic: Synth
Replies: 22
Views: 27518

To start planning to make on the basis of the following codes: equ s reg10 equ c reg11 equ freq reg12 ; skp run,start clr ; Clear ACC wrax s,0 ; Write 0 to sin reg sof 0,0.5 ; 0.5 -> ACC wrax c,0 ; Write 0.5 to cos reg ; start: ; clr rdax pot0, 0.05 ; Read pot 0, scale to adjust max speed wrax freq,...
by Alex MAK
Sun Nov 21, 2010 1:31 pm
Forum: Algorithm development
Topic: Synth
Replies: 22
Views: 27518

Well, let's say, I would like 8-bit synth. Or fuzz + octave up:)
by Alex MAK
Sun Nov 21, 2010 7:53 am
Forum: Algorithm development
Topic: Synth
Replies: 22
Views: 27518

To FV-1 can make a synth? How is this possible to implement?
by Alex MAK
Fri Nov 19, 2010 6:55 am
Forum: Algorithm development
Topic: Harmonizer
Replies: 11
Views: 18747

Thank you Frank! This is what I need!
by Alex MAK
Thu Nov 18, 2010 1:20 pm
Forum: Algorithm development
Topic: Harmonizer
Replies: 11
Views: 18747

Please excuse me for stupid questions. I did not understand English. I really want to successfully complete my project on this has to bother you here:). I beg to explain in more detail, paragraph 2 of the previous message. Thanks in advance!
by Alex MAK
Sat Nov 13, 2010 1:05 pm
Forum: Algorithm development
Topic: KEY-REV program mods
Replies: 5
Views: 7495

I do not know from where this code appeared for me. Found him in a computer. Name of him "revers key_rev.spn" . It appears at an attempt to build: <0000>[ Pass 2] [ 1014] Line: 150 "wrax effect, 0 " - ERROR:Undefined Name or Forward Reference - EFFECT <0001>[ Pass 2] [ 1013] Line...
by Alex MAK
Fri Nov 12, 2010 4:29 am
Forum: Algorithm development
Topic: KEY-REV program mods
Replies: 5
Views: 7495

Problems with this code. Is it possible to correct? ;Key change and reverb program for karaoke applications. ;Music (mono) in on left channel (perhaps from vocal remover) ;Microphone in on right channel ;outputs are stereo reverb and synthesized stereo music. ;pot0 controls key ;pot1 controls reverb...
by Alex MAK
Thu Nov 11, 2010 1:49 am
Forum: Algorithm development
Topic: Harmonizer
Replies: 11
Views: 18747

Frank, I did as you advised, whew for me turned out: ;PITCH TRANSPOSER, STEREO mem ldel 4096 ;left delay mem dtemp 1 ;temporary DRAM data location equ potfil reg0 ;pot0 filter for smoothing ; Initialization, only run on first executuion of code ; Skip the following two instructions if NOT the first ...
by Alex MAK
Wed Nov 10, 2010 3:48 pm
Forum: FV-1 software questions
Topic: 2 second delay
Replies: 20
Views: 38916

livingston For me this code did not begin to work. I tried to use him as well as any other code. Possibly are there cunnings?
by Alex MAK
Wed Nov 10, 2010 3:32 pm
Forum: Algorithm development
Topic: Harmonizer
Replies: 11
Views: 18747

Used parts of code of oсtaver and pitch shifter. Did not begin to work :( conducts a clean sound, on potentiometers irresponsive. mem ldel 4096 ;left delay mem dtemp 1 ;temporary DRAM data location ; Initialization, only run on first executuion of code ; Skip the following two instructions if NOT th...
by Alex MAK
Mon Nov 08, 2010 3:05 pm
Forum: Algorithm development
Topic: Harmonizer
Replies: 11
Views: 18747

Thank you Frank! I will try to study it. There can be foolish questions :)
by Alex MAK
Mon Nov 08, 2010 5:29 am
Forum: Algorithm development
Topic: Harmonizer
Replies: 11
Views: 18747

Thank you Frank! Unfortunately I program badly, it was desirable to get the prepared decision. Well, will try to do it
by Alex MAK
Fri Nov 05, 2010 1:46 pm
Forum: Algorithm development
Topic: Harmonizer
Replies: 11
Views: 18747

Harmonizer

Hello all guys! I want to do that Fv-1 worked Harmonizer . Are there the prepared decisions? Thank you!