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
Adds Kammerl Beat Repeat to Parasites #1
Conversation
Hi there, thanks for your work @boourns. I'm really happy that someone is still improving this, and kammerl's modes look really interesting. That said, I'd rather have this development not take place in my repository: I am not maintaining this project anymore and I don't want to be held responsible for the changes, releases, bug fixes etc. Feel free to clone and advertise you own repository with the merge though! |
OK, thanks @mqtthiqs! I'll close this here and figure out my next steps. Cheers. |
@boourns did you give up on this? I would love to try it, but it would probably take me a bit to ramp up to compiling it. Is there a wav file available anywhere? |
Argh, but that firmware doesn't work well for Monsoon. @boourns what would be involved in making the combined firmware work for Monsoon? |
I don't have time to do this / test it but since I DID also write the Monsoon firmware changes, I'll try to point you in the right direction. Basically you need to take this jkammerl/parasites branch, and apply the 3 commits I wrote here: then compile and you should be set. Give it a shot and let me know how it goes. Note that this firmware is VERY close to full ROM. In fact, after I wrote this, I tried starting with a stock firmware and adding all the modes, and ran out of space long before I was done. |
This just ports Julius's beat repeat code into Parasites. I generated a patch based on the last two commits of this fork https://github.com/jkammerl/eurorack/commits/master
There is no size problem as far as I can tell. It compiles and uploads fine, all modes play, buffer saving/restoring works fine.
There's a bit of work I still need to do - reverb is still enabled on the beat-repeat algorithm, and I want to go through the patch one more time to ensure that I didn't miss anything else. It could use some people testing it too to ensure it performs the same as the isolated firmware.
I haven't played with the spectral clouds algorithm much - would it be worth also implementing that as an additional algorithm, or replacing spectral mode, or leave it be?