Search found 89 matches

by Alex MAK
Fri Mar 22, 2013 2:12 pm
Forum: FV-1 hardware questions
Topic: Start up Noise
Replies: 8
Views: 12169

Hi guys! I also observed this phenomenon in all chips FV-1. Helped by setting 15pF capacitor on the leg to ground and Crystal. This significantly reduces noise at startup chip. Alex
by Alex MAK
Fri Feb 01, 2013 4:13 pm
Forum: Algorithm development
Topic: Stupid questions. For beginners.
Replies: 33
Views: 58678

Thank you, Frank. This is exactly what I need!
by Alex MAK
Wed Jan 30, 2013 4:34 am
Forum: Algorithm development
Topic: Stupid questions. For beginners.
Replies: 33
Views: 58678

Hi guys! I need your advice! I need to POT1 worked opposite. Ie with a minimum of POT1 was the maximum volume, and would decrease with increasing values ​​of POT1. Thank you! Sincerely, Alex. rdax adcl,0.5 ; Write it to left delay and clear ACC rdax adcr,0.5 ; Write it to left delay and clear ACC mu...
by Alex MAK
Thu Nov 29, 2012 11:51 pm
Forum: Algorithm development
Topic: Stupid questions. For beginners.
Replies: 33
Views: 58678

Thank you, Frank! It looks like this is what I need :)
by Alex MAK
Thu Nov 29, 2012 10:35 am
Forum: Algorithm development
Topic: Stupid questions. For beginners.
Replies: 33
Views: 58678

Thank you, Frank!

RDAX ADCL, -1.0
RDAX ADCR, 0

That's it right?
by Alex MAK
Thu Nov 29, 2012 8:36 am
Forum: Algorithm development
Topic: Stupid questions. For beginners.
Replies: 33
Views: 58678

Hi! Guys, please tell me how to invert one signal in different channels, he was in a different phase. Thank you! Alex.
by Alex MAK
Mon Nov 26, 2012 11:16 pm
Forum: Algorithm development
Topic: Any thoughts on implementing an "infinite hold" ef
Replies: 42
Views: 75809

Thank you! I'll try it :)
by Alex MAK
Sun Nov 25, 2012 6:46 am
Forum: Algorithm development
Topic: FORMANT FILTER
Replies: 0
Views: 11415

FORMANT FILTER

Hi guys! There are ideas for formant synthesis filter for the voice of a musical instrument? Thanks in advance! Alex.
by Alex MAK
Sun Nov 25, 2012 6:33 am
Forum: Algorithm development
Topic: Any thoughts on implementing an "infinite hold" ef
Replies: 42
Views: 75809

Hi guys! This code works for me is not correct, it's like a tremolo effect. How can you get rid of this artifact? Thank you! Alex.
by Alex MAK
Tue Nov 06, 2012 10:54 am
Forum: Algorithm development
Topic: Analog echo
Replies: 14
Views: 16592

The term "analog" I consider the "deterioration" of each successive repeat. As is done in analog devices delay.
by Alex MAK
Mon Nov 05, 2012 5:15 pm
Forum: Algorithm development
Topic: Octave up and down
Replies: 34
Views: 49128

Hi, Frank! I built the code Octaver with chorus, and it helped to smooth out fluctuations. But I see too much of a chorus, and the surge is not entirely gone. What are tips and tricks? Thank you! Alex :) ;OCTAVER+ Alex MAK ;Pot0 = Clean ;Pot1 = OCT+1 ;pot2 = OCT-1 ;memory declarations: delayd mem 40...
by Alex MAK
Sun Nov 04, 2012 3:00 am
Forum: Algorithm development
Topic: Analog echo
Replies: 14
Views: 16592

I came back with the results. That is what I got I was quite satisfied, but it is not ideal. I would be happy ideas for improving the code :). Alex Echo ;Pot0 = Feedback ;Pot1 = Delay ;pot2 = Echo level ;memory declarations: mem edel 32767 ;register equates: equ potfil reg1 ;adjusts pitch equ mono r...
by Alex MAK
Fri Nov 02, 2012 10:11 pm
Forum: Algorithm development
Topic: Analog echo
Replies: 14
Views: 16592

Thank you, Frank! I'll try it today!
by Alex MAK
Fri Nov 02, 2012 2:55 pm
Forum: Algorithm development
Topic: Analog echo
Replies: 14
Views: 16592

Thank you! I really mean POT1 in question. On the second issue. In analog delay after each repetition "deteriorating sound quality." How to specify a filter (or something else) to get the repetition like MEMORY MAN?
by Alex MAK
Fri Nov 02, 2012 12:53 pm
Forum: Algorithm development
Topic: Analog echo
Replies: 14
Views: 16592

Analog echo

Greetings to you! I want to create a "ANALOG Delay" based on the FV-1. Something like MEMORY MAN. I have 2 questions now. How can you get rid of the noise while the change of the delay? How can I make to become "ANALOG" ones. For example, I took the code. Many thanks for the idea...