Oscillator troubles
Posted: Mon Jun 08, 2020 9:54 pm
Sorry if this is a dumb question, but I have been trying for days to get this to work.
So, I'm trying to make a simple oscillator module, right ? WELL, I've been having some trouble. The oscillator is way out of tune. I've tried so many methods, so many numbers, so much stuff... I can't get it to sound right now matter what I do. And I've looked a lot of places for answers, even here on the forums, but... Nothing. This stuff doesn't feel very well documented, but, eh, it's fine. Most of it is self-explanatory... EXCEPT for this.
Here's what I have now ^
A friend suggested 131. It didn't work.
Is anyone able to help me with this ? >:
So, I'm trying to make a simple oscillator module, right ? WELL, I've been having some trouble. The oscillator is way out of tune. I've tried so many methods, so many numbers, so much stuff... I can't get it to sound right now matter what I do. And I've looked a lot of places for answers, even here on the forums, but... Nothing. This stuff doesn't feel very well documented, but, eh, it's fine. Most of it is self-explanatory... EXCEPT for this.
Code: Select all
if (cvJack.IsConnected()){
cvValue = cvJack.GetValue() * 131;
}
A friend suggested 131. It didn't work.
Is anyone able to help me with this ? >: