Search found 89 matches

by Alex MAK
Wed Dec 15, 2010 12:40 am
Forum: Algorithm development
Topic: Distortion code
Replies: 12
Views: 13172

Code (PostPosted: Tue Dec 14, 2010 3:40 pm Post subject:) works well. A good overdrive. Its possible to add gain control (POT0), TON (POT1) and volume (POT2) ?
by Alex MAK
Wed Dec 15, 2010 12:32 am
Forum: Algorithm development
Topic: Stupid questions. For beginners.
Replies: 33
Views: 58675

Stupid questions. For beginners.

I want to ask my first stupid question in this top.
Not all effects are equal in volume. Is it possible to write a piece of code? Find the right rates? To the output signal is equal to the input signal. How to do it? How do I apply this code to any effect?
by Alex MAK
Tue Dec 14, 2010 4:50 pm
Forum: Algorithm development
Topic: Distortion code
Replies: 12
Views: 13172

This code makes a noise http://www.spinsemi.com/get_spn.php?spn ... um=SPN1001 . The quality of the noise varies regulators. The guitar does not change the noise.
by Alex MAK
Tue Dec 14, 2010 4:26 pm
Forum: Algorithm development
Topic: Distortion code
Replies: 12
Views: 13172

by Alex MAK
Tue Dec 14, 2010 1:12 pm
Forum: Algorithm development
Topic: Aliaser
Replies: 14
Views: 28340

Frank, thank you! Works as expected:). How to make "robot voice" was brighter against the background of pure guitar?
by Alex MAK
Tue Dec 14, 2010 10:58 am
Forum: Algorithm development
Topic: Distortion code
Replies: 12
Views: 13172

I'm not working distortion code. All codes (distortion) which I found on this forum and the site will not work.
by Alex MAK
Tue Dec 14, 2010 10:54 am
Forum: Algorithm development
Topic: Ringmodulator
Replies: 18
Views: 20555

;Start by initializing a SIN LFO skp run,endset wlds sin0,0,32767 ;output = +/-1, freq = 0 ;endset ;Then adjust the frequency with a pot rdax pot0,1 wrax sin0_rate,0 ;Now get the LFO into the accumulator cho rdal,sin0 ;Then multiply by the input signal mulx adcl ;and output the result wrax dacl,0 ;I...
by Alex MAK
Tue Dec 14, 2010 7:46 am
Forum: Algorithm development
Topic: Distortion code
Replies: 12
Views: 13172

I'm not running any distortion code to which there are ready examples. Where to find the problem?
by Alex MAK
Tue Dec 14, 2010 7:42 am
Forum: Algorithm development
Topic: Ringmodulator
Replies: 18
Views: 20555

The problem is still there :(
by Alex MAK
Tue Dec 14, 2010 7:41 am
Forum: Algorithm development
Topic: Aliaser
Replies: 14
Views: 28340

Frank, thank you for the code! He is very good;). But there is one observation. The effect is regulated very strongly at the beginning of the scale, and is not regulated further. Possible that the effect was regulated by full scale evenly?
by Alex MAK
Fri Nov 26, 2010 2:08 am
Forum: Algorithm development
Topic: Ringmodulator
Replies: 18
Views: 20555

That code writes to the left output, maybe you're trying to get sound out of the right output?
by Alex MAK
Thu Nov 25, 2010 3:14 pm
Forum: Algorithm development
Topic: Ringmodulator
Replies: 18
Views: 20555

I changed the Sin and Cos, s and c . The device produces no sound.
equ s reg0
equ c reg1
by Alex MAK
Thu Nov 25, 2010 12:43 pm
Forum: Algorithm development
Topic: Ringmodulator
Replies: 18
Views: 20555

;Start by initializing a SIN LFO skp run,endset wlds sin0,0,32767 ;output = +/-1, freq = 0 ;endset ;Then adjust the frequency with a pot rdax pot0,1 wrax sin0_rate,0 ;Now get the LFO into the accumulator cho rdal,sin0 ;Then multiply by the input signal mulx adcl ;and output the result wrax dacl,0 ;...
by Alex MAK
Thu Nov 25, 2010 1:41 am
Forum: Algorithm development
Topic: Ringmodulator
Replies: 18
Views: 20555

I tried to build a Hex code of Keith, gets a lot of mistakes. I remove the extra lines as indicated by the program is the code that I described on the wall. I'm trying to build, get this: <0000>[ Pass 1] [ 1028] Line: 1 "Start by initializing a SIN LFO: " - ERROR:Whitespace in label - Star...
by Alex MAK
Wed Nov 24, 2010 2:44 pm
Forum: Algorithm development
Topic: Ringmodulator
Replies: 18
Views: 20555

Hi! The code I have does not work. I tried to change it, but it still does not work. Where to look for a mistake? skp run,endset wlds sin0,0,32767 ;output = +/-1, freq = 0 rdax pot0,1 wrax sin0_rate,0 cho rdal,sin0 mulx adcl wrax dacl,0 equ sin reg0 equ cos reg1 skp run,endset ;do not execute if alr...