Maxime Chevalier-Boisvert

Results 192 comments of Maxime Chevalier-Boisvert

Hi Alasdair. Can you explain what the Quantize node does and what kind of inputs it accepts, how the implementation works a little bit, and what the node allows you...

I can see the use case, that's pretty neat. I wish this were done without the CV conversion though. Seems to me it ought to be possible to go from...

That sounds quite cool @Qix! Do you think you can make something with a kick, clap and share? :D

Thanks for sharing Mr @StructsNotClasses . I have a soft spot for not so realistic drums like the 808 and such, but this is pretty cool 👌

When creating a module, it only creates inputs for ports that are already connected in the graph. That way, it doesn't list all the input ports that aren't actually connected...

My plan right now is to change the schema of nodes so that each node has an array of strings, `inNames` and `outNames`. That will make it fairly trivial to...

Currently working on adding `inNames` and `outNames` for each node. Looks like it shouldn't be too difficult. I'll probably also create a converter script to go from the old node...

I've completed a `converter.js` script and changed the schema for projects uploaded on the server so that all nodes have `inNames` and `outNames`. It's good to see that this wasn't...

I've implemented the SetInName and SetOutName actions. Now we need a way to edit the input and output names in the UI. Slight complication because some input and output names...

Oha @JinShil. So, it's been a long time since I've looked at this code, but this might be the source of your problem: https://github.com/higgsjs/Higgs/blob/master/source/runtime/gc.d#L914