Robin Schmidt
Robin Schmidt
looks like i have the math working. the dots are now equidistant:  that was a fun challenge and resulted in some new math code for the library which may...
ok - next to the AntiAlias button there's now a new menu with two entries for the interpolation mode: "Linear" (as before) and "Cubic". currently, the cubic mode does not...
> you didn't actually add the file, you must be intending to but didn't do it yet. oh - right. fixed that. i just added it to the repo. that's...
hmm...yes - sounds like a good idea. i will think about it. shouldn't be rocket science. we could also make endless circular rotary knobs then that just keep rotating around
hmmm...if i'm not mistaken, that might be possible already by just using an appropriate color map. for example, a simple black-to-white map looks like this: ```xml ``` using 00 for...
wait - is it actually legal for an xml attribute name to start with a number? idk. if not, we may have to re-think the xml-format for colormaps
aha - yes, that sounds useful. another useful thing would be to be able to switch to equal spacing on a log scale (well - actually that is what you...
i guess, i will need lin2log, log2lin, freq2pitch, pitch2freq, amp2db, db2amp modules....
OR: i will make a general "Formula" module (which is on the list anyway), also with multi I/O
guess what? when i make a formula module and equip it with the feature set of FuncShaper, *it* can be used as quantizer. FuncShaper has a "quant" function built in