Update to zig 0.15.0-dev.377+f01833e03 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello! I was intrigued by seamstress and decided to try to run it on my machine. This PR is the product of me updating it to run on the latest Zig branch.
There are some updates to dependency versions, some refactoring due to ziglua, Zig builtins (
@branchHint
), Zig build system, and libxev API changes.For the dependencies, I had to update them to conform with the new build.zig.zon structure:
Side note: I got it to run and it drops me into a Lua repl, but I'm not sure what else to do from here! I did find Grid Studies, but I don't own a Monome Grid. Is this only suitable for users who own a Monome Grid, or is it capable of working with OSC/midi with programs on the user's machine as well? I'd be excited to play around with this given more docs/guidance, or if there are features you're planning on implementing related to software synths I would also be willing to contribute some code.