Sending LFOs to outputs

Software questions and issues with the FV-1

Moderator: frank

Post Reply
livingston
Posts: 131
Joined: Sun Nov 15, 2009 3:37 pm
Location: New Orleans, LA US

Sending LFOs to outputs

Post by livingston »

I'm playing around with some oscillator sync stuff. Trying to use the ramp LFO as an audio oscillator, and JAMming it every zero crossing to get a hard sync synth kind of thing.

My understanding of the CHO operations is still very superficial. I've been reading through the datasheets of course, but I'm still not really sure how I would read the ramp LFO and use it like an audio signal and send it to an output. Any suggestions? Is this even possible, or will I need to code a software ramp?
frank
Posts: 1281
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Post by frank »

Very simple example:

Code: Select all

skp run,start
wldr 0,32767,4096

start:

cho rdal,RMP0
wrax DACL,0
Frank Thomson
Experimental Noize
Post Reply