Skip to content

Commit

Permalink
make paths relative
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaref committed Mar 5, 2024
1 parent 4ab220c commit 4063eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Freeverb/cmaj_api/cmaj-generic-patch-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

import * as Controls from "/cmaj_api/cmaj-parameter-controls.js"
import * as Controls from "./cmaj_api/cmaj-parameter-controls.js"

//==============================================================================
/** A simple, generic view which can control any type of patch */
Expand Down
2 changes: 1 addition & 1 deletion Freeverb/cmaj_api/cmaj_audio_worklet_helper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { PatchConnection } from "/cmaj_api/cmaj-patch-connection.js"
import { PatchConnection } from "./cmaj_api/cmaj-patch-connection.js"

//==============================================================================
// N.B. code will be serialised to a string, so all `registerWorkletProcessor`s
Expand Down

0 comments on commit 4063eaf

Please sign in to comment.