mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-24 09:03:16 -05:00
backported various bugfixes from master:
- fixed bug in distortion when using stereo and sample&hold - legacy fix for global sections save/load memory out of bounds access - fixed delay index fuckup during export when skipping instruments with delay mode "note sync" - fixed export crash caused by direct use of std::string in printf for store modes
This commit is contained in:
@ -35,7 +35,7 @@ IDR_ASM_RES BINARY "4klang.bin"
|
||||
IDD_GO4KVSTIDIALOG DIALOGEX 0, 0, 594, 341
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
EXSTYLE WS_EX_ACCEPTFILES
|
||||
CAPTION "Alcatraz - 4klang Synth Plugin - Version 3.11"
|
||||
CAPTION "Alcatraz - 4klang Synth Plugin - Version 3.11.1"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
PUSHBUTTON "Load Patch Data",IDC_LOAD_PATCH,13,13,70,14
|
||||
|
||||
Reference in New Issue
Block a user