3 in 1

Hardware questions and issues with the FV-1

Moderator: frank

Post Reply
accumulator
Posts: 8
Joined: Wed Jun 25, 2008 10:50 am

3 in 1

Post by accumulator »

Hi Frank,

I'm still working my way up to learn to program the FV1.
I know you provided some code for the bitcrusher (thanks! interesting!) and on a previous post the Cylon modulator (CyLoN) I wanted to merge them but still learning FV1's assembly/DSP concepts.


I'd love to hear 3 effects in 1 program like:
pot0 ; Cylon
pot1 ; Pitch Shifter
pot2 ; Bitcrusher


can you help?


Thanks!
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Post by frank »

Well, first you need to plan the effects, are these parallel effects? Serial (cylon output goes to pitch shift input) effects? What is the desired final output of the set of effects?

So, since you want to learn FV-1, do the following:

1. Draw a block diagram of how you want the effects routed and which pot controls them.

2. Consider memory requirements of each block, make sure the total won't exceed available memory and registers.

3. Take the existing code from the site and try to combine it to match the diagram.

4. Post the code, working or not. We can discuss the code here then and fix it if necessary, look where it can be optimized, etc.
Frank Thomson
Experimental Noize
accumulator
Posts: 8
Joined: Wed Jun 25, 2008 10:50 am

Post by accumulator »

ok great, I'll do that!
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Post by frank »

Just wondering how it is going, any questions, problems, etc.?
Frank Thomson
Experimental Noize
Post Reply