florian-grond / SC-HOA

HOA wrapper classes for SuperCollider based on https://github.com/sekisushai/ambitools
GNU General Public License v3.0
32 stars 7 forks source link

simplify ugen selection #52

Open telephon opened 2 years ago

telephon commented 2 years ago

Here is a suggestion of how to simplify the code for UGen selection. Let me know if that makes sense to you, I could help with other cases as well if you like it. I think it makes the library clearer to read. As a side-effect, we get rid of non-inlined functions (#51).

Of course the critical thing is testing the correctness of the changes, which would be something I can't properly do myself.