-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding code for square wave oscillator and sawtooth oscillator. #19
base: master
Are you sure you want to change the base?
Conversation
Hey Zach, just to summarize our email thread, this PR is mostly waiting on some tests and renaming SawtoothOsc to SawOsc. Also, at some point the default Saw and Square oscillators will be bandlimited so the behavior in this PR will be available with a |
Hi Spencer, yes! I'll be on it soon. Just was traveling over the weekend in Z On Sun, Aug 3, 2014 at 8:33 AM, Spencer Russell [email protected]
|
Hi Spencer - I just pushed the changes on my fork to incorporate the change On Tue, Aug 5, 2014 at 11:57 AM, zack [email protected] wrote:
|
Hey Zach, Thanks for adding the tests. Do they pass on your system? On mine I'm getting a couple failures with the SquareOsc and then it throws an error. |
Little update - There were some issues with my travis config that were causing the travis tests to fail with all PRs. If you rebase on the latest master and re-push then travis should make it past the initial installation issues and then we'll be looking at the same test results. |
Added code for square wave oscillator, based on code for sin oscillator.