Skip to content

Commit

Permalink
update to use the new CDN link
Browse files Browse the repository at this point in the history
  • Loading branch information
starakaj committed Oct 25, 2022
1 parent fc2aa6a commit 0d9c7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>Parameters</h2>

<!-- Load the script that creates the RNBO device -->
<!-- Uncomment if you know the version of your exported RNBO patch to avoid dynamic loading -->
<!-- <script type="text/javascript" src="https://c74-public.nyc3.digitaloceanspaces.com/rnbo/1.0.0-alpha.1/rnbo.min.js"></script> -->
<!-- <script type="text/javascript" src="https://cdn.cycling74.com/rnbo/latest/rnbo.js"></script> -->

<!-- (Optional) The guardrails.js script isn't required for RNBO to work, and you can skip including it -->
<!-- It simply offers some helpful error messages for common problems -->
Expand Down
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function setup() {
device.node.connect(outputNode);

// (Optional) Extract the name and rnbo version of the patcher from the description
document.getElementById("patcher-title").innerText = (patcher.desc.meta.filename || "Unnamed Patcher") + " (v" + patcher.desc.rnboVersion + ")";
document.getElementById("patcher-title").innerText = (patcher.desc.meta.filename || "Unnamed Patcher") + " (v" + patcher.desc.meta.rnboversion + ")";

// (Optional) Automatically create sliders for the device parameters
makeSliders(device);
Expand Down

0 comments on commit 0d9c7f9

Please sign in to comment.