more wasm improvements, tweak welcome dialog

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-08-03 17:48:19 +01:00
parent be279ddabd
commit f9a7099548
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 28 additions and 12 deletions

View file

@ -136,15 +136,15 @@ struct WasmWelcomeDialog : rack::widget::OpaqueWidget
label->box.size.y = box.size.y - 2*margin - 40;
label->fontSize = 20;
label->text = ""
"Welcome!\n"
"Welcome to Cardinal on the Web!\n"
"\n"
"This is a special web-assembly version of Cardinal, "
"allowing you to enjoy eurorack-style modules directly in your browser.\n"
"If using mobile/touch devices, please note:\n"
" - Single quick press does simple mouse click\n"
" - Press & move does click & drag action\n"
" - Press & hold does right-click (and opens module browser)\n"
"\n"
"This is still very much a work in progress, "
"minor issues and occasional crashes are expected.\n"
"\n"
"Proceed with caution and have fun!";
"Still a bit experimental, so proceed with caution.\n"
"Have fun!";
contentLayout->addChild(label);
struct JoinDiscussionButton : Button {