Search found 3 matches
- Wed Jan 30, 2019 5:39 pm
- Forum: FV-1 software questions
- Topic: Can a triangle LFO be used in chorus?
- Replies: 8
- Views: 12175
Re: Can a triangle LFO be used in chorus?
Ramp LFO (DDS) is only several lines of code, then it can be mirrored to triangle, then you can use servo technique to move pointer Yes, but the servo technique uses RMP which I can't use to move the pointer (need to use the triangle in the ACC). The proper technique still eludes me how to do that.
- Wed Nov 21, 2018 11:30 am
- Forum: FV-1 software questions
- Topic: Can a triangle LFO be used in chorus?
- Replies: 8
- Views: 12175
Re: Can a triangle LFO be used in chorus?
Thank you, Frank, for your quick reply. So as I understand it, I will need to recreate the functionality in code normally contained within a single CHO instruction. I'm trying to find some coding examples how to accomplish this, as I just started learning this chip. Are there any online that may be ...
- Wed Nov 21, 2018 10:52 am
- Forum: FV-1 software questions
- Topic: Can a triangle LFO be used in chorus?
- Replies: 8
- Views: 12175
Can a triangle LFO be used in chorus?
Hello, I need to create a chorus that uses triangle, not sine LFO. This is to ensure that there is always a movement in sound (sine is not ideal as there is a brief pause when the waveform reverses direction). It is replicating a BBD-based vintage chorus that has a triangle LFO. In code examples the...