sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.06k stars 185 forks source link

Arduino giga port #178

Closed tomcombriat closed 1 year ago

tomcombriat commented 1 year ago

Hi, This is just to trigger some conversations. Got hand on a giga from Arduino and was thinking to try to port it soon. I know that @tfry-git is also probably working on it. So I was wondering what would be the best strategy? I think merging things from someone else on a PR is not very convenient.

Maybe we should create a branch and then PR to this one, so that we do not have to care about breaking the lib while testing and everyone can easily PR (and get merged eventually) on this branch? Of course the branch would be destined in between deleted once things are in master.

What do you think?

tfry-git commented 1 year ago

Maybe we should create a branch and then PR to this one

Sounds like a good idea. I already started my port in a branch "devel/arduino-giga". Actually, I had intended that to be in my personal fork, but I messed up, and so that branch is here, already.

As for the state / coordination / first thoughts:

I suppose PDM-coded via UART is the area that I would be most likely to experiment with over the next few days, personally.

tfry-git commented 1 year ago

Oh, and from here on I will try to make sure to work in my own fork, first, and then PR!

tomcombriat commented 1 year ago

Looks like I am arriving a bit after the battle! For my defense I got hand on the board only today :/. I will try to see what I can help with!

Oh, and from here on I will try to make sure to work in my own fork, first, and then PR!

Actually, making the developments here was what I have in mind as this repo is the middle point for contributors.

tfry-git commented 1 year ago

Actually, making the developments here was what I have in mind as this repo is the middle point for contributors.

I see what you mean, now. Yes, let's make it so.