Alex Kempton

Results 110 comments of Alex Kempton

This sounds good! Will the band splitting happen once or will there be control for each param?

I think there could also be a performance hit if each param has its own band. Happy with your proposed approach of managing this in one place. Could also be...

https://github.com/zalmoxisus/redux-devtools-extension/issues/316

Fixed https://github.com/nudibranchrecords/hedron/pull/159 Worth noting that you may need to delete app data files to see changes with the chrome extension. See https://github.com/MarshallOfSound/electron-devtools-installer/issues/76

Redux devtools is crazy slow

May have fixed with `maxAge` set to 10. Keeping this open for now. I think the real fix is to take all the fast firing actions out of redux completely.

When fixing this, need to think about what happens if user moves things into folder after having a project set up. If we're working on path name then references to...

I think the first thing we need to work out is how it's going to behave from a GUI perspective and in terms of the config. We haven't implemented param...

Just to expand on my above comment. I still think each value for `vec3` types should be stored as three separate nodes, but in all user related areas it should...

Boolean param type is in! Some of the stuff I did to get it to work might be relevant with this one: https://github.com/nudibranchrecords/hedron/pull/314 This one is quite a bit more...