Skip to content

Commit

Permalink
Update releases for NIGHTLY-2024-04-26-19f354f
Browse files Browse the repository at this point in the history
  • Loading branch information
surge-build-bot committed Apr 26, 2024
1 parent d762b0d commit 2006b52
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 @@
a1b3109 : Move Params to have an SurgeSynthProcessor vs a SurgeSynthesizer (#7627) - Paul
19f354f : Prettify host context menu for Reaper (#7620) - EvilDragon
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 @@
a1b3109
19f354f
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,13 +1,9 @@
a1b3109 : Move Params to have an SurgeSynthProcessor vs a SurgeSynthesizer (#7627)
Fri, 26 Apr 2024 09:03:44 -0400
Paul
19f354f : Prettify host context menu for Reaper (#7620)
Fri, 26 Apr 2024 16:37:53 +0200
EvilDragon

Move Params to have an SurgeSynthProcessor vs a SurgeSynthesizer (#7627)
Prettify host context menu for Reaper (#7620)

this allows access to surge still via the ->surge member
(which we actually cache on the param to avoid changing too
much code) but allows a future where you can do OSC on
VST3 etc changes.
Removes repeated parameter name in ugly square brackets in Reaper case.

There's no functionality change here. But comments implyign
how it would work
This unfortunately had to modify the semantics of SurgeSynthEditor::modifyHostMenu() to work with a copy rather than a direct reference, since I didn't see a way to remove a menu entry when working with juce::PopupMenu::MenuItemIterator.
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 @@
19f354f : Prettify host context menu for Reaper (#7620) - EvilDragon
a1b3109 : Move Params to have an SurgeSynthProcessor vs a SurgeSynthesizer (#7627) - Paul
74d4dde : Changed 'deact' to 'enable' in OSC output; tweak to OSC spec. (#7621) - Phil Stone
d29c819 : Add Freeze release at sustain level option for AEG (#7594) - EvilDragon
6a6f094 : Add failsafe to OSC save patch to user patch dir (#7617) - gitsmol
a20b015 : Portable Mode comes to Linux (#7615) - Paul
6a6f094 : Add failsafe to OSC save patch to user patch dir (#7617) - gitsmol
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 @@
2024-04-26 13:39:13 UTC
2024-04-26 15:35:18 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-2024-04-26-a1b3109.deb
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-linux-x64-NIGHTLY-2024-04-26-19f354f.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-2024-04-26-a1b3109.dmg
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-macOS-NIGHTLY-2024-04-26-19f354f.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-2024-04-26-a1b3109
NIGHTLY-2024-04-26-19f354f
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-2024-04-26-a1b3109-setup.exe
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win64-NIGHTLY-2024-04-26-19f354f-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-2024-04-26-a1b3109-pluginsonly.zip
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win64-NIGHTLY-2024-04-26-19f354f-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-2024-04-26-a1b3109-setup.exe
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win32-NIGHTLY-2024-04-26-19f354f-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-2024-04-26-a1b3109-pluginsonly.zip
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win32-NIGHTLY-2024-04-26-19f354f-pluginsonly.zip

0 comments on commit 2006b52

Please sign in to comment.