Skip to content

Commit

Permalink
Update releases for NIGHTLY-2023-11-30-2f8cc24
Browse files Browse the repository at this point in the history
  • Loading branch information
surge-build-bot committed Nov 30, 2023
1 parent 989d5e1 commit 08dc944
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/assets/includes/git_nightly_xt_log_display
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0cd226a : Fix a crash-on-jog when wavetables not available (#7348) - Paul
2f8cc24 : Fix extensible() mismatch betwene delay params sst-fx and ct_ (#7350) - Paul
2 changes: 1 addition & 1 deletion src/assets/includes/git_nightly_xt_log_hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0cd226a
2f8cc24
16 changes: 6 additions & 10 deletions src/assets/includes/git_nightly_xt_log_long_display
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
0cd226a : Fix a crash-on-jog when wavetables not available (#7348)
Wed, 29 Nov 2023 17:46:31 -0500
2f8cc24 : Fix extensible() mismatch betwene delay params sst-fx and ct_ (#7350)
Wed, 29 Nov 2023 20:01:20 -0500
Paul

Fix a crash-on-jog when wavetables not available (#7348)
Fix extensible() mismatch betwene delay params sst-fx and ct_ (#7350)

If running surge with no wavetalbes, you get one and only one
wavetable (sine to saw) from memory so the system works.
But the jog buttons still went looking. Specificall, actually,
they didn't try and load anything but they did try and accessibily
announce the name. So move that announce block into the success
block.
Small technical issue. While I'm at it, clean up the error message
and document why it happens.

Closes #7347
Closes #7349
4 changes: 2 additions & 2 deletions src/assets/includes/git_nightly_xt_recent_five
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2f8cc24 : Fix extensible() mismatch betwene delay params sst-fx and ct_ (#7350) - Paul
0cd226a : Fix a crash-on-jog when wavetables not available (#7348) - Paul
1fa1a99 : Osc work - FX bypass via OSC #7309 (#7346) - Phil Stone
a768d2e : Formula Modulator Esc Key Handling Corrected (#7345) - Paul
6d5b5c2 : Update Kinsey Dulcet patches (#7344) - EvilDragon
447ae5b : Rename doc files (#7341) - EvilDragon
6d5b5c2 : Update Kinsey Dulcet patches (#7344) - EvilDragon
2 changes: 1 addition & 1 deletion src/assets/includes/latest_xt_build_time
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-11-29 23:22:11 UTC
2023-11-30 01:48:30 UTC
2 changes: 1 addition & 1 deletion src/assets/includes/latest_xt_linux_x64_url
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-linux-x64-NIGHTLY-2023-11-29-0cd226a.deb
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-linux-x64-NIGHTLY-2023-11-30-2f8cc24.deb
2 changes: 1 addition & 1 deletion src/assets/includes/latest_xt_macos_url
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-macOS-NIGHTLY-2023-11-29-0cd226a.dmg
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-macOS-NIGHTLY-2023-11-30-2f8cc24.dmg
2 changes: 1 addition & 1 deletion src/assets/includes/latest_xt_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NIGHTLY-2023-11-29-0cd226a
NIGHTLY-2023-11-30-2f8cc24
2 changes: 1 addition & 1 deletion src/assets/includes/latest_xt_win_x64_url
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win64-NIGHTLY-2023-11-29-0cd226a-setup.exe
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win64-NIGHTLY-2023-11-30-2f8cc24-setup.exe
2 changes: 1 addition & 1 deletion src/assets/includes/latest_xt_win_x64_zip_url
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win64-NIGHTLY-2023-11-29-0cd226a-pluginsonly.zip
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win64-NIGHTLY-2023-11-30-2f8cc24-pluginsonly.zip
2 changes: 1 addition & 1 deletion src/assets/includes/latest_xt_win_x86_url
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win32-NIGHTLY-2023-11-29-0cd226a-setup.exe
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win32-NIGHTLY-2023-11-30-2f8cc24-setup.exe
2 changes: 1 addition & 1 deletion src/assets/includes/latest_xt_win_x86_zip_url
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win32-NIGHTLY-2023-11-29-0cd226a-pluginsonly.zip
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win32-NIGHTLY-2023-11-30-2f8cc24-pluginsonly.zip

0 comments on commit 08dc944

Please sign in to comment.