Cycling74 / rnbo.example.webpage

Running a RNBO patch in the browser, using a local static web server
MIT License
93 stars 25 forks source link

Dynamic RNBO.js version loading #4

Closed fde31 closed 2 years ago

fde31 commented 2 years ago

This moves away from the hardcoded version in the <script> tag and instead uses the patcher provided rnboVersion to load the script dynamically at runtime. This should reduce the amount of confusion around version mismatches and unexpected behaviour.

starakaj commented 2 years ago

Merged