Version 0.0.10 - probability and universal-updater
Added 2025-01-12 11:32:17 +0000 UTCGood news: The Noise Commander demo-version can now be installed from the universal updater! This app is most likely already installed on your system, so it's really easy!
This release is mostly adding probability features and generative sequencing.
Paid patreons can install the new version manually from here or via the updater app.
0.0.10
Added
Per-bus probability setting ("BChance" in Bus-FX view)
Per-lane probability setting ("LnChance" in tracker bottome companion view)
Per-note probability setting in tracker companion screen (Percentage column)
If the first hex digit is zero then the second number represents a percentage (1=10%, 5=50% etc.)
0F ("First") is a one-off trigger, only fired when the phrase plays for the first time
If the first hex digit is non-zero then the trigger occurs every nth out of x times (x being the second digit)
e.g. "14" plays every first out of four times and so forth (the maximum is 8/8)
Splash screen
Changed
Removed automatic insertion of note length in tracker editor
Files are now sorted alphabetically in browsers
The phrase length now updates to the total length of the four euclideans whenever a value is changed
Added dynamic length toggle ("Len") button to second page in euclidean view (off by default)
When enabled, the clip length is set to the total euclidean length whenever a value is changed
The "All", "Bus" and "Selected" lane mode buttons now behave as mutually exclusive radio buttons
The Y-button now resets the selected parameter in instrument view
A unique instrument is assigned to each lane's first clip when creating a new project
Default template is created by code when no template.nsm file is found
Follow- and narrow modes are now initially active by default in tracker view
Fixed
Deleting notes by holding L+Pad was broken
Reverb-tail never ends due to fixed-point math (replaced with float for fix)
Instruments not duplicated by "Duplicate Uniquely" if instrument column is empty in matrix view
Note with no volume value should play at full level but was quieter (64 instead of 0x64)