Unlike custom extensions on other websites, these aren't limited by the extension sandbox, so they are a lot more powerful. All extensions are reviewed for safety.
-
- To use multiple of these extensions in TurboWarp, hover over the extension and press the button to copy its URL. Then go to the editor, open the extension chooser, then choose the "Custom Extension" option at the bottom, and enter the URL.
-
+ This is the official extension gallery, where you can get extensions that aren't limited by the extension sandbox. All of the extensions here are reviewed for safety.
+ You can also find these extensions in TurboWarp's "Add Extension" menu.
These extensions are not compatible with Scratch.
- Projects that use these extensions can't be uploaded to the Scratch website.
- They can, however, be used in
the packager.
+ Projects that use these extensions can't be opened in Scratch or uploaded to the Scratch website.
+ They can still be used in
the TurboWarp packager.
Some extensions may not work in TurboWarp Desktop.
- For compatibility, security, and offline support, each
TurboWarp Desktop update contains an offline copy of these extensions from its release date, so some extensions may be outdated or missing.
- Use the latest update for best results.
+ To make sure extensions work offline, each release of
TurboWarp Desktop comes with a copy of these extensions as of its release date, so some extensions may be outdated or missing.
+ Update to the latest version for the best results.
From 3cc3b2c718b221e99304ed486792fd6ddc4416b0 Mon Sep 17 00:00:00 2001
From: Brackets-Coder <142950368+Brackets-Coder@users.noreply.github.com>
Date: Tue, 30 Jul 2024 21:29:28 -0400
Subject: [PATCH 37/50] Update extensions.json
Add "MasterMath/midi"
---
extensions/extensions.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/extensions/extensions.json b/extensions/extensions.json
index 9027c00ac9..fcd3059360 100644
--- a/extensions/extensions.json
+++ b/extensions/extensions.json
@@ -31,6 +31,7 @@
"Lily/LooksPlus",
"Lily/MoreEvents",
"Lily/ListTools",
+ "MasterMath/midi",
"veggiecan/mobilekeyboard",
"NexusKitten/moremotion",
"CubesterYT/WindowControls",
From db0a95b9573533f510dc93f077e199cdcf3f83ad Mon Sep 17 00:00:00 2001
From: Brackets-Coder <142950368+Brackets-Coder@users.noreply.github.com>
Date: Tue, 30 Jul 2024 21:31:54 -0400
Subject: [PATCH 38/50] Create midi.js
---
extensions/MasterMath/midi.js | 199 ++++++++++++++++++++++++++++++++++
1 file changed, 199 insertions(+)
create mode 100644 extensions/MasterMath/midi.js
diff --git a/extensions/MasterMath/midi.js b/extensions/MasterMath/midi.js
new file mode 100644
index 0000000000..837a976017
--- /dev/null
+++ b/extensions/MasterMath/midi.js
@@ -0,0 +1,199 @@
+// Name: MIDI
+// ID: midi
+// Description: An extension that retrieves input from MIDI devices.
+// By: -MasterMath-