-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update releases for NIGHTLY-2023-11-04-51768ac
- Loading branch information
1 parent
1db9449
commit fa29147
Showing
12 changed files
with
26 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
aa95ba3 : Osc work - refactoring/enhancement of 'all notes off' handling (#7282) - Phil Stone | ||
51768ac : Add the FX Group name to the end of Accessible sliders (#7284) - Paul |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
aa95ba3 | ||
51768ac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
aa95ba3 : Osc work - refactoring/enhancement of 'all notes off' handling (#7282) | ||
Fri, 3 Nov 2023 08:01:52 -0700 | ||
Phil Stone | ||
51768ac : Add the FX Group name to the end of Accessible sliders (#7284) | ||
Sat, 4 Nov 2023 12:57:43 -0400 | ||
Paul | ||
|
||
Osc work - refactoring/enhancement of 'all notes off' handling (#7282) | ||
Add the FX Group name to the end of Accessible sliders (#7284) | ||
|
||
* Refactored SurgeSynthesizer::allNotesOff() to allSoundOff(). Pointed MIDI 'allnotesoff' and OSC /allnotesoff to the code formerly embedded in the switch statement for MIDI CC 123, now called 'allNotesOff()' (which releases notes rather than kills all sound). Added /allsoundoff message to OSC. | ||
* Add the FX Group name to Accessible and VST3 names. | ||
|
||
* Update to 'allnotesoff' refactoring -- allSoundOff() -> stopSound() to avoid confusion with allSoundOff used by MIDI and OSC. | ||
so rather than getting "channel, mix, channel, mix" you get | ||
"channel - Left, Mix - Left, Channel - Right, Mix - Right" | ||
etc. (VST3 uses Left - channel; Mix - channel instead) | ||
|
||
--------- | ||
The implementation of this is kinda gross, but that's part of | ||
the sturcture of the fx. Along the way add a single function | ||
go to param index to group index. | ||
|
||
Co-authored-by: Phil Stone <[email protected]> | ||
Closes #7238 | ||
|
||
Also add the FX group name to the VST3 parameters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
51768ac : Add the FX Group name to the end of Accessible sliders (#7284) - Paul | ||
aa95ba3 : Osc work - refactoring/enhancement of 'all notes off' handling (#7282) - Phil Stone | ||
2d3f79d : Add Slew Limiter to Formula modulator Prelude (#7279) - Andreya-Autumn | ||
829f483 : Fx Phaser LFO Waveoform names (#7280) - EvilDragon | ||
91a9298 : Osc work: added parameter querying and modulation mapping (#7276) - Phil Stone | ||
f450bf2 : Fix segfault when setting up OSC connections (#7275) - EvilDragon | ||
91a9298 : Osc work: added parameter querying and modulation mapping (#7276) - Phil Stone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2023-11-03 15:43:49 UTC | ||
2023-11-04 17:32:26 UTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-03-aa95ba3.deb | ||
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-linux-x64-NIGHTLY-2023-11-04-51768ac.deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-03-aa95ba3.dmg | ||
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-macOS-NIGHTLY-2023-11-04-51768ac.dmg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
NIGHTLY-2023-11-03-aa95ba3 | ||
NIGHTLY-2023-11-04-51768ac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-03-aa95ba3-setup.exe | ||
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win64-NIGHTLY-2023-11-04-51768ac-setup.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-03-aa95ba3-pluginsonly.zip | ||
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win64-NIGHTLY-2023-11-04-51768ac-pluginsonly.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-03-aa95ba3-setup.exe | ||
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win32-NIGHTLY-2023-11-04-51768ac-setup.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-03-aa95ba3-pluginsonly.zip | ||
https://github.com/surge-synthesizer/releases-xt/releases/download/Nightly/surge-xt-win32-NIGHTLY-2023-11-04-51768ac-pluginsonly.zip |