Skip to content
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

Thank you #15

Open
nathanRamaNoodles opened this issue Sep 13, 2018 · 3 comments
Open

Thank you #15

nathanRamaNoodles opened this issue Sep 13, 2018 · 3 comments

Comments

@nathanRamaNoodles
Copy link

I played around with your awesome library and created my own. Just thought I'd share it with you:
https://github.com/nathanRamaNoodles/MusicWithoutDelay-LIbrary

@13um45
Copy link

13um45 commented Oct 5, 2018

@nathanRamaNoodles Were you able to get it to work with a mega2560? Super interested in this!

@nathanRamaNoodles
Copy link
Author

Yup, after a couple of months, I figured it out. It was quite the challenge because pin 11 on Mega was broken since 2011 after Arduino updated their IDE. So after trial and error, and a little help from PaulStoffregen, I figured out the solution. It was a simple analogWrite( ) along with the 16-bit pre-scaler. and it sounds beautiful. I even got carried away and increased polyphony to infinity(well there are limitations). If you want to use the synth engine you can simply extract the synth.h and synth.cpp files and create a library out of that. I simply used this synth "engine" in order to play music without delay.

I wish more people would find my library, but oh well.

@13um45
Copy link

13um45 commented Oct 5, 2018

Amazing! I've been stuck on a musical cellular automaton project for a while. This completely unblocks that, thanks you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants