cale bradbury

Results 17 comments of cale bradbury

So right now, you can access the audio data as a 1D texture in I think that you can get it by importing `AudioAnalyzer` into your sketch and accessing it's...

Like does every param have it's own band? You could set things up this way, but I picture people will assign multiple params to a band, easier to manage that...

I really want to take these ( #185 ) on. I have a string param working in my own branch, I completely forget what level you believe the split from...

I think (sadly) that both make sense, in some cases we would want to display the normalized value, with others the real value. I think the answer is to add...

I think it's safe to not, your controllers default state will be with knobs and sliders at 0, 1, or .5, so I think it makes sense that people would...

I'm really excited for this! I'll try and implement an enum in the next sketch I write and could try and take this on after, already had a hard and...

I like tagging more as it becomes easy to leave the groups out/adding them down the line. I'd like to suggest reversing the tagging order though. ``` { paramGroups: [...

Feels really good to be thinking about all this stuff! Important to figure out a target for the whole of the config/ui system and how the bits will play together

`openByDefault` is a good call. In terms of a sketch-level description, It definitely feels cleaner than creating an empty param group. Wonder if by that logic it makes sense to...

I think it would be really good if we could save on code duplication, perhaps we just keep object 'chunks' somewhere and they could be referenced in multiple places as...