Replace beep sound with a simple 80% 440hz + 20% 60hz + fadeout generated tone

This commit is contained in:
elasota
2021-05-10 00:10:14 -04:00
parent 24169507bd
commit c354d49e9f
3 changed files with 3 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
{ {
"name" : "Okay", "name" : "Okay",
"itemType" : "Button", "itemType" : "Button",
"pos" : [ 438, 316 ], "pos" : [ 438, 292 ],
"size" : [ 58, 20 ], "size" : [ 58, 20 ],
"id" : 1, "id" : 1,
"enabled" : true "enabled" : true
@@ -12,7 +12,7 @@
{ {
"name" : "Export Source Code to ZIP Archive...", "name" : "Export Source Code to ZIP Archive...",
"itemType" : "Button", "itemType" : "Button",
"pos" : [ 205, 316 ], "pos" : [ 205, 292 ],
"size" : [ 226, 20 ], "size" : [ 226, 20 ],
"id" : 1, "id" : 1,
"enabled" : false "enabled" : false
@@ -176,14 +176,6 @@
"size" : [ 66, 20 ], "size" : [ 66, 20 ],
"id" : 1, "id" : 1,
"enabled" : true "enabled" : true
},
{
"name" : "Ping sound original: Darrelle Jed Montojo (\"LittleRainySeasons\")",
"itemType" : "Label",
"pos" : [ 16, 277 ],
"size" : [ 406, 20 ],
"id" : 1,
"enabled" : true
} }
] ]
} }

View File

@@ -249,7 +249,7 @@ void DoAboutOpenSource(void)
static const int kAboutOpenSourceDialogTemplateID = 2005; static const int kAboutOpenSourceDialogTemplateID = 2005;
const Rect windowRect = Rect::Create(0, 0, 348, 512); const Rect windowRect = Rect::Create(0, 0, 324, 512);
PortabilityLayer::WindowDef wdef = PortabilityLayer::WindowDef::Create(windowRect, PortabilityLayer::WindowStyleFlags::kAlert, true, 0, 0, PSTR("")); PortabilityLayer::WindowDef wdef = PortabilityLayer::WindowDef::Create(windowRect, PortabilityLayer::WindowStyleFlags::kAlert, true, 0, 0, PSTR(""));