Skip to content

Commit

Permalink
Update nightlychangelog.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul authored Nov 18, 2023
1 parent 8b5dafc commit a5a49a5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/content/pages/nightlychangelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: nightlychangelog

We plan to release Surge XT 1.3 sometime in winter 2023.

This is up to date as of Oct 31 / 829f483a6104
This is up to date as of Nov 18 / db38b1c8f

## Open Sound Control

Expand All @@ -23,19 +23,19 @@ This is up to date as of Oct 31 / 829f483a6104
- Combined with Open Sound Control and MIDI Program Change support, this allows a variety of
new and useful embedded and headless performance options

## New Effects: Bonsai and Audio In
## New Effects: Bonsai, Audio In, Expanded RM, and More Airwindows

- Bonsai is a really organic-sounding Distortion effect, combining a highly non-linear bass boost
with an emphasis-filtered waveshaper and noise AM. It excels at a wide range of very beefy gnarly
sounds, but can sound very good at subtle settings too.
- Audio In is the same functionality as the Audio In oscillator type, simply allowing you
to insert audio into the signal path downstream from the filters and waveshapers etc.

- Add the Airwindows Y and Z filters to the Airwindows effet suite
- The Digital Ring Modulator (RM1x2 and 2x3 in the mixer) gains a large number
of alternate combinator modes.

## DSP Additions and Changes

- The Digital Ring Modulator (RM1x2 and 2x3 in the mixer) gains a large number
of alternate combinator modes.
- FM3 M3 frequency extendable down to 0.5 hz
- Oscillator initialization ignored the octave setting. This caused a very small initial
gliss in the String and (in some cases) modern oscillator. Correct this to remove the
Expand All @@ -48,6 +48,7 @@ This is up to date as of Oct 31 / 829f483a6104
preserve memory through a CMake switch.
- Reverb 1 Size can be modulated without resetting the network. Sounds kinda odd but kinda fun.
- Fix a half-sample initial phase offset error in Modern when retriggered from zero
- The formula modulator prelude contains a slew limiter
- You can mute an entire scene via a right click on scene volume. Useful for sending scene A audio into B.
note that this bypasses the scene FX.

Expand Down Expand Up @@ -81,6 +82,8 @@ This is up to date as of Oct 31 / 829f483a6104
- Allow Shift + F10 to close our menus, to work around a reaper bug where Escape closes the whole Surge
- FX sliders now speak the name of the parameter group. Helpful in FX like the new Audio In, which
have multiple similarly named params in different groups.
- Shift F10 closes open menus as well as opening them, working around some DAWs (like Reaper) which
steal esc to close the window.

## UI/UX changes and fixes
- The Standalone application works in FullScreen mode. Choose "Zoom/Enter Full Screen" to try.
Expand All @@ -96,6 +99,7 @@ This is up to date as of Oct 31 / 829f483a6104
- Use consistent phaser waveform names
- Patch Save Factory Overwrite available with shift-alt-click
- Use built-in windows for all alerts and notifications, no longer using the JUCE generic alert
- Fix a multi-line text bug in JUCE which made the comment screen in patch editor mis-respond to HOME in some cases
- Hide custom menu icons when menus are in accessible-expansion mode

## Bug Fixes and Other Changes
Expand Down Expand Up @@ -128,6 +132,8 @@ This is up to date as of Oct 31 / 829f483a6104
- Fix the link to the skin library in the synth
- Changing the OSC type or the FX type sends the appropriate begin/end edit information to the hosts
for VST3/CLAP/AU parameter invalidation and OSC message creation
- Surge Effects Bank no longer creates documents directory if not needed / improves portability.
- Copy/Paste and Undo/Redo work on voice mono options

## Code Factoring and Quality

Expand Down

0 comments on commit a5a49a5

Please sign in to comment.