Search found 17 matches

by kypo
Tue May 09, 2017 1:20 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

Good to hear you've found a way to make it work. Are you using Slavakian language format in Windows? If I change to that I get the same problem, it seems to do the same thing with any language that uses the comma as the "decimal symbol" for example French. Changing to use the dot/period a...
by kypo
Sun May 07, 2017 6:16 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

I ran your hex file through Igor's online disassembler and the first difference in your hex file seems to be why pot1 isn't doing anything. The last line of this bit of code from the spn file multiplies the value from pot1 by 0.001. rdax pot1, 1.0 ;read pot1 mulx pot1 ;square value, range = 0 to 1 ...
by kypo
Sun May 07, 2017 3:25 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

I ran your hex file through Igor's online disassembler and the first difference in your hex file seems to be why pot1 isn't doing anything. The last line of this bit of code from the spn file multiplies the value from pot1 by 0.001. rdax pot1, 1.0 ;read pot1 mulx pot1 ;square value, range = 0 to 1 ...
by kypo
Sat May 06, 2017 12:38 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

ice-nine wrote:As yo have pretty much eliminated everything that could be wrong are you sure it isn't working as it should, there is not a huge amount of control in this flange effect in my opinion. Have you tried the flanger in the 3k or GA_demo sets?
Yes, I have. All works.
by kypo
Fri May 05, 2017 7:59 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

I'm clutching at straw here but thinking it would be worth programming a new EEPROM as although unlikely, it is possible to have an unreliable memory cell in the EEPROM which could cause the program not to work correctly You could check by placing the effect in all 8 slots and flash this to the EEP...
by kypo
Thu May 04, 2017 11:01 pm
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

Here is a patch to help you check pot functionality. It should pass signal through when all pots are turned up. When any or all pots are turned all the way down, you should not hear anything. Input on left channel, ouput on left channel. If any pot has no effect on the sound, then there's a problem...
by kypo
Wed May 03, 2017 3:06 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

This is just a copy of the LFO section of that code. I'm not suggesting you replace anything. It works fine for me. I've reviewed this part of the code and it's exactly the same, so I can not understand where the error might be. I don't think digital Larry suggested an error in the code at all he j...
by kypo
Wed May 03, 2017 1:27 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

I can try it but I don't know what a part source code relpace with this code. This is just a copy of the LFO section of that code. I'm not suggesting you replace anything. It works fine for me. I've reviewed this part of the code and it's exactly the same, so I can not understand where the error mi...
by kypo
Wed May 03, 2017 1:16 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

We also need to see the schematic, board layout, etc. Schematic is exactly the same as in datasheet. As I wrote higher every all other progs working ok also from external 24LC32 eeprom also internal progs including internal flanger. ( I have tried GA_Demo set, M16-24 set) I would like to build my o...
by kypo
Tue May 02, 2017 7:28 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

I can try it but I don't know what a part source code relpace with this code.
Still, I do not understand why it does not work for me when for others works .
Here is my hex file (generated by SpinAsm) maybe someone can check it.
http://www.kypo.eu/rom_fla_rev.hex
by kypo
Sun Apr 30, 2017 12:04 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

I test it on two boards. Others progs are working there, all pots working. On flanger (rom_fla_rev.spn downloaded from site)) working Pot0 (Reverb level) also Pot2 (Efect level) but Pot1 not working , flanger is not sweeping I think LFO not working. Internal Flanger works fine.
by kypo
Sat Apr 29, 2017 4:12 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

It is mysterious. I make it again just now: download from site, assembly in SpinAsm, programming in PonyProg to 24LC32 and doesn't work. In two boards. Reverb is working but flanger not, no sweep. Other progs working OK.
by kypo
Fri Apr 28, 2017 12:26 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

Nobody? Frank,please, can you look at it?
by kypo
Wed Apr 12, 2017 4:41 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

Nobody knows what is bad there?
by kypo
Thu Apr 06, 2017 3:55 am
Forum: FV-1 software questions
Topic: rom_fla_rev.spn not functioning
Replies: 27
Views: 31120

rom_fla_rev.spn not functioning

rom_fla_rev.spn from Free DSP programs not functionin - no sweep.
What's wrong?