hello friends;
nw_wrld v0.6.0-beta just released. a few updates to the software:
—Audio threshold meters now sync with the active track
—Starter modules can be rewritten and replaced from the UI
—New CubeGrowth module added for 3D visualisations
—Expanded tests and CI improvements for reliability
the project is very much still going through it's maturing stage whilst feedback has been coming in. it's also great to see people submitting pull requests and bug fixes for the project still; thank you for being here.
hello friends <3
nw_wrld v0.5.0-beta just dropped; officially as native application for macOS, Windows, and Linux.
you can now use this as a piece of software without running it through a terminal environment.
this is a huge step for the project as the number 1 request this past month.
1-week of open-sourcing "nw_wrld". What an incredible and baffling reception so far.
weekend currently looks like:
- E2E playwright workflows
- more TypeScript, runtime, and unit test migrations
- linux (via WSL) stabilisation
- improved documentation for general use-cases
many folks have kindly asked for specific video walkthroughs on modules/features in the app. I'll be putting together some more documentation <3
Taken from the "nw_wrld" project: This DGSR module queries a Solar Radiation dataset from the Antarctic Zhongshan Station. It cycles though estimated DGSR over a 30-year period to generate mutable Perlin noise. #opensource
nw_wrld MIDI integration improvements:
1. simple note-name trigger: listens for any note name (C, D, E, etc.) regardless of octave
2. advanced mode: supports standard MIDI note numbers (0–127)
previously, Ableton and Strudel were sending the same value from different octaves, which caused issues. While a note-name-only trigger addresses this, people had kindly raised that octave-specific matching for lighting software or physical hardware would be useful. Hopefully these two modes balance UX and customisation.
beyond MIDI, OSC, and on-device audio, I'm curious if there are other signal types that would benefit from support?
* already there have been some amazing discussions raised on the future of the project; at this point the software could branch many ways.
right now "nw_wrld" solves a specific problem for artists and developers trying to get into this space, and because of the sudden traction it would be easy to go overboard with the scope of the project.
It’s a good problem to have because this is the moment that defines the next 12 months of features and potential. The coming weeks will see major stabilisation, UX, and QOL features before considering long-term scope.
tysm for the incredible feedback so far <3
working through some stabilisation & bug fixes for “nw_wrld”; there’s been some updates to how MIDI mappings work, specifically to cater for DAW users in Ableton, FL Studio, Reason, etc.