Triangle Wave LFOs

Software questions and issues with the FV-1

Moderator: frank

Post Reply
seancostello
Posts: 74
Joined: Mon Sep 11, 2006 10:04 pm

Triangle Wave LFOs

Post by seancostello »

Hi:

Is there a simple way of generating triangle wave LFOs for delay modulation in the FV-1?

Thanks,

Sean Costello
pharaohamps
Posts: 34
Joined: Thu Nov 09, 2006 6:58 am
Contact:

Post by pharaohamps »

Sean, I'm pretty sure you can use the ramp LFO's for that. Look at the source for OEM6, the flanger program in the example project. I'm no assembler whiz but it looks like you can mangle the ramp to get a triangle.

http://www.spinsemi.com/get_spn.php?spn ... um=SPN1001

Unzip it and look at OEM6.spn.

Matt Farrow
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Post by frank »

Matt is correct, if you look at the code the part that makes the ramp a triangle is:

cho rdal,rmp0 ;should range 0 to 0.5, a ramp
sof 1,-0.25 ;subtract 1/4 from the 0 to 1/2 result
absa ;make absolute; now 0 to 0.25
Frank Thomson
Experimental Noize
seancostello
Posts: 74
Joined: Mon Sep 11, 2006 10:04 pm

Post by seancostello »

Thanks! So, it looks like you could use the ramp LFOs to have 2 triangle LFOs. I will be able to use these.

Sean Costello
Post Reply