Maxime Chevalier-Boisvert
Maxime Chevalier-Boisvert
Hello! I'm assuming this code is open source, however, your repository doesn't contain a `LICENSE` file. Would you mind adding one? Are you willing to license this code as public...
I'd like to compile a list of submissions and accepted papers using MiniGrid. If you've used MiniGrid in a paper on arxiv or published at a conference, or if you...
Curious to see if someone can create and share a good drum kit sounds on the app. Trying to gather the building blocks so people can create electronic beats :)...
It seems like it could be fairly easy to implement a basic bit crush style distortion node, and that would give us a new type of distortion effect to play...
A feature that I've been slowly working towards is the ability to group multiple nodes into a user-created module. I think this can unlock a lot of potential for this...
Since we're actively making changes to the server, I think it might make sense to add a GitHub CI workflow to test it. Something like: - Install the dependencies -...
If there's anything you found confusing about NoiseCraft or you think could/should be better documented, you can help us improve the [/help](https://noisecraft.app/help) page. Either adding new sections, adding more details,...
NoiseCraft seems to work well on laptops and desktops, but on my android phone, I can't manage to move a node or select nodes. I don't really get why it...
One of the issues right now, when creating modules, is that the inputs and outputs get assigned generic names ie `in0`, `in1`, `out0`, `out1`. This is obviously not very descriptive....
The code in `compiler.js` currently doesn't handle modules, so we can't really use them in projects. To implement this, we should implement inlining, basically transforming the incoming graph until it...